Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2020-1971 (GCVE-0-2020-1971)
Vulnerability from cvelistv5
- NULL pointer dereference
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-04T06:54:00.529Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://www.openssl.org/news/secadv/20201208.txt" }, { "tags": [ "x_transferred" ], "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=f960d81215ebf3f65e03d4d5d857fb9b666d6920" }, { "tags": [ "x_transferred" ], "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e" }, { "name": "DSA-4807", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://www.debian.org/security/2020/dsa-4807" }, { "name": "FreeBSD-SA-20:33", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc" }, { "name": "[debian-lts-announce] 20201214 [SECURITY] [DLA 2493-1] openssl1.0 security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html" }, { "name": "[debian-lts-announce] 20201214 [SECURITY] [DLA 2492-1] openssl security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html" }, { "name": "FEDORA-2020-ef1870065a", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/" }, { "name": "[pulsar-commits] 20201216 [GitHub] [pulsar] phijohns-tibco opened a new issue #8978: OpenSSL needs to be updated to 1.1.1i current version is unsupported.", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143%40%3Ccommits.pulsar.apache.org%3E" }, { "name": "FEDORA-2020-a31b01e945", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/" }, { "name": "GLSA-202012-13", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202012-13" }, { "tags": [ "x_transferred" ], "url": "https://www.oracle.com/security-alerts/cpujan2021.html" }, { "tags": [ "x_transferred" ], "url": "https://www.tenable.com/security/tns-2020-11" }, { "tags": [ "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20201218-0005/" }, { "tags": [ "x_transferred" ], "url": "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676" }, { "name": "[tomcat-dev] 20210207 [Bug 65126] New: A security vulnerability cve-2020-1971 in Tomcat dependency Library in version 9.0.40.", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c%40%3Cdev.tomcat.apache.org%3E" }, { "tags": [ "x_transferred" ], "url": "https://www.oracle.com/security-alerts/cpuApr2021.html" }, { "tags": [ "x_transferred" ], "url": "https://www.tenable.com/security/tns-2021-10" }, { "tags": [ "x_transferred" ], "url": "https://www.tenable.com/security/tns-2021-09" }, { "tags": [ "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20210513-0002/" }, { "tags": [ "x_transferred" ], "url": "https://www.oracle.com//security-alerts/cpujul2021.html" }, { "name": "[oss-security] 20210914 Re: Oracle Solaris membership in the distros list", "tags": [ "mailing-list", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2021/09/14/2" }, { "tags": [ "x_transferred" ], "url": "https://www.oracle.com/security-alerts/cpuoct2021.html" }, { "tags": [ "x_transferred" ], "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" }, { "tags": [ "x_transferred" ], "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf" }, { "tags": [ "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20240621-0006/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "OpenSSL", "vendor": "OpenSSL", "versions": [ { "status": "affected", "version": "Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h)" }, { "status": "affected", "version": "Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w)" } ] } ], "credits": [ { "lang": "en", "value": "David Benjamin (Google)" } ], "datePublic": "2020-12-08T00:00:00", "descriptions": [ { "lang": "en", "value": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w)." } ], "metrics": [ { "other": { "content": { "lang": "eng", "url": "https://www.openssl.org/policies/secpolicy.html#High", "value": "High" }, "type": "unknown" } } ], "problemTypes": [ { "descriptions": [ { "description": "NULL pointer dereference", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2024-06-21T19:06:11.147749", "orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5", "shortName": "openssl" }, "references": [ { "url": "https://www.openssl.org/news/secadv/20201208.txt" }, { "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=f960d81215ebf3f65e03d4d5d857fb9b666d6920" }, { "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e" }, { "name": "DSA-4807", "tags": [ "vendor-advisory" ], "url": "https://www.debian.org/security/2020/dsa-4807" }, { "name": "FreeBSD-SA-20:33", "tags": [ "vendor-advisory" ], "url": "https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc" }, { "name": "[debian-lts-announce] 20201214 [SECURITY] [DLA 2493-1] openssl1.0 security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html" }, { "name": "[debian-lts-announce] 20201214 [SECURITY] [DLA 2492-1] openssl security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html" }, { "name": "FEDORA-2020-ef1870065a", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/" }, { "name": "[pulsar-commits] 20201216 [GitHub] [pulsar] phijohns-tibco opened a new issue #8978: OpenSSL needs to be updated to 1.1.1i current version is unsupported.", "tags": [ "mailing-list" ], "url": "https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143%40%3Ccommits.pulsar.apache.org%3E" }, { "name": "FEDORA-2020-a31b01e945", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/" }, { "name": "GLSA-202012-13", "tags": [ "vendor-advisory" ], "url": "https://security.gentoo.org/glsa/202012-13" }, { "url": "https://www.oracle.com/security-alerts/cpujan2021.html" }, { "url": "https://www.tenable.com/security/tns-2020-11" }, { "url": "https://security.netapp.com/advisory/ntap-20201218-0005/" }, { "url": "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676" }, { "name": "[tomcat-dev] 20210207 [Bug 65126] New: A security vulnerability cve-2020-1971 in Tomcat dependency Library in version 9.0.40.", "tags": [ "mailing-list" ], "url": "https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c%40%3Cdev.tomcat.apache.org%3E" }, { "url": "https://www.oracle.com/security-alerts/cpuApr2021.html" }, { "url": "https://www.tenable.com/security/tns-2021-10" }, { "url": "https://www.tenable.com/security/tns-2021-09" }, { "url": "https://security.netapp.com/advisory/ntap-20210513-0002/" }, { "url": "https://www.oracle.com//security-alerts/cpujul2021.html" }, { "name": "[oss-security] 20210914 Re: Oracle Solaris membership in the distros list", "tags": [ "mailing-list" ], "url": "http://www.openwall.com/lists/oss-security/2021/09/14/2" }, { "url": "https://www.oracle.com/security-alerts/cpuoct2021.html" }, { "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" }, { "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf" }, { "url": "https://security.netapp.com/advisory/ntap-20240621-0006/" } ], "title": "EDIPARTYNAME NULL pointer dereference" } }, "cveMetadata": { "assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5", "assignerShortName": "openssl", "cveId": "CVE-2020-1971", "datePublished": "2020-12-08T15:30:16.835255Z", "dateReserved": "2019-12-03T00:00:00", "dateUpdated": "2024-09-17T02:57:20.238Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2020-1971\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2020-12-08T16:15:11.730\",\"lastModified\":\"2024-11-21T05:11:45.673\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \\\"-crl_download\\\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).\"},{\"lang\":\"es\",\"value\":\"El tipo GeneralName X.509 es un tipo gen\u00e9rico para representar diferentes tipos de nombres.\u0026#xa0;Uno de esos tipos de nombres se conoce como EDIPartyName.\u0026#xa0;OpenSSL proporciona una funci\u00f3n GENERAL_NAME_cmp que compara diferentes instancias de GENERAL_NAME para ver si son iguales o no.\u0026#xa0;Esta funci\u00f3n se comporta incorrectamente cuando ambos GENERAL_NAME contienen un EDIPARTYNAME.\u0026#xa0;Es posible que se produzca una desreferencia del puntero NULL y un bloqueo que conduzca a un posible ataque de denegaci\u00f3n de servicio.\u0026#xa0;El propio OpenSSL usa la funci\u00f3n GENERAL_NAME_cmp para dos prop\u00f3sitos:\u0026#xa0;1) Comparaci\u00f3n de nombres de puntos de distribuci\u00f3n de CRL entre una CRL disponible y un punto de distribuci\u00f3n de CRL insertado en un certificado X509 2) Al comparar que un firmante de token de respuesta de marca de tiempo coincide con el nombre de autoridad de marca de tiempo (expuesto por medio de las funciones API TS_RESP_verify_response y TS_RESP_verify_token) Si un atacante puede controlar ambos elementos que se est\u00e1n comparando, entonces ese atacante podr\u00eda desencadenar un bloqueo.\u0026#xa0;Por ejemplo, si el atacante puede enga\u00f1ar a un cliente o servidor para que compruebe un certificado malicioso con una CRL maliciosa, esto puede ocurrir.\u0026#xa0;Tome en cuenta que algunas aplicaciones descargan autom\u00e1ticamente las CRL basadas en una URL insertada en un certificado.\u0026#xa0;Esta comprobaci\u00f3n ocurre antes de que se verifiquen las firmas en el certificado y la CRL.\u0026#xa0;Las herramientas s_server, s_client y verify de OpenSSL tienen soporte para la opci\u00f3n \\\"-crl_download\\\"\u0026#xa0;que implementa la descarga autom\u00e1tica de CRL y se ha demostrado que este ataque funciona contra esas herramientas.\u0026#xa0;Tome en cuenta que un error no relacionado significa que las versiones afectadas de OpenSSL no pueden analizar ni construir codificaciones correctas de EDIPARTYNAME.\u0026#xa0;Sin embargo, es posible construir un EDIPARTYNAME malformado que el analizador de OpenSSL aceptar\u00e1 y, por lo tanto, desencadenar\u00e1 este ataque.\u0026#xa0;Todas las versiones de OpenSSL 1.1.1 y 1.0.2 est\u00e1n afectadas por este problema.\u0026#xa0;Otras versiones de OpenSSL no son compatibles y no se han comprobado.\u0026#xa0;Corregido en OpenSSL versiones 1.1.1i (Afectado versiones 1.1.1-1.1.1h).\u0026#xa0;Corregido en OpenSSL versiones 1.0.2x (Afectado versiones 1.0.2-1.0.2w).\u0026#xa0;Sin embargo, es posible construir un EDIPARTYNAME malformado que el analizador de OpenSSL aceptar\u00e1 y, por lo tanto, desencadenar\u00e1 este ataque.\u0026#xa0;Todas las versiones de OpenSSL 1.1.1 y 1.0.2 est\u00e1n afectadas por este problema.\u0026#xa0;Otras versiones de OpenSSL no son compatibles y no se han comprobado.\u0026#xa0;Corregido en OpenSSL versi\u00f3n 1.1.1i (Afectada versi\u00f3n 1.1.1-1.1.1h).\u0026#xa0;Corregido en OpenSSL versi\u00f3n 1.0.2x (Afectada versi\u00f3n 1.0.2-1.0.2w).\u0026#xa0;Sin embargo, es posible construir un EDIPARTYNAME malformado que el analizador de OpenSSL aceptar\u00e1 y, por lo tanto, desencadenar\u00e1 este ataque.\u0026#xa0;Todas las versiones de OpenSSL 1.1.1 y 1.0.2 est\u00e1n afectadas por este problema.\u0026#xa0;Otras versiones de OpenSSL no son compatibles y no se han comprobado.\u0026#xa0;Corregido en OpenSSL versi\u00f3n 1.1.1i (Afectada versi\u00f3n 1.1.1-1.1.1h).\u0026#xa0;Corregido en OpenSSL versi\u00f3n 1.0.2x (Afectada versi\u00f3n 1.0.2-1.0.2w)\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:N/I:N/A:P\",\"baseScore\":4.3,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.2\",\"versionEndExcluding\":\"1.0.2x\",\"matchCriteriaId\":\"4D0947DA-4A07-4C73-9FE7-7666734C568B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.1.1\",\"versionEndExcluding\":\"1.1.1i\",\"matchCriteriaId\":\"BFE3E95C-90F0-48C0-A737-28AD6AC2BDB8\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"36D96259-24BD-44E2-96D9-78CE1D41F956\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E460AA51-FCDA-46B9-AE97-E6676AA5E194\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:api_gateway:11.1.2.4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A5553591-073B-45E3-999F-21B8BA2EEE22\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:business_intelligence:5.5.0.0.0:*:*:*:enterprise:*:*:*\",\"matchCriteriaId\":\"D40AD626-B23A-44A3-A6C0-1FFB4D647AE4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:business_intelligence:5.9.0.0.0:*:*:*:enterprise:*:*:*\",\"matchCriteriaId\":\"B602F9E8-1580-436C-A26D-6E6F8121A583\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:business_intelligence:12.2.1.3.0:*:*:*:enterprise:*:*:*\",\"matchCriteriaId\":\"77C3DD16-1D81-40E1-B312-50FBD275507C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*\",\"matchCriteriaId\":\"81DAC8C0-D342-44B5-9432-6B88D389584F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C2A5B24D-BDF2-423C-98EA-A40778C01A05\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_diameter_intelligence_hub:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndIncluding\":\"8.1.0\",\"matchCriteriaId\":\"B5B4A191-44AE-4C35-9164-19237D2CF013\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_diameter_intelligence_hub:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.2.0\",\"versionEndIncluding\":\"8.2.3\",\"matchCriteriaId\":\"A543B4F8-149A-48AB-B388-AB7FA2ECAC18\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_session_border_controller:cz8.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"45F90ABB-2633-447C-B510-D63D9898BD67\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_session_border_controller:cz8.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"22822A0F-A2C4-427A-931F-428D2C010ECD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_session_border_controller:cz8.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"62A561CF-09BE-4EDB-AAB7-4B057C0B0E44\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_session_router:cz8.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"58E8C3A9-1B8B-4D13-B0E9-DC620F619DD9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_session_router:cz8.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5C880943-5A11-483E-9DA8-88D1D487BAA4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_session_router:cz8.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"ECF63433-30CC-4E0D-B66A-FD160111763B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:cz8.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"662B8154-6FFA-4B63-B5AD-18B1CECB3AF6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:cz8.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5F2BFCE3-D743-4AC6-8FEC-75CAF66BFB65\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:cz8.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B8D05530-BFC7-4652-B387-BC931F43AB5B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_unified_session_manager:scz8.2.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A200B074-61AF-4E1D-8F96-A73BECF81BC4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_communications_broker:pcz3.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"83739D8B-EAA0-43CD-B0EB-278C2F65CA42\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_communications_broker:pcz3.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2D3AD28E-4372-4B22-A0B9-B9BA7760E381\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_communications_broker:pcz3.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4B317147-064A-4786-B3D6-CDE1653E067E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_manager_base_platform:13.3.0.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7582B307-3899-4BBB-B868-BC912A4D0109\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_manager_base_platform:13.4.0.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D26F3E23-F1A9-45E7-9E5F-0C0A24EE3783\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_manager_for_storage_management:13.4.0.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"61516569-C48F-4362-B334-8CA10EDB0EC2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_manager_ops_center:12.4.0.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B095CC03-7077-4A58-AB25-CC5380CDCE5A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_session_border_controller:cz8.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"EC124081-4465-4A80-897A-1DAC1013915E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_session_border_controller:cz8.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B2AFC7C4-9FCC-425B-A010-F9EA0665753F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_session_border_controller:cz8.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FC109637-7BCA-4E9D-AC51-48D488E17E2B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:essbase:21.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"394A16F2-CCD4-44E5-BF6B-E0C782A9FA38\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:graalvm:19.3.4:*:*:*:enterprise:*:*:*\",\"matchCriteriaId\":\"937F66F5-F5BA-4156-82E0-EB2C99ABD41A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:graalvm:20.3.0:*:*:*:enterprise:*:*:*\",\"matchCriteriaId\":\"BC0F8B31-F93B-40B6-9C06-A3996DC63829\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:http_server:12.2.1.4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"AD04BEE5-E9A8-4584-A68C-0195CE9C402C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:jd_edwards_enterpriseone_tools:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"9.2.5.3\",\"matchCriteriaId\":\"4BCA7DD9-8599-4E43-9D82-999BE15483B9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:jd_edwards_world_security:a9.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"0B1CAD50-749F-4ADB-A046-BF3585677A58\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:mysql:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"8.0.22\",\"matchCriteriaId\":\"16DEEDB2-E304-41A3-97DB-EDDFB16BE624\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"5.7.32\",\"matchCriteriaId\":\"B4335442-548B-48AB-A399-DB146C6A8705\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.15\",\"versionEndIncluding\":\"8.0.22\",\"matchCriteriaId\":\"B7EAD39D-A892-4667-89D9-F66A33EAF9B7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.56:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D0A735B4-4F3C-416B-8C08-9CB21BAD2889\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.57:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7E1E416B-920B-49A0-9523-382898C2979D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D9DB4A14-2EF5-4B54-95D2-75E6CF9AA0A9\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:vmware_vsphere:*:*\",\"matchCriteriaId\":\"3A756737-1CC4-42C2-A4DF-E1C893B4E2D5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:windows:*:*\",\"matchCriteriaId\":\"B55E8D50-99B4-47EC-86F9-699B67D473CE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:clustered_data_ontap_antivirus_connector:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"62347994-1353-497C-9C4A-D5D8D95F67E8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:data_ontap:-:*:*:*:*:7-mode:*:*\",\"matchCriteriaId\":\"6C2ACC32-5147-4EA5-95BE-B6B4EAB3D82B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:e-series_santricity_os_controller:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"11.0.0\",\"versionEndIncluding\":\"11.60.3\",\"matchCriteriaId\":\"BD1E9594-C46F-40D1-8BC2-6B16635B55C4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:hci_management_node:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A3C19813-E823-456A-B1CE-EC0684CE1953\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:manageability_software_development_kit:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D39DCAE7-494F-40B2-867F-6C6A077939DD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:oncommand_insight:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F1BE6C1F-2565-4E97-92AA-16563E5660A5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:oncommand_workflow_automation:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5735E553-9731-4AAC-BCFF-989377F817B3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:plug-in_for_symantec_netbackup:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FFE0A9D2-9A49-4BF6-BC6F-8249162D8334\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:santricity_smi-s_provider:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"361B791A-D336-4431-8F68-8135BEFFAEA2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BDFB1169-41A0-4A86-8E4F-FDA9730B1E94\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:solidfire:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A6E9EF0C-AFA8-4F7B-9FDC-1E0F7C26E737\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:h:netapp:hci_compute_node:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"AD7447BC-F315-4298-A822-549942FC118B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:h:netapp:hci_storage_node:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"02DEB4FB-A21D-4CB1-B522-EEE5093E8521\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:ef600a_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5356D8E0-38AB-44F2-BA0A-F884C92222D1\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:ef600a:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"44824034-DB0C-47AC-A32F-1EA373F30A61\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:netapp:aff_a250_firmware:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"0D5DE972-F8B8-4964-943A-DA0BD18289D1\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:netapp:aff_a250:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D4B1F59C-6ADA-4930-834F-2A8A8444F6AE\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tenable:log_correlation_engine:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"6.0.9\",\"matchCriteriaId\":\"4ACF85D6-6B45-43DA-9C01-F0208186F014\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tenable:nessus_network_monitor:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.13.1\",\"matchCriteriaId\":\"A87E730E-019C-4DCB-BA73-3994ECEF0C66\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinec_infrastructure_network_services:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.0.1.1\",\"matchCriteriaId\":\"B0F46497-4AB0-49A7-9453-CC26837BF253\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"10.0.0\",\"versionEndIncluding\":\"10.12.0\",\"matchCriteriaId\":\"25A3180B-21AF-4010-9DAB-41ADFD2D8031\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*\",\"versionStartIncluding\":\"10.13.0\",\"versionEndExcluding\":\"10.23.1\",\"matchCriteriaId\":\"33081E31-5166-4064-91AA-951F5CD930D3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"12.0.0\",\"versionEndIncluding\":\"12.12.0\",\"matchCriteriaId\":\"564ED5C8-50D7-413A-B88E-E62B6C07336A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*\",\"versionStartIncluding\":\"12.13.0\",\"versionEndExcluding\":\"12.20.1\",\"matchCriteriaId\":\"58879E00-2C36-4C1B-9993-2422346624D3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"14.0.0\",\"versionEndIncluding\":\"14.14.0\",\"matchCriteriaId\":\"428DCD7B-6F66-4F18-B780-5BD80143D482\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*\",\"versionStartIncluding\":\"14.15.0\",\"versionEndExcluding\":\"14.15.4\",\"matchCriteriaId\":\"2F2D8EEB-7A9E-472A-B820-A3C33CB93B61\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"15.0.0\",\"versionEndExcluding\":\"15.5.0\",\"matchCriteriaId\":\"1A868E7E-C25A-4B2A-BB37-7F2584ECB2D4\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2021/09/14/2\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=f960d81215ebf3f65e03d4d5d857fb9b666d6920\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c%40%3Cdev.tomcat.apache.org%3E\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143%40%3Ccommits.pulsar.apache.org%3E\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202012-13\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20201218-0005/\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20210513-0002/\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20240621-0006/\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://www.debian.org/security/2020/dsa-4807\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.openssl.org/news/secadv/20201208.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://www.oracle.com//security-alerts/cpujul2021.html\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuApr2021.html\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuapr2022.html\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpujan2021.html\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuoct2021.html\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.tenable.com/security/tns-2020-11\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.tenable.com/security/tns-2021-09\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.tenable.com/security/tns-2021-10\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2021/09/14/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=f960d81215ebf3f65e03d4d5d857fb9b666d6920\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c%40%3Cdev.tomcat.apache.org%3E\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143%40%3Ccommits.pulsar.apache.org%3E\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202012-13\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20201218-0005/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20210513-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20240621-0006/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.debian.org/security/2020/dsa-4807\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.openssl.org/news/secadv/20201208.txt\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://www.oracle.com//security-alerts/cpujul2021.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuApr2021.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuapr2022.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpujan2021.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuoct2021.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.tenable.com/security/tns-2020-11\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.tenable.com/security/tns-2021-09\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.tenable.com/security/tns-2021-10\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
suse-su-2020:14560-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for openssl1", "title": "Title of the patch" }, { "category": "description", "text": "This update for openssl1 fixes the following issues:\n\n- CVE-2020-1971: Fixed a null pointer dereference in EDIPARTYNAME (bsc#1179491).\n", "title": "Description of the patch" }, { "category": "details", "text": "secsp3-openssl1-14560", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2020_14560-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:14560-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-202014560-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:14560-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007950.html" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" } ], "title": "Security update for openssl1", "tracking": { "current_release_date": "2020-12-09T17:19:05Z", "generator": { "date": "2020-12-09T17:19:05Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:14560-1", "initial_release_date": "2020-12-09T17:19:05Z", "revision_history": [ { "date": "2020-12-09T17:19:05Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl1-devel-1.0.1g-0.58.30.1.i586", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.30.1.i586", "product_id": "libopenssl1-devel-1.0.1g-0.58.30.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.i586", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.i586", "product_id": "libopenssl1_0_0-1.0.1g-0.58.30.1.i586" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.30.1.i586", "product": { "name": "openssl1-1.0.1g-0.58.30.1.i586", "product_id": "openssl1-1.0.1g-0.58.30.1.i586" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.30.1.i586", "product": { "name": "openssl1-doc-1.0.1g-0.58.30.1.i586", "product_id": "openssl1-doc-1.0.1g-0.58.30.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libopenssl1-devel-1.0.1g-0.58.30.1.ia64", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.30.1.ia64", "product_id": "libopenssl1-devel-1.0.1g-0.58.30.1.ia64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.ia64", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.ia64", "product_id": "libopenssl1_0_0-1.0.1g-0.58.30.1.ia64" } }, { "category": "product_version", "name": "libopenssl1_0_0-x86-1.0.1g-0.58.30.1.ia64", "product": { "name": "libopenssl1_0_0-x86-1.0.1g-0.58.30.1.ia64", "product_id": "libopenssl1_0_0-x86-1.0.1g-0.58.30.1.ia64" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.30.1.ia64", "product": { "name": "openssl1-1.0.1g-0.58.30.1.ia64", "product_id": "openssl1-1.0.1g-0.58.30.1.ia64" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.30.1.ia64", "product": { "name": "openssl1-doc-1.0.1g-0.58.30.1.ia64", "product_id": "openssl1-doc-1.0.1g-0.58.30.1.ia64" } } ], "category": "architecture", "name": "ia64" }, { "branches": [ { "category": "product_version", "name": "libopenssl1-devel-1.0.1g-0.58.30.1.ppc64", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.30.1.ppc64", "product_id": "libopenssl1-devel-1.0.1g-0.58.30.1.ppc64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.ppc64", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.ppc64", "product_id": "libopenssl1_0_0-1.0.1g-0.58.30.1.ppc64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.ppc64", "product": { "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.ppc64", "product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.ppc64" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.30.1.ppc64", "product": { "name": "openssl1-1.0.1g-0.58.30.1.ppc64", "product_id": "openssl1-1.0.1g-0.58.30.1.ppc64" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.30.1.ppc64", "product": { "name": "openssl1-doc-1.0.1g-0.58.30.1.ppc64", "product_id": "openssl1-doc-1.0.1g-0.58.30.1.ppc64" } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "libopenssl1-devel-1.0.1g-0.58.30.1.s390x", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.30.1.s390x", "product_id": "libopenssl1-devel-1.0.1g-0.58.30.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.s390x", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.s390x", "product_id": "libopenssl1_0_0-1.0.1g-0.58.30.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.s390x", "product": { "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.s390x", "product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.s390x" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.30.1.s390x", "product": { "name": "openssl1-1.0.1g-0.58.30.1.s390x", "product_id": "openssl1-1.0.1g-0.58.30.1.s390x" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.30.1.s390x", "product": { "name": "openssl1-doc-1.0.1g-0.58.30.1.s390x", "product_id": "openssl1-doc-1.0.1g-0.58.30.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl1-devel-1.0.1g-0.58.30.1.x86_64", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.30.1.x86_64", "product_id": "libopenssl1-devel-1.0.1g-0.58.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.x86_64", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.x86_64", "product_id": "libopenssl1_0_0-1.0.1g-0.58.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.x86_64" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.30.1.x86_64", "product": { "name": "openssl1-1.0.1g-0.58.30.1.x86_64", "product_id": "openssl1-1.0.1g-0.58.30.1.x86_64" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.30.1.x86_64", "product": { "name": "openssl1-doc-1.0.1g-0.58.30.1.x86_64", "product_id": "openssl1-doc-1.0.1g-0.58.30.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 11-SECURITY", "product": { "name": "SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:11:security" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl1-devel-1.0.1g-0.58.30.1.i586 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.i586" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.30.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1-devel-1.0.1g-0.58.30.1.ia64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.ia64" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.30.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1-devel-1.0.1g-0.58.30.1.ppc64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.ppc64" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.30.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1-devel-1.0.1g-0.58.30.1.s390x as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.s390x" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1-devel-1.0.1g-0.58.30.1.x86_64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.x86_64" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.i586 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.i586" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.30.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.ia64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.ia64" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.30.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.ppc64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.ppc64" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.30.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.s390x as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.1g-0.58.30.1.x86_64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.ppc64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.ppc64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.s390x as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.x86_64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-x86-1.0.1g-0.58.30.1.ia64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-x86-1.0.1g-0.58.30.1.ia64" }, "product_reference": "libopenssl1_0_0-x86-1.0.1g-0.58.30.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "openssl1-1.0.1g-0.58.30.1.i586 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.i586" }, "product_reference": "openssl1-1.0.1g-0.58.30.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "openssl1-1.0.1g-0.58.30.1.ia64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.ia64" }, "product_reference": "openssl1-1.0.1g-0.58.30.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "openssl1-1.0.1g-0.58.30.1.ppc64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.ppc64" }, "product_reference": "openssl1-1.0.1g-0.58.30.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "openssl1-1.0.1g-0.58.30.1.s390x as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.s390x" }, "product_reference": "openssl1-1.0.1g-0.58.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "openssl1-1.0.1g-0.58.30.1.x86_64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.x86_64" }, "product_reference": "openssl1-1.0.1g-0.58.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "openssl1-doc-1.0.1g-0.58.30.1.i586 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.i586" }, "product_reference": "openssl1-doc-1.0.1g-0.58.30.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "openssl1-doc-1.0.1g-0.58.30.1.ia64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.ia64" }, "product_reference": "openssl1-doc-1.0.1g-0.58.30.1.ia64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "openssl1-doc-1.0.1g-0.58.30.1.ppc64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.ppc64" }, "product_reference": "openssl1-doc-1.0.1g-0.58.30.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "openssl1-doc-1.0.1g-0.58.30.1.s390x as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.s390x" }, "product_reference": "openssl1-doc-1.0.1g-0.58.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" }, { "category": "default_component_of", "full_product_name": { "name": "openssl1-doc-1.0.1g-0.58.30.1.x86_64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.x86_64" }, "product_reference": "openssl1-doc-1.0.1g-0.58.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-x86-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-x86-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.30.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.30.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.30.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-x86-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.30.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.30.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-12-09T17:19:05Z", "details": "important" } ], "title": "CVE-2020-1971" } ] }
suse-su-2020:3722-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for openssl-1_1", "title": "Title of the patch" }, { "category": "description", "text": "This update for openssl-1_1 fixes the following issues:\n\n- CVE-2020-1971: Fixed a null pointer dereference in EDIPARTYNAME (bsc#1179491).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2020-3722,SUSE-SLE-Product-HPC-15-2020-3722,SUSE-SLE-Product-SLES-15-2020-3722,SUSE-SLE-Product-SLES_SAP-15-2020-3722", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2020_3722-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:3722-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203722-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:3722-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007948.html" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2020-12-09T12:37:18Z", "generator": { "date": "2020-12-09T12:37:18Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:3722-1", "initial_release_date": "2020-12-09T12:37:18Z", "revision_history": [ { "date": "2020-12-09T12:37:18Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "product_id": "libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.54.1.aarch64", "product": { "name": "libopenssl1_1-1.1.0i-4.54.1.aarch64", "product_id": "libopenssl1_1-1.1.0i-4.54.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "product_id": "libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.54.1.aarch64", "product": { "name": "openssl-1_1-1.1.0i-4.54.1.aarch64", "product_id": "openssl-1_1-1.1.0i-4.54.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-64bit-1.1.0i-4.54.1.aarch64_ilp32", "product": { "name": "libopenssl-1_1-devel-64bit-1.1.0i-4.54.1.aarch64_ilp32", "product_id": "libopenssl-1_1-devel-64bit-1.1.0i-4.54.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-64bit-1.1.0i-4.54.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-64bit-1.1.0i-4.54.1.aarch64_ilp32", "product_id": "libopenssl1_1-64bit-1.1.0i-4.54.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-64bit-1.1.0i-4.54.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-hmac-64bit-1.1.0i-4.54.1.aarch64_ilp32", "product_id": "libopenssl1_1-hmac-64bit-1.1.0i-4.54.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.i586", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.i586", "product_id": "libopenssl-1_1-devel-1.1.0i-4.54.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.54.1.i586", "product": { "name": "libopenssl1_1-1.1.0i-4.54.1.i586", "product_id": "libopenssl1_1-1.1.0i-4.54.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.i586", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.i586", "product_id": "libopenssl1_1-hmac-1.1.0i-4.54.1.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.54.1.i586", "product": { "name": "openssl-1_1-1.1.0i-4.54.1.i586", "product_id": "openssl-1_1-1.1.0i-4.54.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.0i-4.54.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.0i-4.54.1.noarch", "product_id": "openssl-1_1-doc-1.1.0i-4.54.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.54.1.ppc64le", "product": { "name": "libopenssl1_1-1.1.0i-4.54.1.ppc64le", "product_id": "libopenssl1_1-1.1.0i-4.54.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le", "product_id": "libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.54.1.ppc64le", "product": { "name": "openssl-1_1-1.1.0i-4.54.1.ppc64le", "product_id": "openssl-1_1-1.1.0i-4.54.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.s390x", "product_id": "libopenssl-1_1-devel-1.1.0i-4.54.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.54.1.s390x", "product": { "name": "libopenssl1_1-1.1.0i-4.54.1.s390x", "product_id": "libopenssl1_1-1.1.0i-4.54.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.s390x", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.s390x", "product_id": "libopenssl1_1-hmac-1.1.0i-4.54.1.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.54.1.s390x", "product": { "name": "openssl-1_1-1.1.0i-4.54.1.s390x", "product_id": "openssl-1_1-1.1.0i-4.54.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.0i-4.54.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-4.54.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.0i-4.54.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.54.1.x86_64", "product": { "name": "libopenssl1_1-1.1.0i-4.54.1.x86_64", "product_id": "libopenssl1_1-1.1.0i-4.54.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.54.1.x86_64", "product": { "name": "openssl-1_1-1.1.0i-4.54.1.x86_64", "product_id": "openssl-1_1-1.1.0i-4.54.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-4.54.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.54.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-4.54.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-4.54.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.54.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-4.54.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.54.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-4.54.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-4.54.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-4.54.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.54.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-4.54.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.54.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.54.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-4.54.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-4.54.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-4.54.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.0i-4.54.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-4.54.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.s390x" }, "product_reference": "libopenssl1_1-1.1.0i-4.54.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.54.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-4.54.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-4.54.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-4.54.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.0i-4.54.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-4.54.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.s390x" }, "product_reference": "openssl-1_1-1.1.0i-4.54.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-4.54.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.54.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.0i-4.54.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-4.54.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.54.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.0i-4.54.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-4.54.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.54.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-4.54.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.54.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.54.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-32bit-1.1.0i-4.54.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.54.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.54.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-12-09T12:37:18Z", "details": "important" } ], "title": "CVE-2020-1971" } ] }
suse-su-2021:0060-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for nodejs10", "title": "Title of the patch" }, { "category": "description", "text": "This update for nodejs10 fixes the following issues:\n\n- New upstream LTS version 10.23.1:\n * CVE-2020-8265: use-after-free in TLSWrap (High) bug in TLS\n implementation. When writing to a TLS enabled socket,\n node::StreamBase::Write calls node::TLSWrap::DoWrite with\n a freshly allocated WriteWrap object as first argument.\n If the DoWrite method does not return an error, this object is\n passed back to the caller as part of a StreamWriteResult structure.\n This may be exploited to corrupt memory leading to a\n Denial of Service or potentially other exploits (bsc#1180553)\n * CVE-2020-8287: HTTP Request Smuggling allow two copies of a\n header field in a http request. For example, two Transfer-Encoding\n header fields. In this case Node.js identifies the first header\n field and ignores the second. This can lead to HTTP Request\n Smuggling (https://cwe.mitre.org/data/definitions/444.html).\n (bsc#1180554)\n * CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference\n (High) This is a vulnerability in OpenSSL which may be exploited\n through Node.js. (bsc#1179491)\n\n- New upstream LTS version 10.23.0:\n * deps: upgrade npm to 6.14.8\n * n-api:\n + create N-API version 7\n + expose napi_build_version variable\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-60,SUSE-SLE-Module-Web-Scripting-15-SP1-2021-60,SUSE-SLE-Module-Web-Scripting-15-SP2-2021-60,SUSE-SLE-Product-HPC-15-2021-60,SUSE-SLE-Product-SLES-15-2021-60,SUSE-SLE-Product-SLES_SAP-15-2021-60", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_0060-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:0060-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20210060-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:0060-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008169.html" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE Bug 1180553", "url": "https://bugzilla.suse.com/1180553" }, { "category": "self", "summary": "SUSE Bug 1180554", "url": "https://bugzilla.suse.com/1180554" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8265 page", "url": "https://www.suse.com/security/cve/CVE-2020-8265/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8287 page", "url": "https://www.suse.com/security/cve/CVE-2020-8287/" } ], "title": "Security update for nodejs10", "tracking": { "current_release_date": "2021-01-11T14:01:13Z", "generator": { "date": "2021-01-11T14:01:13Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:0060-1", "initial_release_date": "2021-01-11T14:01:13Z", "revision_history": [ { "date": "2021-01-11T14:01:13Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-1.30.1.aarch64", "product": { "name": "nodejs10-10.23.1-1.30.1.aarch64", "product_id": "nodejs10-10.23.1-1.30.1.aarch64" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-1.30.1.aarch64", "product": { "name": "nodejs10-devel-10.23.1-1.30.1.aarch64", "product_id": "nodejs10-devel-10.23.1-1.30.1.aarch64" } }, { "category": "product_version", "name": "npm10-10.23.1-1.30.1.aarch64", "product": { "name": "npm10-10.23.1-1.30.1.aarch64", "product_id": "npm10-10.23.1-1.30.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-1.30.1.i586", "product": { "name": "nodejs10-10.23.1-1.30.1.i586", "product_id": "nodejs10-10.23.1-1.30.1.i586" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-1.30.1.i586", "product": { "name": "nodejs10-devel-10.23.1-1.30.1.i586", "product_id": "nodejs10-devel-10.23.1-1.30.1.i586" } }, { "category": "product_version", "name": "npm10-10.23.1-1.30.1.i586", "product": { "name": "npm10-10.23.1-1.30.1.i586", "product_id": "npm10-10.23.1-1.30.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "nodejs10-docs-10.23.1-1.30.1.noarch", "product": { "name": "nodejs10-docs-10.23.1-1.30.1.noarch", "product_id": "nodejs10-docs-10.23.1-1.30.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-1.30.1.ppc64le", "product": { "name": "nodejs10-10.23.1-1.30.1.ppc64le", "product_id": "nodejs10-10.23.1-1.30.1.ppc64le" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-1.30.1.ppc64le", "product": { "name": "nodejs10-devel-10.23.1-1.30.1.ppc64le", "product_id": "nodejs10-devel-10.23.1-1.30.1.ppc64le" } }, { "category": "product_version", "name": "npm10-10.23.1-1.30.1.ppc64le", "product": { "name": "npm10-10.23.1-1.30.1.ppc64le", "product_id": "npm10-10.23.1-1.30.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-1.30.1.s390x", "product": { "name": "nodejs10-10.23.1-1.30.1.s390x", "product_id": "nodejs10-10.23.1-1.30.1.s390x" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-1.30.1.s390x", "product": { "name": "nodejs10-devel-10.23.1-1.30.1.s390x", "product_id": "nodejs10-devel-10.23.1-1.30.1.s390x" } }, { "category": "product_version", "name": "npm10-10.23.1-1.30.1.s390x", "product": { "name": "npm10-10.23.1-1.30.1.s390x", "product_id": "npm10-10.23.1-1.30.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-1.30.1.x86_64", "product": { "name": "nodejs10-10.23.1-1.30.1.x86_64", "product_id": "nodejs10-10.23.1-1.30.1.x86_64" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-1.30.1.x86_64", "product": { "name": "nodejs10-devel-10.23.1-1.30.1.x86_64", "product_id": "nodejs10-devel-10.23.1-1.30.1.x86_64" } }, { "category": "product_version", "name": "npm10-10.23.1-1.30.1.x86_64", "product": { "name": "npm10-10.23.1-1.30.1.x86_64", "product_id": "npm10-10.23.1-1.30.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.aarch64" }, "product_reference": "nodejs10-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.ppc64le" }, "product_reference": "nodejs10-10.23.1-1.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.s390x" }, "product_reference": "nodejs10-10.23.1-1.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.x86_64" }, "product_reference": "nodejs10-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.aarch64" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.ppc64le" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.s390x" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.x86_64" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-docs-10.23.1-1.30.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-docs-10.23.1-1.30.1.noarch" }, "product_reference": "nodejs10-docs-10.23.1-1.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.aarch64" }, "product_reference": "npm10-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.ppc64le" }, "product_reference": "npm10-10.23.1-1.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.s390x" }, "product_reference": "npm10-10.23.1-1.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP1", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.x86_64" }, "product_reference": "npm10-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.aarch64" }, "product_reference": "nodejs10-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.ppc64le" }, "product_reference": "nodejs10-10.23.1-1.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.s390x" }, "product_reference": "nodejs10-10.23.1-1.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.x86_64" }, "product_reference": "nodejs10-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.aarch64" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.ppc64le" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.s390x" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.x86_64" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-docs-10.23.1-1.30.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-docs-10.23.1-1.30.1.noarch" }, "product_reference": "nodejs10-docs-10.23.1-1.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.aarch64" }, "product_reference": "npm10-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.ppc64le" }, "product_reference": "npm10-10.23.1-1.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.s390x" }, "product_reference": "npm10-10.23.1-1.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.x86_64" }, "product_reference": "npm10-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.aarch64" }, "product_reference": "nodejs10-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.x86_64" }, "product_reference": "nodejs10-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.aarch64" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.x86_64" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-docs-10.23.1-1.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.23.1-1.30.1.noarch" }, "product_reference": "nodejs10-docs-10.23.1-1.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.aarch64" }, "product_reference": "npm10-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.x86_64" }, "product_reference": "npm10-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64" }, "product_reference": "nodejs10-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64" }, "product_reference": "nodejs10-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-docs-10.23.1-1.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch" }, "product_reference": "nodejs10-docs-10.23.1-1.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.aarch64" }, "product_reference": "npm10-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.x86_64" }, "product_reference": "npm10-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64" }, "product_reference": "nodejs10-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.ppc64le" }, "product_reference": "nodejs10-10.23.1-1.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.s390x" }, "product_reference": "nodejs10-10.23.1-1.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64" }, "product_reference": "nodejs10-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.ppc64le" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.s390x" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-docs-10.23.1-1.30.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch" }, "product_reference": "nodejs10-docs-10.23.1-1.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.aarch64" }, "product_reference": "npm10-10.23.1-1.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.ppc64le" }, "product_reference": "npm10-10.23.1-1.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.s390x" }, "product_reference": "npm10-10.23.1-1.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.x86_64" }, "product_reference": "npm10-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.ppc64le" }, "product_reference": "nodejs10-10.23.1-1.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.x86_64" }, "product_reference": "nodejs10-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.ppc64le" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.x86_64" }, "product_reference": "nodejs10-devel-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-docs-10.23.1-1.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.23.1-1.30.1.noarch" }, "product_reference": "nodejs10-docs-10.23.1-1.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.ppc64le" }, "product_reference": "npm10-10.23.1-1.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.x86_64" }, "product_reference": "npm10-10.23.1-1.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-11T14:01:13Z", "details": "important" } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2020-8265", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8265" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8265", "url": "https://www.suse.com/security/cve/CVE-2020-8265" }, { "category": "external", "summary": "SUSE Bug 1180553 for CVE-2020-8265", "url": "https://bugzilla.suse.com/1180553" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-11T14:01:13Z", "details": "important" } ], "title": "CVE-2020-8265" }, { "cve": "CVE-2020-8287", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8287" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP request (for example, two Transfer-Encoding header fields). In this case, Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8287", "url": "https://www.suse.com/security/cve/CVE-2020-8287" }, { "category": "external", "summary": "SUSE Bug 1180554 for CVE-2020-8287", "url": "https://bugzilla.suse.com/1180554" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP1:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:npm10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.23.1-1.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.23.1-1.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.23.1-1.30.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-11T14:01:13Z", "details": "moderate" } ], "title": "CVE-2020-8287" } ] }
suse-su-2020:3763-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for openssl", "title": "Title of the patch" }, { "category": "description", "text": "This update for openssl fixes the following issues:\n\n- CVE-2020-1971: Fixed a null pointer dereference in EDIPARTYNAME (bsc#1179491).\n", "title": "Description of the patch" }, { "category": "details", "text": "HPE-Helion-OpenStack-8-2020-3763,SUSE-2020-3763,SUSE-OpenStack-Cloud-7-2020-3763,SUSE-OpenStack-Cloud-8-2020-3763,SUSE-OpenStack-Cloud-Crowbar-8-2020-3763,SUSE-SLE-SAP-12-SP2-2020-3763,SUSE-SLE-SAP-12-SP3-2020-3763,SUSE-SLE-SERVER-12-SP2-2020-3763,SUSE-SLE-SERVER-12-SP2-BCL-2020-3763,SUSE-SLE-SERVER-12-SP3-2020-3763,SUSE-SLE-SERVER-12-SP3-BCL-2020-3763,SUSE-Storage-5-2020-3763", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2020_3763-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:3763-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203763-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:3763-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007976.html" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" } ], "title": "Security update for openssl", "tracking": { "current_release_date": "2020-12-11T13:17:55Z", "generator": { "date": "2020-12-11T13:17:55Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:3763-1", "initial_release_date": "2020-12-11T13:17:55Z", "revision_history": [ { "date": "2020-12-11T13:17:55Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.63.1.aarch64", "product": { "name": "libopenssl-devel-1.0.2j-60.63.1.aarch64", "product_id": "libopenssl-devel-1.0.2j-60.63.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.63.1.aarch64", "product": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.aarch64", "product_id": "libopenssl1_0_0-1.0.2j-60.63.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.63.1.aarch64", "product": { "name": "openssl-1.0.2j-60.63.1.aarch64", "product_id": "openssl-1.0.2j-60.63.1.aarch64" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.63.1.aarch64", "product": { "name": "openssl-cavs-1.0.2j-60.63.1.aarch64", "product_id": "openssl-cavs-1.0.2j-60.63.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-64bit-1.0.2j-60.63.1.aarch64_ilp32", "product": { "name": "libopenssl-devel-64bit-1.0.2j-60.63.1.aarch64_ilp32", "product_id": "libopenssl-devel-64bit-1.0.2j-60.63.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-64bit-1.0.2j-60.63.1.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-64bit-1.0.2j-60.63.1.aarch64_ilp32", "product_id": "libopenssl1_0_0-64bit-1.0.2j-60.63.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.63.1.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.63.1.aarch64_ilp32", "product_id": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.63.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.63.1.i586", "product": { "name": "libopenssl-devel-1.0.2j-60.63.1.i586", "product_id": "libopenssl-devel-1.0.2j-60.63.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.63.1.i586", "product": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.i586", "product_id": "libopenssl1_0_0-1.0.2j-60.63.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.i586", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.i586", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.i586" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.63.1.i586", "product": { "name": "openssl-1.0.2j-60.63.1.i586", "product_id": "openssl-1.0.2j-60.63.1.i586" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.63.1.i586", "product": { "name": "openssl-cavs-1.0.2j-60.63.1.i586", "product_id": "openssl-cavs-1.0.2j-60.63.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-doc-1.0.2j-60.63.1.noarch", "product": { "name": "openssl-doc-1.0.2j-60.63.1.noarch", "product_id": "openssl-doc-1.0.2j-60.63.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.63.1.ppc64le", "product": { "name": "libopenssl-devel-1.0.2j-60.63.1.ppc64le", "product_id": "libopenssl-devel-1.0.2j-60.63.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "product": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "product_id": "libopenssl1_0_0-1.0.2j-60.63.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.63.1.ppc64le", "product": { "name": "openssl-1.0.2j-60.63.1.ppc64le", "product_id": "openssl-1.0.2j-60.63.1.ppc64le" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.63.1.ppc64le", "product": { "name": "openssl-cavs-1.0.2j-60.63.1.ppc64le", "product_id": "openssl-cavs-1.0.2j-60.63.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.63.1.s390", "product": { "name": "libopenssl-devel-1.0.2j-60.63.1.s390", "product_id": "libopenssl-devel-1.0.2j-60.63.1.s390" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.63.1.s390", "product": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.s390", "product_id": "libopenssl1_0_0-1.0.2j-60.63.1.s390" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.63.1.s390", "product": { "name": "openssl-1.0.2j-60.63.1.s390", "product_id": "openssl-1.0.2j-60.63.1.s390" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.63.1.s390", "product": { "name": "openssl-cavs-1.0.2j-60.63.1.s390", "product_id": "openssl-cavs-1.0.2j-60.63.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.63.1.s390x", "product": { "name": "libopenssl-devel-1.0.2j-60.63.1.s390x", "product_id": "libopenssl-devel-1.0.2j-60.63.1.s390x" } }, { "category": "product_version", "name": "libopenssl-devel-32bit-1.0.2j-60.63.1.s390x", "product": { "name": "libopenssl-devel-32bit-1.0.2j-60.63.1.s390x", "product_id": "libopenssl-devel-32bit-1.0.2j-60.63.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.63.1.s390x", "product": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.s390x", "product_id": "libopenssl1_0_0-1.0.2j-60.63.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "product": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "product_id": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.63.1.s390x", "product": { "name": "openssl-1.0.2j-60.63.1.s390x", "product_id": "openssl-1.0.2j-60.63.1.s390x" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.63.1.s390x", "product": { "name": "openssl-cavs-1.0.2j-60.63.1.s390x", "product_id": "openssl-cavs-1.0.2j-60.63.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.63.1.x86_64", "product": { "name": "libopenssl-devel-1.0.2j-60.63.1.x86_64", "product_id": "libopenssl-devel-1.0.2j-60.63.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "product_id": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.63.1.x86_64", "product": { "name": "openssl-1.0.2j-60.63.1.x86_64", "product_id": "openssl-1.0.2j-60.63.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-devel-32bit-1.0.2j-60.63.1.x86_64", "product": { "name": "libopenssl-devel-32bit-1.0.2j-60.63.1.x86_64", "product_id": "libopenssl-devel-32bit-1.0.2j-60.63.1.x86_64" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.63.1.x86_64", "product": { "name": "openssl-cavs-1.0.2j-60.63.1.x86_64", "product_id": "openssl-cavs-1.0.2j-60.63.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "HPE Helion OpenStack 8", "product": { "name": "HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8", "product_identification_helper": { "cpe": "cpe:/o:suse:hpe-helion-openstack:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud 7", "product": { "name": "SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:7" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud 8", "product": { "name": "SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud Crowbar 8", "product": { "name": "SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:8" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP2-BCL", "product": { "name": "SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-bcl:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP3-BCL", "product": { "name": "SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-bcl:12:sp3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 5", "product": { "name": "SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl-devel-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl1_0_0-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:openssl-1.0.2j-60.63.1.x86_64" }, "product_reference": "openssl-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.63.1.noarch as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:openssl-doc-1.0.2j-60.63.1.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.63.1.noarch", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libopenssl-devel-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libopenssl-devel-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libopenssl1_0_0-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libopenssl1_0_0-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:openssl-1.0.2j-60.63.1.s390x" }, "product_reference": "openssl-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:openssl-1.0.2j-60.63.1.x86_64" }, "product_reference": "openssl-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.63.1.noarch as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:openssl-doc-1.0.2j-60.63.1.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.63.1.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl-devel-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl1_0_0-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:openssl-1.0.2j-60.63.1.x86_64" }, "product_reference": "openssl-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.63.1.noarch as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:openssl-doc-1.0.2j-60.63.1.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.63.1.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:libopenssl-devel-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:openssl-1.0.2j-60.63.1.x86_64" }, "product_reference": "openssl-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.63.1.noarch as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:openssl-doc-1.0.2j-60.63.1.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.63.1.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl-devel-1.0.2j-60.63.1.ppc64le" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl-devel-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-1.0.2j-60.63.1.ppc64le" }, "product_reference": "openssl-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-1.0.2j-60.63.1.x86_64" }, "product_reference": "openssl-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.63.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-doc-1.0.2j-60.63.1.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.63.1.ppc64le" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.63.1.ppc64le" }, "product_reference": "openssl-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.63.1.x86_64" }, "product_reference": "openssl-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.63.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-doc-1.0.2j-60.63.1.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel-1.0.2j-60.63.1.ppc64le" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-1.0.2j-60.63.1.ppc64le" }, "product_reference": "openssl-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-1.0.2j-60.63.1.s390x" }, "product_reference": "openssl-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-1.0.2j-60.63.1.x86_64" }, "product_reference": "openssl-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.63.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-doc-1.0.2j-60.63.1.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.63.1.x86_64" }, "product_reference": "openssl-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.63.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.63.1.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.aarch64" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.ppc64le" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.aarch64" }, "product_reference": "openssl-1.0.2j-60.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.ppc64le" }, "product_reference": "openssl-1.0.2j-60.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.s390x" }, "product_reference": "openssl-1.0.2j-60.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.x86_64" }, "product_reference": "openssl-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.63.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-doc-1.0.2j-60.63.1.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl-devel-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-1.0.2j-60.63.1.x86_64" }, "product_reference": "openssl-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.63.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-doc-1.0.2j-60.63.1.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.aarch64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libopenssl-devel-1.0.2j-60.63.1.aarch64" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.63.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libopenssl-devel-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.aarch64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libopenssl1_0_0-1.0.2j-60.63.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libopenssl1_0_0-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.aarch64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:openssl-1.0.2j-60.63.1.aarch64" }, "product_reference": "openssl-1.0.2j-60.63.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.63.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:openssl-1.0.2j-60.63.1.x86_64" }, "product_reference": "openssl-1.0.2j-60.63.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.63.1.noarch as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:openssl-doc-1.0.2j-60.63.1.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.63.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 5" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libopenssl-devel-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:openssl-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Enterprise Storage 5:libopenssl-devel-1.0.2j-60.63.1.aarch64", "SUSE Enterprise Storage 5:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:libopenssl1_0_0-1.0.2j-60.63.1.aarch64", "SUSE Enterprise Storage 5:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64", "SUSE Enterprise Storage 5:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:openssl-1.0.2j-60.63.1.aarch64", "SUSE Enterprise Storage 5:openssl-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl-devel-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE OpenStack Cloud 7:libopenssl-devel-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:libopenssl1_0_0-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:openssl-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:openssl-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE OpenStack Cloud 8:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:openssl-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE OpenStack Cloud Crowbar 8:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-doc-1.0.2j-60.63.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "HPE Helion OpenStack 8:libopenssl-devel-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:openssl-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Enterprise Storage 5:libopenssl-devel-1.0.2j-60.63.1.aarch64", "SUSE Enterprise Storage 5:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:libopenssl1_0_0-1.0.2j-60.63.1.aarch64", "SUSE Enterprise Storage 5:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64", "SUSE Enterprise Storage 5:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:openssl-1.0.2j-60.63.1.aarch64", "SUSE Enterprise Storage 5:openssl-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl-devel-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE OpenStack Cloud 7:libopenssl-devel-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:libopenssl1_0_0-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:openssl-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:openssl-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE OpenStack Cloud 8:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:openssl-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE OpenStack Cloud Crowbar 8:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-doc-1.0.2j-60.63.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:libopenssl-devel-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:openssl-1.0.2j-60.63.1.x86_64", "HPE Helion OpenStack 8:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Enterprise Storage 5:libopenssl-devel-1.0.2j-60.63.1.aarch64", "SUSE Enterprise Storage 5:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:libopenssl1_0_0-1.0.2j-60.63.1.aarch64", "SUSE Enterprise Storage 5:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64", "SUSE Enterprise Storage 5:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:openssl-1.0.2j-60.63.1.aarch64", "SUSE Enterprise Storage 5:openssl-1.0.2j-60.63.1.x86_64", "SUSE Enterprise Storage 5:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl-devel-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE OpenStack Cloud 7:libopenssl-devel-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:libopenssl1_0_0-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:libopenssl1_0_0-32bit-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:openssl-1.0.2j-60.63.1.s390x", "SUSE OpenStack Cloud 7:openssl-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 7:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE OpenStack Cloud 8:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:openssl-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud 8:openssl-doc-1.0.2j-60.63.1.noarch", "SUSE OpenStack Cloud Crowbar 8:libopenssl-devel-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-1.0.2j-60.63.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-doc-1.0.2j-60.63.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2020-12-11T13:17:55Z", "details": "important" } ], "title": "CVE-2020-1971" } ] }
suse-su-2020:3762-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for openssl-1_0_0", "title": "Title of the patch" }, { "category": "description", "text": "This update for openssl-1_0_0 fixes the following issues:\n\n- CVE-2020-1971: Fixed a null pointer dereference in EDIPARTYNAME (bsc#1179491).\n- Initialized dh-\u003enid to NID_undef in DH_new_method() (bsc#1177673).\n- Fixed a test failure in apache_ssl in fips mode (bsc#1177793).\n- Renamed BN_get_rfc3526_prime_* functions back to get_rfc3526_prime_* (bsc#1177575).\n- Restored private key check in EC_KEY_check_key (bsc#1177479).\n- Added shared secret KAT to FIPS DH selftest (bsc#1176029).\n- Included ECDH/DH Requirements from SP800-56Arev3 (bsc#1176029).\n- Used SHA-2 in the RSA pairwise consistency check (bsc#1155346)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2020-3762,SUSE-SLE-Module-Legacy-15-SP1-2020-3762,SUSE-SLE-Module-Legacy-15-SP2-2020-3762,SUSE-SLE-Module-Legacy-15-SP3-2020-3762,SUSE-SLE-Product-SLES-15-2020-3762,SUSE-SLE-Product-SLES_SAP-15-2020-3762,SUSE-Storage-6-2020-3762", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2020_3762-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:3762-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203762-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:3762-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007974.html" }, { "category": "self", "summary": "SUSE Bug 1155346", "url": "https://bugzilla.suse.com/1155346" }, { "category": "self", "summary": "SUSE Bug 1176029", "url": "https://bugzilla.suse.com/1176029" }, { "category": "self", "summary": "SUSE Bug 1177479", "url": "https://bugzilla.suse.com/1177479" }, { "category": "self", "summary": "SUSE Bug 1177575", "url": "https://bugzilla.suse.com/1177575" }, { "category": "self", "summary": "SUSE Bug 1177673", "url": "https://bugzilla.suse.com/1177673" }, { "category": "self", "summary": "SUSE Bug 1177793", "url": "https://bugzilla.suse.com/1177793" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" } ], "title": "Security update for openssl-1_0_0", "tracking": { "current_release_date": "2020-12-11T13:13:05Z", "generator": { "date": "2020-12-11T13:13:05Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:3762-1", "initial_release_date": "2020-12-11T13:13:05Z", "revision_history": [ { "date": "2020-12-11T13:13:05Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.34.1.aarch64", "product": { "name": "libopenssl10-1.0.2p-3.34.1.aarch64", "product_id": "libopenssl10-1.0.2p-3.34.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "product_id": "libopenssl1_0_0-1.0.2p-3.34.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.aarch64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.aarch64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.34.1.aarch64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.34.1.aarch64", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.34.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.34.1.aarch64", "product": { "name": "openssl-1_0_0-1.0.2p-3.34.1.aarch64", "product_id": "openssl-1_0_0-1.0.2p-3.34.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.34.1.aarch64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.34.1.aarch64", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.34.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.34.1.aarch64_ilp32", "product": { "name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.34.1.aarch64_ilp32", "product_id": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.34.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-64bit-1.0.2p-3.34.1.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-64bit-1.0.2p-3.34.1.aarch64_ilp32", "product_id": "libopenssl1_0_0-64bit-1.0.2p-3.34.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.34.1.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.34.1.aarch64_ilp32", "product_id": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.34.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-64bit-1.0.2p-3.34.1.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-steam-64bit-1.0.2p-3.34.1.aarch64_ilp32", "product_id": "libopenssl1_0_0-steam-64bit-1.0.2p-3.34.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.i586", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.i586", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.i586" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.34.1.i586", "product": { "name": "libopenssl10-1.0.2p-3.34.1.i586", "product_id": "libopenssl10-1.0.2p-3.34.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.34.1.i586", "product": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.i586", "product_id": "libopenssl1_0_0-1.0.2p-3.34.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.i586", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.i586", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.34.1.i586", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.34.1.i586", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.34.1.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.34.1.i586", "product": { "name": "openssl-1_0_0-1.0.2p-3.34.1.i586", "product_id": "openssl-1_0_0-1.0.2p-3.34.1.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.34.1.i586", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.34.1.i586", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.34.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2p-3.34.1.noarch", "product": { "name": "openssl-1_0_0-doc-1.0.2p-3.34.1.noarch", "product_id": "openssl-1_0_0-doc-1.0.2p-3.34.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.34.1.ppc64le", "product": { "name": "libopenssl10-1.0.2p-3.34.1.ppc64le", "product_id": "libopenssl10-1.0.2p-3.34.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "product": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "product_id": "libopenssl1_0_0-1.0.2p-3.34.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.ppc64le", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.34.1.ppc64le", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.34.1.ppc64le", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.34.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "product": { "name": "openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "product_id": "openssl-1_0_0-1.0.2p-3.34.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.34.1.ppc64le", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.34.1.ppc64le", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.34.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.34.1.s390x", "product": { "name": "libopenssl10-1.0.2p-3.34.1.s390x", "product_id": "libopenssl10-1.0.2p-3.34.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.34.1.s390x", "product": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.s390x", "product_id": "libopenssl1_0_0-1.0.2p-3.34.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.s390x", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.s390x", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.34.1.s390x", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.34.1.s390x", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.34.1.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.34.1.s390x", "product": { "name": "openssl-1_0_0-1.0.2p-3.34.1.s390x", "product_id": "openssl-1_0_0-1.0.2p-3.34.1.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.34.1.s390x", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.34.1.s390x", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.34.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.34.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.34.1.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.34.1.x86_64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.34.1.x86_64", "product": { "name": "libopenssl10-1.0.2p-3.34.1.x86_64", "product_id": "libopenssl10-1.0.2p-3.34.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "product_id": "libopenssl1_0_0-1.0.2p-3.34.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-3.34.1.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.34.1.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2p-3.34.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.34.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.34.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.34.1.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.34.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.34.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.34.1.x86_64", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.34.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2p-3.34.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2p-3.34.1.x86_64", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2p-3.34.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.34.1.x86_64", "product": { "name": "openssl-1_0_0-1.0.2p-3.34.1.x86_64", "product_id": "openssl-1_0_0-1.0.2p-3.34.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.34.1.x86_64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.34.1.x86_64", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.34.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Legacy 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Legacy 15 SP1", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Legacy 15 SP2", "product": { "name": "SUSE Linux Enterprise Module for Legacy 15 SP2", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 6", "product": { "name": "SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP1", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP1", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP1", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP1", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP1", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP1", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP1", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP1", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP1", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP1", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP1", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP1", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP2", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP2", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP2", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP2", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP2", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP2", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP2", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP2", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP2", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP2", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP2", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP2", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.34.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.34.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.34.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.34.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.34.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.34.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.34.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.34.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP1:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP1:openssl-1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.34.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-12-11T13:13:05Z", "details": "important" } ], "title": "CVE-2020-1971" } ] }
suse-su-2020:3740-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for openssl-1_1", "title": "Title of the patch" }, { "category": "description", "text": "This update for openssl-1_1 fixes the following issues:\n\n- CVE-2020-1971: Fixed a null pointer dereference in EDIPARTYNAME (bsc#1179491).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2020-3740,SUSE-OpenStack-Cloud-9-2020-3740,SUSE-OpenStack-Cloud-Crowbar-9-2020-3740,SUSE-SLE-SAP-12-SP4-2020-3740,SUSE-SLE-SDK-12-SP5-2020-3740,SUSE-SLE-SERVER-12-SP4-LTSS-2020-3740,SUSE-SLE-SERVER-12-SP5-2020-3740", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2020_3740-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:3740-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203740-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:3740-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007960.html" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2020-12-10T08:18:17Z", "generator": { "date": "2020-12-10T08:18:17Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:3740-1", "initial_release_date": "2020-12-10T08:18:17Z", "revision_history": [ { "date": "2020-12-10T08:18:17Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.aarch64", "product_id": "libopenssl-1_1-devel-1.1.1d-2.27.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.27.1.aarch64", "product": { "name": "libopenssl1_1-1.1.1d-2.27.1.aarch64", "product_id": "libopenssl1_1-1.1.1d-2.27.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.27.1.aarch64", "product": { "name": "openssl-1_1-1.1.1d-2.27.1.aarch64", "product_id": "openssl-1_1-1.1.1d-2.27.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-64bit-1.1.1d-2.27.1.aarch64_ilp32", "product": { "name": "libopenssl-1_1-devel-64bit-1.1.1d-2.27.1.aarch64_ilp32", "product_id": "libopenssl-1_1-devel-64bit-1.1.1d-2.27.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-64bit-1.1.1d-2.27.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-64bit-1.1.1d-2.27.1.aarch64_ilp32", "product_id": "libopenssl1_1-64bit-1.1.1d-2.27.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.i586", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.i586", "product_id": "libopenssl-1_1-devel-1.1.1d-2.27.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.27.1.i586", "product": { "name": "libopenssl1_1-1.1.1d-2.27.1.i586", "product_id": "libopenssl1_1-1.1.1d-2.27.1.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.27.1.i586", "product": { "name": "openssl-1_1-1.1.1d-2.27.1.i586", "product_id": "openssl-1_1-1.1.1d-2.27.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.1d-2.27.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.1d-2.27.1.noarch", "product_id": "openssl-1_1-doc-1.1.1d-2.27.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.1d-2.27.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.27.1.ppc64le", "product": { "name": "libopenssl1_1-1.1.1d-2.27.1.ppc64le", "product_id": "libopenssl1_1-1.1.1d-2.27.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.27.1.ppc64le", "product": { "name": "openssl-1_1-1.1.1d-2.27.1.ppc64le", "product_id": "openssl-1_1-1.1.1d-2.27.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.s390", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.s390", "product_id": "libopenssl-1_1-devel-1.1.1d-2.27.1.s390" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.27.1.s390", "product": { "name": "libopenssl1_1-1.1.1d-2.27.1.s390", "product_id": "libopenssl1_1-1.1.1d-2.27.1.s390" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.27.1.s390", "product": { "name": "openssl-1_1-1.1.1d-2.27.1.s390", "product_id": "openssl-1_1-1.1.1d-2.27.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.s390x", "product_id": "libopenssl-1_1-devel-1.1.1d-2.27.1.s390x" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.s390x", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.s390x", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.27.1.s390x", "product": { "name": "libopenssl1_1-1.1.1d-2.27.1.s390x", "product_id": "libopenssl1_1-1.1.1d-2.27.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "product": { "name": "libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "product_id": "libopenssl1_1-32bit-1.1.1d-2.27.1.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.27.1.s390x", "product": { "name": "openssl-1_1-1.1.1d-2.27.1.s390x", "product_id": "openssl-1_1-1.1.1d-2.27.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.1d-2.27.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.27.1.x86_64", "product": { "name": "libopenssl1_1-1.1.1d-2.27.1.x86_64", "product_id": "libopenssl1_1-1.1.1d-2.27.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.27.1.x86_64", "product": { "name": "openssl-1_1-1.1.1d-2.27.1.x86_64", "product_id": "openssl-1_1-1.1.1d-2.27.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE OpenStack Cloud 9", "product": { "name": "SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:9" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud Crowbar 9", "product": { "name": "SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:9" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.27.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.27.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.27.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.27.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.27.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-2.27.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-2.27.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-2.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.s390x" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-2.27.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.27.1.s390x" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.s390x" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-2.27.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.s390x" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.s390x" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-2.27.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.s390x" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.s390x" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-2.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.27.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.27.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.27.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.27.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.27.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-12-10T08:18:17Z", "details": "important" } ], "title": "CVE-2020-1971" } ] }
suse-su-2020:3721-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for openssl-1_1", "title": "Title of the patch" }, { "category": "description", "text": "This update for openssl-1_1 fixes the following issues:\n\t \n- CVE-2020-1971: Fixed a null pointer dereference in EDIPARTYNAME (bsc#1179491).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2020-3721,SUSE-SLE-Module-Basesystem-15-SP2-2020-3721", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2020_3721-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:3721-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203721-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:3721-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007947.html" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2020-12-09T12:36:50Z", "generator": { "date": "2020-12-09T12:36:50Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:3721-1", "initial_release_date": "2020-12-09T12:36:50Z", "revision_history": [ { "date": "2020-12-09T12:36:50Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.aarch64", "product_id": "libopenssl-1_1-devel-1.1.1d-11.12.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.12.1.aarch64", "product": { "name": "libopenssl1_1-1.1.1d-11.12.1.aarch64", "product_id": "libopenssl1_1-1.1.1d-11.12.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.aarch64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.aarch64", "product_id": "libopenssl1_1-hmac-1.1.1d-11.12.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.12.1.aarch64", "product": { "name": "openssl-1_1-1.1.1d-11.12.1.aarch64", "product_id": "openssl-1_1-1.1.1d-11.12.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-64bit-1.1.1d-11.12.1.aarch64_ilp32", "product": { "name": "libopenssl-1_1-devel-64bit-1.1.1d-11.12.1.aarch64_ilp32", "product_id": "libopenssl-1_1-devel-64bit-1.1.1d-11.12.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-64bit-1.1.1d-11.12.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-64bit-1.1.1d-11.12.1.aarch64_ilp32", "product_id": "libopenssl1_1-64bit-1.1.1d-11.12.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-64bit-1.1.1d-11.12.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-hmac-64bit-1.1.1d-11.12.1.aarch64_ilp32", "product_id": "libopenssl1_1-hmac-64bit-1.1.1d-11.12.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.i586", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.i586", "product_id": "libopenssl-1_1-devel-1.1.1d-11.12.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.12.1.i586", "product": { "name": "libopenssl1_1-1.1.1d-11.12.1.i586", "product_id": "libopenssl1_1-1.1.1d-11.12.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.i586", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.i586", "product_id": "libopenssl1_1-hmac-1.1.1d-11.12.1.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.12.1.i586", "product": { "name": "openssl-1_1-1.1.1d-11.12.1.i586", "product_id": "openssl-1_1-1.1.1d-11.12.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.1d-11.12.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.1d-11.12.1.noarch", "product_id": "openssl-1_1-doc-1.1.1d-11.12.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.1d-11.12.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.12.1.ppc64le", "product": { "name": "libopenssl1_1-1.1.1d-11.12.1.ppc64le", "product_id": "libopenssl1_1-1.1.1d-11.12.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.ppc64le", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.ppc64le", "product_id": "libopenssl1_1-hmac-1.1.1d-11.12.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.12.1.ppc64le", "product": { "name": "openssl-1_1-1.1.1d-11.12.1.ppc64le", "product_id": "openssl-1_1-1.1.1d-11.12.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.s390x", "product_id": "libopenssl-1_1-devel-1.1.1d-11.12.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.12.1.s390x", "product": { "name": "libopenssl1_1-1.1.1d-11.12.1.s390x", "product_id": "libopenssl1_1-1.1.1d-11.12.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.s390x", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.s390x", "product_id": "libopenssl1_1-hmac-1.1.1d-11.12.1.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.12.1.s390x", "product": { "name": "openssl-1_1-1.1.1d-11.12.1.s390x", "product_id": "openssl-1_1-1.1.1d-11.12.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.1d-11.12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.12.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.12.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-11.12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.12.1.x86_64", "product": { "name": "libopenssl1_1-1.1.1d-11.12.1.x86_64", "product_id": "libopenssl1_1-1.1.1d-11.12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-11.12.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.1d-11.12.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.1d-11.12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.1d-11.12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.12.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.12.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.1d-11.12.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.12.1.x86_64", "product": { "name": "openssl-1_1-1.1.1d-11.12.1.x86_64", "product_id": "openssl-1_1-1.1.1d-11.12.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP2", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.12.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.12.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.12.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.12.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-11.12.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.12.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-11.12.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.12.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-11.12.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-11.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-11.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-32bit-1.1.1d-11.12.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-11.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.12.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.12.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.12.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-11.12.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-11.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.12.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-11.12.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.12.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-11.12.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.12.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.s390x" }, "product_reference": "openssl-1_1-1.1.1d-11.12.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-11.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-32bit-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-32bit-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-32bit-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-11.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.12.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-12-09T12:36:50Z", "details": "important" } ], "title": "CVE-2020-1971" } ] }
suse-su-2020:3732-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for openssl-1_0_0", "title": "Title of the patch" }, { "category": "description", "text": "This update for openssl-1_0_0 fixes the following issues:\n\n- CVE-2020-1971: Fixed a null pointer dereference in EDIPARTYNAME (bsc#1179491).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2020-3732,SUSE-OpenStack-Cloud-9-2020-3732,SUSE-OpenStack-Cloud-Crowbar-9-2020-3732,SUSE-SLE-SAP-12-SP4-2020-3732,SUSE-SLE-SDK-12-SP5-2020-3732,SUSE-SLE-SERVER-12-SP4-LTSS-2020-3732,SUSE-SLE-SERVER-12-SP5-2020-3732", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2020_3732-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:3732-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203732-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:3732-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007953.html" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" } ], "title": "Security update for openssl-1_0_0", "tracking": { "current_release_date": "2020-12-09T17:18:12Z", "generator": { "date": "2020-12-09T17:18:12Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:3732-1", "initial_release_date": "2020-12-09T17:18:12Z", "revision_history": [ { "date": "2020-12-09T17:18:12Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "product_id": "libopenssl1_0_0-1.0.2p-3.30.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.30.1.aarch64", "product": { "name": "openssl-1_0_0-1.0.2p-3.30.1.aarch64", "product_id": "openssl-1_0_0-1.0.2p-3.30.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.30.1.aarch64_ilp32", "product": { "name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.30.1.aarch64_ilp32", "product_id": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.30.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-64bit-1.0.2p-3.30.1.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-64bit-1.0.2p-3.30.1.aarch64_ilp32", "product_id": "libopenssl1_0_0-64bit-1.0.2p-3.30.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.30.1.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.30.1.aarch64_ilp32", "product_id": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.30.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.i586", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.i586", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.30.1.i586", "product": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.i586", "product_id": "libopenssl1_0_0-1.0.2p-3.30.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.i586", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.i586", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.30.1.i586", "product": { "name": "openssl-1_0_0-1.0.2p-3.30.1.i586", "product_id": "openssl-1_0_0-1.0.2p-3.30.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "product": { "name": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "product_id": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "product": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "product_id": "libopenssl1_0_0-1.0.2p-3.30.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "product": { "name": "openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "product_id": "openssl-1_0_0-1.0.2p-3.30.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.30.1.s390", "product": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.s390", "product_id": "libopenssl1_0_0-1.0.2p-3.30.1.s390" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.30.1.s390", "product": { "name": "openssl-1_0_0-1.0.2p-3.30.1.s390", "product_id": "openssl-1_0_0-1.0.2p-3.30.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.30.1.s390x", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.30.1.s390x", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.30.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.30.1.s390x", "product": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.s390x", "product_id": "libopenssl1_0_0-1.0.2p-3.30.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "product_id": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.30.1.s390x", "product": { "name": "openssl-1_0_0-1.0.2p-3.30.1.s390x", "product_id": "openssl-1_0_0-1.0.2p-3.30.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.30.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.30.1.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "product_id": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.30.1.x86_64", "product": { "name": "openssl-1_0_0-1.0.2p-3.30.1.x86_64", "product_id": "openssl-1_0_0-1.0.2p-3.30.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE OpenStack Cloud 9", "product": { "name": "SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:9" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud Crowbar 9", "product": { "name": "SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:9" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.30.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.30.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.30.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.30.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch", "SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.30.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.30.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2020-12-09T17:18:12Z", "details": "important" } ], "title": "CVE-2020-1971" } ] }
suse-su-2020:3720-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for openssl-1_1", "title": "Title of the patch" }, { "category": "description", "text": "This update for openssl-1_1 fixes the following issues:\n\n- CVE-2020-1971: Fixed a null pointer dereference in EDIPARTYNAME (bsc#1179491).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2020-3720,SUSE-SLE-Module-Basesystem-15-SP1-2020-3720", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2020_3720-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:3720-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203720-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:3720-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007945.html" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2020-12-09T12:36:30Z", "generator": { "date": "2020-12-09T12:36:30Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:3720-1", "initial_release_date": "2020-12-09T12:36:30Z", "revision_history": [ { "date": "2020-12-09T12:36:30Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.aarch64", "product_id": "libopenssl-1_1-devel-1.1.0i-14.12.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.12.1.aarch64", "product": { "name": "libopenssl1_1-1.1.0i-14.12.1.aarch64", "product_id": "libopenssl1_1-1.1.0i-14.12.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.aarch64", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.aarch64", "product_id": "libopenssl1_1-hmac-1.1.0i-14.12.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.12.1.aarch64", "product": { "name": "openssl-1_1-1.1.0i-14.12.1.aarch64", "product_id": "openssl-1_1-1.1.0i-14.12.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-64bit-1.1.0i-14.12.1.aarch64_ilp32", "product": { "name": "libopenssl-1_1-devel-64bit-1.1.0i-14.12.1.aarch64_ilp32", "product_id": "libopenssl-1_1-devel-64bit-1.1.0i-14.12.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-64bit-1.1.0i-14.12.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-64bit-1.1.0i-14.12.1.aarch64_ilp32", "product_id": "libopenssl1_1-64bit-1.1.0i-14.12.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-64bit-1.1.0i-14.12.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-hmac-64bit-1.1.0i-14.12.1.aarch64_ilp32", "product_id": "libopenssl1_1-hmac-64bit-1.1.0i-14.12.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.i586", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.i586", "product_id": "libopenssl-1_1-devel-1.1.0i-14.12.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.12.1.i586", "product": { "name": "libopenssl1_1-1.1.0i-14.12.1.i586", "product_id": "libopenssl1_1-1.1.0i-14.12.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.i586", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.i586", "product_id": "libopenssl1_1-hmac-1.1.0i-14.12.1.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.12.1.i586", "product": { "name": "openssl-1_1-1.1.0i-14.12.1.i586", "product_id": "openssl-1_1-1.1.0i-14.12.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.0i-14.12.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.0i-14.12.1.noarch", "product_id": "openssl-1_1-doc-1.1.0i-14.12.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.0i-14.12.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.12.1.ppc64le", "product": { "name": "libopenssl1_1-1.1.0i-14.12.1.ppc64le", "product_id": "libopenssl1_1-1.1.0i-14.12.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.ppc64le", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.ppc64le", "product_id": "libopenssl1_1-hmac-1.1.0i-14.12.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.12.1.ppc64le", "product": { "name": "openssl-1_1-1.1.0i-14.12.1.ppc64le", "product_id": "openssl-1_1-1.1.0i-14.12.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.s390x", "product_id": "libopenssl-1_1-devel-1.1.0i-14.12.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.12.1.s390x", "product": { "name": "libopenssl1_1-1.1.0i-14.12.1.s390x", "product_id": "libopenssl1_1-1.1.0i-14.12.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.s390x", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.s390x", "product_id": "libopenssl1_1-hmac-1.1.0i-14.12.1.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.12.1.s390x", "product": { "name": "openssl-1_1-1.1.0i-14.12.1.s390x", "product_id": "openssl-1_1-1.1.0i-14.12.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.0i-14.12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.12.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.12.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.0i-14.12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.12.1.x86_64", "product": { "name": "libopenssl1_1-1.1.0i-14.12.1.x86_64", "product_id": "libopenssl1_1-1.1.0i-14.12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.0i-14.12.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.0i-14.12.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.0i-14.12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.0i-14.12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.12.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.12.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.0i-14.12.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.12.1.x86_64", "product": { "name": "openssl-1_1-1.1.0i-14.12.1.x86_64", "product_id": "openssl-1_1-1.1.0i-14.12.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.12.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.12.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.12.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-14.12.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.12.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-14.12.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.12.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.0i-14.12.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.12.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.s390x" }, "product_reference": "libopenssl1_1-1.1.0i-14.12.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-32bit-1.1.0i-14.12.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.12.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.12.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.12.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-14.12.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.12.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-14.12.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.12.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.0i-14.12.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.12.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.s390x" }, "product_reference": "openssl-1_1-1.1.0i-14.12.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-32bit-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-32bit-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-32bit-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-14.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:openssl-1_1-1.1.0i-14.12.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-12-09T12:36:30Z", "details": "important" } ], "title": "CVE-2020-1971" } ] }
suse-su-2021:0062-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for nodejs12", "title": "Title of the patch" }, { "category": "description", "text": "This update for nodejs12 fixes the following issues:\n\n- New upstream LTS version 12.20.1:\n * CVE-2020-8265: use-after-free in TLSWrap (High) bug in TLS\n implementation. When writing to a TLS enabled socket,\n node::StreamBase::Write calls node::TLSWrap::DoWrite with\n a freshly allocated WriteWrap object as first argument.\n If the DoWrite method does not return an error, this object is\n passed back to the caller as part of a StreamWriteResult structure.\n This may be exploited to corrupt memory leading to a\n Denial of Service or potentially other exploits (bsc#1180553)\n * CVE-2020-8287: HTTP Request Smuggling allow two copies of a\n header field in a http request. For example, two Transfer-Encoding\n header fields. In this case Node.js identifies the first header\n field and ignores the second. This can lead to HTTP Request\n Smuggling (https://cwe.mitre.org/data/definitions/444.html).\n (bsc#1180554)\n * CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference\n (High) This is a vulnerability in OpenSSL which may be exploited\n through Node.js. (bsc#1179491)\n\n- New upstream LTS version 12.20.0:\n * deps:\n + update llhttp \u00272.1.2\u0027 -\u003e \u00272.1.3\u0027\n + update uv \u00271.39.0\u0027 -\u003e \u00271.40.0\u0027\n + update uvwasi \u00270.0.10\u0027 -\u003e \u00270.0.11\u0027\n * fs: add .ref() and .unref() methods to watcher classes\n * http: added scheduling option to http agent\n * module:\n + exports pattern support\n + named exports for CJS via static analysis\n * n-api: add more property defaults (gh#35214)\n\n- New upstream LTS version 12.19.1:\n * deps: Denial of Service through DNS request (High).\n A Node.js application that allows an attacker to trigger a DNS\n request for a host of their choice could trigger a Denial of Service\n by getting the application to resolve a DNS record with\n a larger number of responses (bsc#1178882, CVE-2020-8277)\n\n- New upstream LTS version 12.19.0:\n * crypto: add randomInt function\n * deps:\n + upgrade to libuv 1.39.0\n + deps: upgrade npm to 6.14.7\n + deps: upgrade to libuv 1.38.1\n * doc: deprecate process.umask() with no arguments\n * module:\n + package \u0027imports\u0027 field\n + module: deprecate module.parent\n * n-api: create N-API version 7\n * zlib: switch to lazy init for zlib streams\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-62,SUSE-SLE-Module-Web-Scripting-15-SP2-2021-62", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_0062-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:0062-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20210062-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:0062-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008168.html" }, { "category": "self", "summary": "SUSE Bug 1178882", "url": "https://bugzilla.suse.com/1178882" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE Bug 1180553", "url": "https://bugzilla.suse.com/1180553" }, { "category": "self", "summary": "SUSE Bug 1180554", "url": "https://bugzilla.suse.com/1180554" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8265 page", "url": "https://www.suse.com/security/cve/CVE-2020-8265/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8277 page", "url": "https://www.suse.com/security/cve/CVE-2020-8277/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8287 page", "url": "https://www.suse.com/security/cve/CVE-2020-8287/" } ], "title": "Security update for nodejs12", "tracking": { "current_release_date": "2021-01-11T14:01:49Z", "generator": { "date": "2021-01-11T14:01:49Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:0062-1", "initial_release_date": "2021-01-11T14:01:49Z", "revision_history": [ { "date": "2021-01-11T14:01:49Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "nodejs12-12.20.1-4.10.1.aarch64", "product": { "name": "nodejs12-12.20.1-4.10.1.aarch64", "product_id": "nodejs12-12.20.1-4.10.1.aarch64" } }, { "category": "product_version", "name": "nodejs12-devel-12.20.1-4.10.1.aarch64", "product": { "name": "nodejs12-devel-12.20.1-4.10.1.aarch64", "product_id": "nodejs12-devel-12.20.1-4.10.1.aarch64" } }, { "category": "product_version", "name": "npm12-12.20.1-4.10.1.aarch64", "product": { "name": "npm12-12.20.1-4.10.1.aarch64", "product_id": "npm12-12.20.1-4.10.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "nodejs12-docs-12.20.1-4.10.1.noarch", "product": { "name": "nodejs12-docs-12.20.1-4.10.1.noarch", "product_id": "nodejs12-docs-12.20.1-4.10.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs12-12.20.1-4.10.1.ppc64le", "product": { "name": "nodejs12-12.20.1-4.10.1.ppc64le", "product_id": "nodejs12-12.20.1-4.10.1.ppc64le" } }, { "category": "product_version", "name": "nodejs12-devel-12.20.1-4.10.1.ppc64le", "product": { "name": "nodejs12-devel-12.20.1-4.10.1.ppc64le", "product_id": "nodejs12-devel-12.20.1-4.10.1.ppc64le" } }, { "category": "product_version", "name": "npm12-12.20.1-4.10.1.ppc64le", "product": { "name": "npm12-12.20.1-4.10.1.ppc64le", "product_id": "npm12-12.20.1-4.10.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs12-12.20.1-4.10.1.s390x", "product": { "name": "nodejs12-12.20.1-4.10.1.s390x", "product_id": "nodejs12-12.20.1-4.10.1.s390x" } }, { "category": "product_version", "name": "nodejs12-devel-12.20.1-4.10.1.s390x", "product": { "name": "nodejs12-devel-12.20.1-4.10.1.s390x", "product_id": "nodejs12-devel-12.20.1-4.10.1.s390x" } }, { "category": "product_version", "name": "npm12-12.20.1-4.10.1.s390x", "product": { "name": "npm12-12.20.1-4.10.1.s390x", "product_id": "npm12-12.20.1-4.10.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs12-12.20.1-4.10.1.x86_64", "product": { "name": "nodejs12-12.20.1-4.10.1.x86_64", "product_id": "nodejs12-12.20.1-4.10.1.x86_64" } }, { "category": "product_version", "name": "nodejs12-devel-12.20.1-4.10.1.x86_64", "product": { "name": "nodejs12-devel-12.20.1-4.10.1.x86_64", "product_id": "nodejs12-devel-12.20.1-4.10.1.x86_64" } }, { "category": "product_version", "name": "npm12-12.20.1-4.10.1.x86_64", "product": { "name": "npm12-12.20.1-4.10.1.x86_64", "product_id": "npm12-12.20.1-4.10.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs12-12.20.1-4.10.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.aarch64" }, "product_reference": "nodejs12-12.20.1-4.10.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-12.20.1-4.10.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.ppc64le" }, "product_reference": "nodejs12-12.20.1-4.10.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-12.20.1-4.10.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.s390x" }, "product_reference": "nodejs12-12.20.1-4.10.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-12.20.1-4.10.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.x86_64" }, "product_reference": "nodejs12-12.20.1-4.10.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-devel-12.20.1-4.10.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.aarch64" }, "product_reference": "nodejs12-devel-12.20.1-4.10.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-devel-12.20.1-4.10.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.ppc64le" }, "product_reference": "nodejs12-devel-12.20.1-4.10.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-devel-12.20.1-4.10.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.s390x" }, "product_reference": "nodejs12-devel-12.20.1-4.10.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-devel-12.20.1-4.10.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.x86_64" }, "product_reference": "nodejs12-devel-12.20.1-4.10.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-docs-12.20.1-4.10.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.20.1-4.10.1.noarch" }, "product_reference": "nodejs12-docs-12.20.1-4.10.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "npm12-12.20.1-4.10.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.aarch64" }, "product_reference": "npm12-12.20.1-4.10.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "npm12-12.20.1-4.10.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.ppc64le" }, "product_reference": "npm12-12.20.1-4.10.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "npm12-12.20.1-4.10.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.s390x" }, "product_reference": "npm12-12.20.1-4.10.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "npm12-12.20.1-4.10.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP2", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.x86_64" }, "product_reference": "npm12-12.20.1-4.10.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP2" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.20.1-4.10.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.20.1-4.10.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.20.1-4.10.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-11T14:01:49Z", "details": "important" } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2020-8265", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8265" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.20.1-4.10.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8265", "url": "https://www.suse.com/security/cve/CVE-2020-8265" }, { "category": "external", "summary": "SUSE Bug 1180553 for CVE-2020-8265", "url": "https://bugzilla.suse.com/1180553" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.20.1-4.10.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.20.1-4.10.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-11T14:01:49Z", "details": "important" } ], "title": "CVE-2020-8265" }, { "cve": "CVE-2020-8277", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8277" } ], "notes": [ { "category": "general", "text": "A Node.js application that allows an attacker to trigger a DNS request for a host of their choice could trigger a Denial of Service in versions \u003c 15.2.1, \u003c 14.15.1, and \u003c 12.19.1 by getting the application to resolve a DNS record with a larger number of responses. This is fixed in 15.2.1, 14.15.1, and 12.19.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.20.1-4.10.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8277", "url": "https://www.suse.com/security/cve/CVE-2020-8277" }, { "category": "external", "summary": "SUSE Bug 1178882 for CVE-2020-8277", "url": "https://bugzilla.suse.com/1178882" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.20.1-4.10.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.20.1-4.10.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-11T14:01:49Z", "details": "important" } ], "title": "CVE-2020-8277" }, { "cve": "CVE-2020-8287", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8287" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP request (for example, two Transfer-Encoding header fields). In this case, Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.20.1-4.10.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8287", "url": "https://www.suse.com/security/cve/CVE-2020-8287" }, { "category": "external", "summary": "SUSE Bug 1180554 for CVE-2020-8287", "url": "https://bugzilla.suse.com/1180554" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.20.1-4.10.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-devel-12.20.1-4.10.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:nodejs12-docs-12.20.1-4.10.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 15 SP2:npm12-12.20.1-4.10.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-11T14:01:49Z", "details": "moderate" } ], "title": "CVE-2020-8287" } ] }
suse-su-2021:0068-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for nodejs12", "title": "Title of the patch" }, { "category": "description", "text": "This update for nodejs12 fixes the following issues:\n\n- New upstream LTS version 12.20.1:\n * CVE-2020-8265: use-after-free in TLSWrap (High) bug in TLS\n implementation. When writing to a TLS enabled socket,\n node::StreamBase::Write calls node::TLSWrap::DoWrite with\n a freshly allocated WriteWrap object as first argument.\n If the DoWrite method does not return an error, this object is\n passed back to the caller as part of a StreamWriteResult structure.\n This may be exploited to corrupt memory leading to a\n Denial of Service or potentially other exploits (bsc#1180553)\n * CVE-2020-8287: HTTP Request Smuggling allow two copies of a\n header field in a http request. For example, two Transfer-Encoding\n header fields. In this case Node.js identifies the first header\n field and ignores the second. This can lead to HTTP Request\n Smuggling (https://cwe.mitre.org/data/definitions/444.html).\n (bsc#1180554)\n * CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference\n (High) This is a vulnerability in OpenSSL which may be exploited\n through Node.js. (bsc#1179491)\n\n- New upstream LTS version 12.20.0:\n * deps:\n + update llhttp \u00272.1.2\u0027 -\u003e \u00272.1.3\u0027\n + update uv \u00271.39.0\u0027 -\u003e \u00271.40.0\u0027\n + update uvwasi \u00270.0.10\u0027 -\u003e \u00270.0.11\u0027\n * fs: add .ref() and .unref() methods to watcher classes\n * http: added scheduling option to http agent\n * module:\n + exports pattern support\n + named exports for CJS via static analysis\n * n-api: add more property defaults (gh#35214)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-68,SUSE-SLE-Module-Web-Scripting-12-2021-68", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_0068-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:0068-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20210068-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:0068-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008167.html" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE Bug 1180553", "url": "https://bugzilla.suse.com/1180553" }, { "category": "self", "summary": "SUSE Bug 1180554", "url": "https://bugzilla.suse.com/1180554" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8265 page", "url": "https://www.suse.com/security/cve/CVE-2020-8265/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8287 page", "url": "https://www.suse.com/security/cve/CVE-2020-8287/" } ], "title": "Security update for nodejs12", "tracking": { "current_release_date": "2021-01-11T14:16:56Z", "generator": { "date": "2021-01-11T14:16:56Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:0068-1", "initial_release_date": "2021-01-11T14:16:56Z", "revision_history": [ { "date": "2021-01-11T14:16:56Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "nodejs12-12.20.1-1.26.1.aarch64", "product": { "name": "nodejs12-12.20.1-1.26.1.aarch64", "product_id": "nodejs12-12.20.1-1.26.1.aarch64" } }, { "category": "product_version", "name": "nodejs12-devel-12.20.1-1.26.1.aarch64", "product": { "name": "nodejs12-devel-12.20.1-1.26.1.aarch64", "product_id": "nodejs12-devel-12.20.1-1.26.1.aarch64" } }, { "category": "product_version", "name": "npm12-12.20.1-1.26.1.aarch64", "product": { "name": "npm12-12.20.1-1.26.1.aarch64", "product_id": "npm12-12.20.1-1.26.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "nodejs12-docs-12.20.1-1.26.1.noarch", "product": { "name": "nodejs12-docs-12.20.1-1.26.1.noarch", "product_id": "nodejs12-docs-12.20.1-1.26.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs12-12.20.1-1.26.1.ppc64le", "product": { "name": "nodejs12-12.20.1-1.26.1.ppc64le", "product_id": "nodejs12-12.20.1-1.26.1.ppc64le" } }, { "category": "product_version", "name": "nodejs12-devel-12.20.1-1.26.1.ppc64le", "product": { "name": "nodejs12-devel-12.20.1-1.26.1.ppc64le", "product_id": "nodejs12-devel-12.20.1-1.26.1.ppc64le" } }, { "category": "product_version", "name": "npm12-12.20.1-1.26.1.ppc64le", "product": { "name": "npm12-12.20.1-1.26.1.ppc64le", "product_id": "npm12-12.20.1-1.26.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs12-12.20.1-1.26.1.s390x", "product": { "name": "nodejs12-12.20.1-1.26.1.s390x", "product_id": "nodejs12-12.20.1-1.26.1.s390x" } }, { "category": "product_version", "name": "nodejs12-devel-12.20.1-1.26.1.s390x", "product": { "name": "nodejs12-devel-12.20.1-1.26.1.s390x", "product_id": "nodejs12-devel-12.20.1-1.26.1.s390x" } }, { "category": "product_version", "name": "npm12-12.20.1-1.26.1.s390x", "product": { "name": "npm12-12.20.1-1.26.1.s390x", "product_id": "npm12-12.20.1-1.26.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs12-12.20.1-1.26.1.x86_64", "product": { "name": "nodejs12-12.20.1-1.26.1.x86_64", "product_id": "nodejs12-12.20.1-1.26.1.x86_64" } }, { "category": "product_version", "name": "nodejs12-devel-12.20.1-1.26.1.x86_64", "product": { "name": "nodejs12-devel-12.20.1-1.26.1.x86_64", "product_id": "nodejs12-devel-12.20.1-1.26.1.x86_64" } }, { "category": "product_version", "name": "npm12-12.20.1-1.26.1.x86_64", "product": { "name": "npm12-12.20.1-1.26.1.x86_64", "product_id": "npm12-12.20.1-1.26.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:12" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs12-12.20.1-1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.aarch64" }, "product_reference": "nodejs12-12.20.1-1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-12.20.1-1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.ppc64le" }, "product_reference": "nodejs12-12.20.1-1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-12.20.1-1.26.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.s390x" }, "product_reference": "nodejs12-12.20.1-1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-12.20.1-1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.x86_64" }, "product_reference": "nodejs12-12.20.1-1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-devel-12.20.1-1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.aarch64" }, "product_reference": "nodejs12-devel-12.20.1-1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-devel-12.20.1-1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.ppc64le" }, "product_reference": "nodejs12-devel-12.20.1-1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-devel-12.20.1-1.26.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.s390x" }, "product_reference": "nodejs12-devel-12.20.1-1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-devel-12.20.1-1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.x86_64" }, "product_reference": "nodejs12-devel-12.20.1-1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-docs-12.20.1-1.26.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.20.1-1.26.1.noarch" }, "product_reference": "nodejs12-docs-12.20.1-1.26.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "npm12-12.20.1-1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.aarch64" }, "product_reference": "npm12-12.20.1-1.26.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "npm12-12.20.1-1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.ppc64le" }, "product_reference": "npm12-12.20.1-1.26.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "npm12-12.20.1-1.26.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.s390x" }, "product_reference": "npm12-12.20.1-1.26.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "npm12-12.20.1-1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.x86_64" }, "product_reference": "npm12-12.20.1-1.26.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.20.1-1.26.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.20.1-1.26.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.20.1-1.26.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-11T14:16:56Z", "details": "important" } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2020-8265", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8265" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.20.1-1.26.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8265", "url": "https://www.suse.com/security/cve/CVE-2020-8265" }, { "category": "external", "summary": "SUSE Bug 1180553 for CVE-2020-8265", "url": "https://bugzilla.suse.com/1180553" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.20.1-1.26.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.20.1-1.26.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-11T14:16:56Z", "details": "important" } ], "title": "CVE-2020-8265" }, { "cve": "CVE-2020-8287", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8287" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP request (for example, two Transfer-Encoding header fields). In this case, Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.20.1-1.26.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8287", "url": "https://www.suse.com/security/cve/CVE-2020-8287" }, { "category": "external", "summary": "SUSE Bug 1180554 for CVE-2020-8287", "url": "https://bugzilla.suse.com/1180554" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.20.1-1.26.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.20.1-1.26.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.20.1-1.26.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.20.1-1.26.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-11T14:16:56Z", "details": "moderate" } ], "title": "CVE-2020-8287" } ] }
suse-su-2021:0082-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for nodejs10", "title": "Title of the patch" }, { "category": "description", "text": "This update for nodejs10 fixes the following issues:\n\n- New upstream LTS version 10.23.1:\n * CVE-2020-8265: use-after-free in TLSWrap (High) bug in TLS\n implementation. When writing to a TLS enabled socket,\n node::StreamBase::Write calls node::TLSWrap::DoWrite with\n a freshly allocated WriteWrap object as first argument.\n If the DoWrite method does not return an error, this object is\n passed back to the caller as part of a StreamWriteResult structure.\n This may be exploited to corrupt memory leading to a\n Denial of Service or potentially other exploits (bsc#1180553)\n * CVE-2020-8287: HTTP Request Smuggling allow two copies of a\n header field in a http request. For example, two Transfer-Encoding\n header fields. In this case Node.js identifies the first header\n field and ignores the second. This can lead to HTTP Request\n Smuggling (https://cwe.mitre.org/data/definitions/444.html).\n (bsc#1180554)\n * CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference\n (High) This is a vulnerability in OpenSSL which may be exploited\n through Node.js. (bsc#1179491)\n\n- New upstream LTS version 10.23.0:\n * deps: upgrade npm to 6.14.8\n * n-api:\n + create N-API version 7\n + expose napi_build_version variable\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-82,SUSE-SLE-Module-Web-Scripting-12-2021-82", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_0082-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:0082-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20210082-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:0082-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008175.html" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE Bug 1180553", "url": "https://bugzilla.suse.com/1180553" }, { "category": "self", "summary": "SUSE Bug 1180554", "url": "https://bugzilla.suse.com/1180554" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8265 page", "url": "https://www.suse.com/security/cve/CVE-2020-8265/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8287 page", "url": "https://www.suse.com/security/cve/CVE-2020-8287/" } ], "title": "Security update for nodejs10", "tracking": { "current_release_date": "2021-01-12T13:09:37Z", "generator": { "date": "2021-01-12T13:09:37Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:0082-1", "initial_release_date": "2021-01-12T13:09:37Z", "revision_history": [ { "date": "2021-01-12T13:09:37Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-1.33.1.aarch64", "product": { "name": "nodejs10-10.23.1-1.33.1.aarch64", "product_id": "nodejs10-10.23.1-1.33.1.aarch64" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-1.33.1.aarch64", "product": { "name": "nodejs10-devel-10.23.1-1.33.1.aarch64", "product_id": "nodejs10-devel-10.23.1-1.33.1.aarch64" } }, { "category": "product_version", "name": "npm10-10.23.1-1.33.1.aarch64", "product": { "name": "npm10-10.23.1-1.33.1.aarch64", "product_id": "npm10-10.23.1-1.33.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-1.33.1.i586", "product": { "name": "nodejs10-10.23.1-1.33.1.i586", "product_id": "nodejs10-10.23.1-1.33.1.i586" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-1.33.1.i586", "product": { "name": "nodejs10-devel-10.23.1-1.33.1.i586", "product_id": "nodejs10-devel-10.23.1-1.33.1.i586" } }, { "category": "product_version", "name": "npm10-10.23.1-1.33.1.i586", "product": { "name": "npm10-10.23.1-1.33.1.i586", "product_id": "npm10-10.23.1-1.33.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "nodejs10-docs-10.23.1-1.33.1.noarch", "product": { "name": "nodejs10-docs-10.23.1-1.33.1.noarch", "product_id": "nodejs10-docs-10.23.1-1.33.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-1.33.1.ppc64le", "product": { "name": "nodejs10-10.23.1-1.33.1.ppc64le", "product_id": "nodejs10-10.23.1-1.33.1.ppc64le" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-1.33.1.ppc64le", "product": { "name": "nodejs10-devel-10.23.1-1.33.1.ppc64le", "product_id": "nodejs10-devel-10.23.1-1.33.1.ppc64le" } }, { "category": "product_version", "name": "npm10-10.23.1-1.33.1.ppc64le", "product": { "name": "npm10-10.23.1-1.33.1.ppc64le", "product_id": "npm10-10.23.1-1.33.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-1.33.1.s390", "product": { "name": "nodejs10-10.23.1-1.33.1.s390", "product_id": "nodejs10-10.23.1-1.33.1.s390" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-1.33.1.s390", "product": { "name": "nodejs10-devel-10.23.1-1.33.1.s390", "product_id": "nodejs10-devel-10.23.1-1.33.1.s390" } }, { "category": "product_version", "name": "npm10-10.23.1-1.33.1.s390", "product": { "name": "npm10-10.23.1-1.33.1.s390", "product_id": "npm10-10.23.1-1.33.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-1.33.1.s390x", "product": { "name": "nodejs10-10.23.1-1.33.1.s390x", "product_id": "nodejs10-10.23.1-1.33.1.s390x" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-1.33.1.s390x", "product": { "name": "nodejs10-devel-10.23.1-1.33.1.s390x", "product_id": "nodejs10-devel-10.23.1-1.33.1.s390x" } }, { "category": "product_version", "name": "npm10-10.23.1-1.33.1.s390x", "product": { "name": "npm10-10.23.1-1.33.1.s390x", "product_id": "npm10-10.23.1-1.33.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-1.33.1.x86_64", "product": { "name": "nodejs10-10.23.1-1.33.1.x86_64", "product_id": "nodejs10-10.23.1-1.33.1.x86_64" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-1.33.1.x86_64", "product": { "name": "nodejs10-devel-10.23.1-1.33.1.x86_64", "product_id": "nodejs10-devel-10.23.1-1.33.1.x86_64" } }, { "category": "product_version", "name": "npm10-10.23.1-1.33.1.x86_64", "product": { "name": "npm10-10.23.1-1.33.1.x86_64", "product_id": "npm10-10.23.1-1.33.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:12" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.33.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.aarch64" }, "product_reference": "nodejs10-10.23.1-1.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.33.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.ppc64le" }, "product_reference": "nodejs10-10.23.1-1.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.33.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.s390x" }, "product_reference": "nodejs10-10.23.1-1.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-1.33.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.x86_64" }, "product_reference": "nodejs10-10.23.1-1.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.33.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.aarch64" }, "product_reference": "nodejs10-devel-10.23.1-1.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.33.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.ppc64le" }, "product_reference": "nodejs10-devel-10.23.1-1.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.33.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.s390x" }, "product_reference": "nodejs10-devel-10.23.1-1.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-1.33.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.x86_64" }, "product_reference": "nodejs10-devel-10.23.1-1.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-docs-10.23.1-1.33.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.23.1-1.33.1.noarch" }, "product_reference": "nodejs10-docs-10.23.1-1.33.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.33.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.aarch64" }, "product_reference": "npm10-10.23.1-1.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.33.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.ppc64le" }, "product_reference": "npm10-10.23.1-1.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.33.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.s390x" }, "product_reference": "npm10-10.23.1-1.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-1.33.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.x86_64" }, "product_reference": "npm10-10.23.1-1.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.23.1-1.33.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.23.1-1.33.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.23.1-1.33.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-12T13:09:37Z", "details": "important" } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2020-8265", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8265" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.23.1-1.33.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8265", "url": "https://www.suse.com/security/cve/CVE-2020-8265" }, { "category": "external", "summary": "SUSE Bug 1180553 for CVE-2020-8265", "url": "https://bugzilla.suse.com/1180553" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.23.1-1.33.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.23.1-1.33.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-12T13:09:37Z", "details": "important" } ], "title": "CVE-2020-8265" }, { "cve": "CVE-2020-8287", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8287" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP request (for example, two Transfer-Encoding header fields). In this case, Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.23.1-1.33.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8287", "url": "https://www.suse.com/security/cve/CVE-2020-8287" }, { "category": "external", "summary": "SUSE Bug 1180554 for CVE-2020-8287", "url": "https://bugzilla.suse.com/1180554" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.23.1-1.33.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.23.1-1.33.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.23.1-1.33.1.noarch", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.23.1-1.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-12T13:09:37Z", "details": "moderate" } ], "title": "CVE-2020-8287" } ] }
rhsa-2021:0486
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": "Updated packages that provide Red Hat JBoss Core Services Pack Apache Server 2.4.37 and fix several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 7.\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": "This release adds the new Apache HTTP Server 2.4.37 Service Pack 6 packages that are part of the JBoss Core Services offering.\n\nThis release serves as a replacement for Red Hat JBoss Core Services Pack Apache Server 2.4.37 Service Pack 5 and includes bug fixes and enhancements. Refer to the Release Notes for information on the most significant bug fixes and enhancements included in this release.\n\nSecurity fix(es):\n\n* openssl: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:0486", "url": "https://access.redhat.com/errata/RHSA-2021:0486" }, { "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_jboss_core_services/2.4.37/", "url": "https://access.redhat.com/documentation/en-us/red_hat_jboss_core_services/2.4.37/" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0486.json" } ], "title": "Red Hat Security Advisory: Red Hat JBoss Core Services Apache HTTP Server 2.4.37 SP6 security update", "tracking": { "current_release_date": "2025-08-02T09:51:54+00:00", "generator": { "date": "2025-08-02T09:51:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2021:0486", "initial_release_date": "2021-02-11T13:19:08+00:00", "revision_history": [ { "date": "2021-02-11T13:19:08+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-02-11T13:19:08+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:51:54+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat JBoss Core Services on RHEL 7 Server", "product": { "name": "Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_core_services:1::el7" } } } ], "category": "product_family", "name": "Red Hat JBoss Core Services" }, { "branches": [ { "category": "product_version", "name": "jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.src", "product": { "name": "jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.src", "product_id": "jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-brotli@1.0.6-40.jbcs.el7?arch=src" } } }, { "category": "product_version", "name": "jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.src", "product": { "name": "jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.src", "product_id": "jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-openssl@1.1.1g-3.jbcs.el7?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.src", "product": { "name": "jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.src", "product_id": "jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-nghttp2@1.39.2-35.jbcs.el7?arch=src" } } }, { "category": "product_version", "name": "jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.src", "product": { "name": "jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.src", "product_id": "jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-openssl-pkcs11@0.4.10-18.jbcs.el7?arch=src" } } }, { "category": "product_version", "name": "jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.src", "product": { "name": "jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.src", "product_id": "jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-openssl-chil@1.0.0-3.jbcs.el7?arch=src" } } }, { "category": "product_version", "name": "jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.src", "product": { "name": "jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.src", "product_id": "jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-httpd@2.4.37-66.jbcs.el7?arch=src" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.src", "product": { "name": "jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.src", "product_id": "jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_md@2.0.8-31.jbcs.el7?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.src", "product": { "name": "jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.src", "product_id": "jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_http2@1.15.7-12.jbcs.el7?arch=src" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.src", "product": { "name": "jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.src", "product_id": "jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_security@2.9.2-58.GA.jbcs.el7?arch=src" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_jk-0:1.2.48-11.redhat_1.jbcs.el7.src", "product": { "name": "jbcs-httpd24-mod_jk-0:1.2.48-11.redhat_1.jbcs.el7.src", "product_id": "jbcs-httpd24-mod_jk-0:1.2.48-11.redhat_1.jbcs.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_jk@1.2.48-11.redhat_1.jbcs.el7?arch=src" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.src", "product": { "name": "jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.src", "product_id": "jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_cluster-native@1.3.14-16.Final_redhat_2.jbcs.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-brotli@1.0.6-40.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-brotli-devel-0:1.0.6-40.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-brotli-devel-0:1.0.6-40.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-brotli-devel-0:1.0.6-40.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-brotli-devel@1.0.6-40.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-brotli-debuginfo-0:1.0.6-40.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-brotli-debuginfo-0:1.0.6-40.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-brotli-debuginfo-0:1.0.6-40.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-brotli-debuginfo@1.0.6-40.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-openssl@1.1.1g-3.jbcs.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "jbcs-httpd24-openssl-devel-1:1.1.1g-3.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-openssl-devel-1:1.1.1g-3.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-openssl-devel-1:1.1.1g-3.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-openssl-devel@1.1.1g-3.jbcs.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "jbcs-httpd24-openssl-libs-1:1.1.1g-3.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-openssl-libs-1:1.1.1g-3.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-openssl-libs-1:1.1.1g-3.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-openssl-libs@1.1.1g-3.jbcs.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "jbcs-httpd24-openssl-perl-1:1.1.1g-3.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-openssl-perl-1:1.1.1g-3.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-openssl-perl-1:1.1.1g-3.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-openssl-perl@1.1.1g-3.jbcs.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "jbcs-httpd24-openssl-static-1:1.1.1g-3.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-openssl-static-1:1.1.1g-3.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-openssl-static-1:1.1.1g-3.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-openssl-static@1.1.1g-3.jbcs.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "jbcs-httpd24-openssl-debuginfo-1:1.1.1g-3.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-openssl-debuginfo-1:1.1.1g-3.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-openssl-debuginfo-1:1.1.1g-3.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-openssl-debuginfo@1.1.1g-3.jbcs.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-nghttp2@1.39.2-35.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-nghttp2-devel-0:1.39.2-35.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-nghttp2-devel-0:1.39.2-35.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-nghttp2-devel-0:1.39.2-35.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-nghttp2-devel@1.39.2-35.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-nghttp2-debuginfo-0:1.39.2-35.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-nghttp2-debuginfo-0:1.39.2-35.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-nghttp2-debuginfo-0:1.39.2-35.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-nghttp2-debuginfo@1.39.2-35.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-openssl-pkcs11@0.4.10-18.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-openssl-pkcs11-debuginfo-0:0.4.10-18.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-openssl-pkcs11-debuginfo-0:0.4.10-18.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-openssl-pkcs11-debuginfo-0:0.4.10-18.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-openssl-pkcs11-debuginfo@0.4.10-18.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-openssl-chil@1.0.0-3.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-openssl-chil-debuginfo-0:1.0.0-3.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-openssl-chil-debuginfo-0:1.0.0-3.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-openssl-chil-debuginfo-0:1.0.0-3.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-openssl-chil-debuginfo@1.0.0-3.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-httpd@2.4.37-66.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-httpd-devel-0:2.4.37-66.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-httpd-devel-0:2.4.37-66.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-httpd-devel-0:2.4.37-66.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-httpd-devel@2.4.37-66.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-httpd-selinux-0:2.4.37-66.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-httpd-selinux-0:2.4.37-66.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-httpd-selinux-0:2.4.37-66.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-httpd-selinux@2.4.37-66.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-httpd-tools-0:2.4.37-66.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-httpd-tools-0:2.4.37-66.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-httpd-tools-0:2.4.37-66.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-httpd-tools@2.4.37-66.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_ldap-0:2.4.37-66.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_ldap-0:2.4.37-66.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_ldap-0:2.4.37-66.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_ldap@2.4.37-66.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_proxy_html-1:2.4.37-66.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_proxy_html-1:2.4.37-66.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_proxy_html-1:2.4.37-66.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_proxy_html@2.4.37-66.jbcs.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_session-0:2.4.37-66.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_session-0:2.4.37-66.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_session-0:2.4.37-66.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_session@2.4.37-66.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_ssl-1:2.4.37-66.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_ssl-1:2.4.37-66.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_ssl-1:2.4.37-66.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_ssl@2.4.37-66.jbcs.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "jbcs-httpd24-httpd-debuginfo-0:2.4.37-66.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-httpd-debuginfo-0:2.4.37-66.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-httpd-debuginfo-0:2.4.37-66.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-httpd-debuginfo@2.4.37-66.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_md@2.0.8-31.jbcs.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_md-debuginfo-1:2.0.8-31.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_md-debuginfo-1:2.0.8-31.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_md-debuginfo-1:2.0.8-31.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_md-debuginfo@2.0.8-31.jbcs.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_http2@1.15.7-12.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_http2-debuginfo-0:1.15.7-12.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_http2-debuginfo-0:1.15.7-12.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_http2-debuginfo-0:1.15.7-12.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_http2-debuginfo@1.15.7-12.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_security@2.9.2-58.GA.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_security-debuginfo-0:2.9.2-58.GA.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_security-debuginfo-0:2.9.2-58.GA.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_security-debuginfo-0:2.9.2-58.GA.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_security-debuginfo@2.9.2-58.GA.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_jk-ap24-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_jk-ap24-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_jk-ap24-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_jk-ap24@1.2.48-11.redhat_1.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_jk-manual-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_jk-manual-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_jk-manual-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_jk-manual@1.2.48-11.redhat_1.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_jk-debuginfo-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_jk-debuginfo-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_jk-debuginfo-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_jk-debuginfo@1.2.48-11.redhat_1.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_cluster-native@1.3.14-16.Final_redhat_2.jbcs.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jbcs-httpd24-mod_cluster-native-debuginfo-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "product": { "name": "jbcs-httpd24-mod_cluster-native-debuginfo-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "product_id": "jbcs-httpd24-mod_cluster-native-debuginfo-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-mod_cluster-native-debuginfo@1.3.14-16.Final_redhat_2.jbcs.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "jbcs-httpd24-httpd-manual-0:2.4.37-66.jbcs.el7.noarch", "product": { "name": "jbcs-httpd24-httpd-manual-0:2.4.37-66.jbcs.el7.noarch", "product_id": "jbcs-httpd24-httpd-manual-0:2.4.37-66.jbcs.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jbcs-httpd24-httpd-manual@2.4.37-66.jbcs.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.src as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.src" }, "product_reference": "jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.src", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-brotli-debuginfo-0:1.0.6-40.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-brotli-debuginfo-0:1.0.6-40.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-brotli-debuginfo-0:1.0.6-40.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-brotli-devel-0:1.0.6-40.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-brotli-devel-0:1.0.6-40.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-brotli-devel-0:1.0.6-40.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.src as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.src" }, "product_reference": "jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.src", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-httpd-debuginfo-0:2.4.37-66.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-httpd-debuginfo-0:2.4.37-66.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-httpd-debuginfo-0:2.4.37-66.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-httpd-devel-0:2.4.37-66.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-httpd-devel-0:2.4.37-66.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-httpd-devel-0:2.4.37-66.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-httpd-manual-0:2.4.37-66.jbcs.el7.noarch as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-httpd-manual-0:2.4.37-66.jbcs.el7.noarch" }, "product_reference": "jbcs-httpd24-httpd-manual-0:2.4.37-66.jbcs.el7.noarch", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-httpd-selinux-0:2.4.37-66.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-httpd-selinux-0:2.4.37-66.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-httpd-selinux-0:2.4.37-66.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-httpd-tools-0:2.4.37-66.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-httpd-tools-0:2.4.37-66.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-httpd-tools-0:2.4.37-66.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.src as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.src" }, "product_reference": "jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.src", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_cluster-native-debuginfo-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_cluster-native-debuginfo-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_cluster-native-debuginfo-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.src as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.src" }, "product_reference": "jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.src", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_http2-debuginfo-0:1.15.7-12.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_http2-debuginfo-0:1.15.7-12.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_http2-debuginfo-0:1.15.7-12.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_jk-0:1.2.48-11.redhat_1.jbcs.el7.src as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_jk-0:1.2.48-11.redhat_1.jbcs.el7.src" }, "product_reference": "jbcs-httpd24-mod_jk-0:1.2.48-11.redhat_1.jbcs.el7.src", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_jk-ap24-0:1.2.48-11.redhat_1.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_jk-ap24-0:1.2.48-11.redhat_1.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_jk-ap24-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_jk-debuginfo-0:1.2.48-11.redhat_1.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_jk-debuginfo-0:1.2.48-11.redhat_1.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_jk-debuginfo-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_jk-manual-0:1.2.48-11.redhat_1.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_jk-manual-0:1.2.48-11.redhat_1.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_jk-manual-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_ldap-0:2.4.37-66.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_ldap-0:2.4.37-66.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_ldap-0:2.4.37-66.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.src as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.src" }, "product_reference": "jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.src", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_md-debuginfo-1:2.0.8-31.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_md-debuginfo-1:2.0.8-31.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_md-debuginfo-1:2.0.8-31.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_proxy_html-1:2.4.37-66.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_proxy_html-1:2.4.37-66.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_proxy_html-1:2.4.37-66.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.src as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.src" }, "product_reference": "jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.src", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_security-debuginfo-0:2.9.2-58.GA.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_security-debuginfo-0:2.9.2-58.GA.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_security-debuginfo-0:2.9.2-58.GA.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_session-0:2.4.37-66.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_session-0:2.4.37-66.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_session-0:2.4.37-66.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-mod_ssl-1:2.4.37-66.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-mod_ssl-1:2.4.37-66.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-mod_ssl-1:2.4.37-66.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.src as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.src" }, "product_reference": "jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.src", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-nghttp2-debuginfo-0:1.39.2-35.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-nghttp2-debuginfo-0:1.39.2-35.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-nghttp2-debuginfo-0:1.39.2-35.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-nghttp2-devel-0:1.39.2-35.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-nghttp2-devel-0:1.39.2-35.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-nghttp2-devel-0:1.39.2-35.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.src as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.src" }, "product_reference": "jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.src", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.src as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.src" }, "product_reference": "jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.src", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-openssl-chil-debuginfo-0:1.0.0-3.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-openssl-chil-debuginfo-0:1.0.0-3.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-openssl-chil-debuginfo-0:1.0.0-3.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-openssl-debuginfo-1:1.1.1g-3.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-openssl-debuginfo-1:1.1.1g-3.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-openssl-debuginfo-1:1.1.1g-3.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-openssl-devel-1:1.1.1g-3.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-openssl-devel-1:1.1.1g-3.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-openssl-devel-1:1.1.1g-3.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-openssl-libs-1:1.1.1g-3.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-openssl-libs-1:1.1.1g-3.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-openssl-libs-1:1.1.1g-3.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-openssl-perl-1:1.1.1g-3.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-openssl-perl-1:1.1.1g-3.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-openssl-perl-1:1.1.1g-3.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.src as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.src" }, "product_reference": "jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.src", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-openssl-pkcs11-debuginfo-0:0.4.10-18.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-debuginfo-0:0.4.10-18.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-openssl-pkcs11-debuginfo-0:0.4.10-18.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" }, { "category": "default_component_of", "full_product_name": { "name": "jbcs-httpd24-openssl-static-1:1.1.1g-3.jbcs.el7.x86_64 as a component of Red Hat JBoss Core Services on RHEL 7 Server", "product_id": "7Server-JBCS:jbcs-httpd24-openssl-static-1:1.1.1g-3.jbcs.el7.x86_64" }, "product_reference": "jbcs-httpd24-openssl-static-1:1.1.1g-3.jbcs.el7.x86_64", "relates_to_product_reference": "7Server-JBCS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-JBCS:jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-brotli-debuginfo-0:1.0.6-40.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-brotli-devel-0:1.0.6-40.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-debuginfo-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-devel-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-manual-0:2.4.37-66.jbcs.el7.noarch", "7Server-JBCS:jbcs-httpd24-httpd-selinux-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-tools-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_cluster-native-debuginfo-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_http2-debuginfo-0:1.15.7-12.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_jk-0:1.2.48-11.redhat_1.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_jk-ap24-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_jk-debuginfo-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_jk-manual-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_ldap-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_md-debuginfo-1:2.0.8-31.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_proxy_html-1:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_security-debuginfo-0:2.9.2-58.GA.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_session-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_ssl-1:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-nghttp2-debuginfo-0:1.39.2-35.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-nghttp2-devel-0:1.39.2-35.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-chil-debuginfo-0:1.0.0-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-debuginfo-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-devel-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-libs-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-perl-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-debuginfo-0:0.4.10-18.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-static-1:1.1.1g-3.jbcs.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-11T13:19:08+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-JBCS:jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-brotli-debuginfo-0:1.0.6-40.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-brotli-devel-0:1.0.6-40.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-debuginfo-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-devel-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-manual-0:2.4.37-66.jbcs.el7.noarch", "7Server-JBCS:jbcs-httpd24-httpd-selinux-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-tools-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_cluster-native-debuginfo-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_http2-debuginfo-0:1.15.7-12.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_jk-0:1.2.48-11.redhat_1.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_jk-ap24-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_jk-debuginfo-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_jk-manual-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_ldap-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_md-debuginfo-1:2.0.8-31.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_proxy_html-1:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_security-debuginfo-0:2.9.2-58.GA.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_session-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_ssl-1:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-nghttp2-debuginfo-0:1.39.2-35.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-nghttp2-devel-0:1.39.2-35.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-chil-debuginfo-0:1.0.0-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-debuginfo-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-devel-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-libs-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-perl-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-debuginfo-0:0.4.10-18.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-static-1:1.1.1g-3.jbcs.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0486" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "7Server-JBCS:jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-brotli-debuginfo-0:1.0.6-40.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-brotli-devel-0:1.0.6-40.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-debuginfo-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-devel-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-manual-0:2.4.37-66.jbcs.el7.noarch", "7Server-JBCS:jbcs-httpd24-httpd-selinux-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-tools-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_cluster-native-debuginfo-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_http2-debuginfo-0:1.15.7-12.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_jk-0:1.2.48-11.redhat_1.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_jk-ap24-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_jk-debuginfo-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_jk-manual-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_ldap-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_md-debuginfo-1:2.0.8-31.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_proxy_html-1:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_security-debuginfo-0:2.9.2-58.GA.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_session-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_ssl-1:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-nghttp2-debuginfo-0:1.39.2-35.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-nghttp2-devel-0:1.39.2-35.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-chil-debuginfo-0:1.0.0-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-debuginfo-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-devel-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-libs-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-perl-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-debuginfo-0:0.4.10-18.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-static-1:1.1.1g-3.jbcs.el7.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": [ "7Server-JBCS:jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-brotli-0:1.0.6-40.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-brotli-debuginfo-0:1.0.6-40.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-brotli-devel-0:1.0.6-40.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-httpd-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-debuginfo-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-devel-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-manual-0:2.4.37-66.jbcs.el7.noarch", "7Server-JBCS:jbcs-httpd24-httpd-selinux-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-httpd-tools-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_cluster-native-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_cluster-native-debuginfo-0:1.3.14-16.Final_redhat_2.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_http2-0:1.15.7-12.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_http2-debuginfo-0:1.15.7-12.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_jk-0:1.2.48-11.redhat_1.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_jk-ap24-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_jk-debuginfo-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_jk-manual-0:1.2.48-11.redhat_1.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_ldap-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_md-1:2.0.8-31.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_md-debuginfo-1:2.0.8-31.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_proxy_html-1:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-mod_security-0:2.9.2-58.GA.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_security-debuginfo-0:2.9.2-58.GA.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_session-0:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-mod_ssl-1:2.4.37-66.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-nghttp2-0:1.39.2-35.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-nghttp2-debuginfo-0:1.39.2-35.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-nghttp2-devel-0:1.39.2-35.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-openssl-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-openssl-chil-0:1.0.0-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-chil-debuginfo-0:1.0.0-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-debuginfo-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-devel-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-libs-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-perl-1:1.1.1g-3.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.src", "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-0:0.4.10-18.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-pkcs11-debuginfo-0:0.4.10-18.jbcs.el7.x86_64", "7Server-JBCS:jbcs-httpd24-openssl-static-1:1.1.1g-3.jbcs.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2020:5642
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for openssl is now available for Red Hat Enterprise Linux 7.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:5642", "url": "https://access.redhat.com/errata/RHSA-2020:5642" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5642.json" } ], "title": "Red Hat Security Advisory: openssl security update", "tracking": { "current_release_date": "2025-08-02T09:50:39+00:00", "generator": { "date": "2025-08-02T09:50:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:5642", "initial_release_date": "2020-12-21T12:46:04+00:00", "revision_history": [ { "date": "2020-12-21T12:46:04+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-12-21T12:46:04+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:50:39+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 ComputeNode EUS (v. 7.6)", "product": { "name": "Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:7.6::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:7.6::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server EUS (v. 7.6)", "product": { "name": "Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:7.6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product": { "name": "Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:7.6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:7.6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:7.6::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.0.2k-17.el7_6.i686", "product": { "name": "openssl-devel-1:1.0.2k-17.el7_6.i686", "product_id": "openssl-devel-1:1.0.2k-17.el7_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-17.el7_6?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-17.el7_6.i686", "product": { "name": "openssl-static-1:1.0.2k-17.el7_6.i686", "product_id": "openssl-static-1:1.0.2k-17.el7_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-17.el7_6?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "product": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "product_id": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-17.el7_6?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-17.el7_6.i686", "product": { "name": "openssl-libs-1:1.0.2k-17.el7_6.i686", "product_id": "openssl-libs-1:1.0.2k-17.el7_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-17.el7_6?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.0.2k-17.el7_6.x86_64", "product": { "name": "openssl-devel-1:1.0.2k-17.el7_6.x86_64", "product_id": "openssl-devel-1:1.0.2k-17.el7_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-17.el7_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.0.2k-17.el7_6.x86_64", "product": { "name": "openssl-perl-1:1.0.2k-17.el7_6.x86_64", "product_id": "openssl-perl-1:1.0.2k-17.el7_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-17.el7_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-17.el7_6.x86_64", "product": { "name": "openssl-static-1:1.0.2k-17.el7_6.x86_64", "product_id": "openssl-static-1:1.0.2k-17.el7_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-17.el7_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "product": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "product_id": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-17.el7_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-1:1.0.2k-17.el7_6.x86_64", "product": { "name": "openssl-1:1.0.2k-17.el7_6.x86_64", "product_id": "openssl-1:1.0.2k-17.el7_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-17.el7_6?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-17.el7_6.x86_64", "product": { "name": "openssl-libs-1:1.0.2k-17.el7_6.x86_64", "product_id": "openssl-libs-1:1.0.2k-17.el7_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-17.el7_6?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "product": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "product_id": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-17.el7_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64le", "product": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64le", "product_id": "openssl-static-1:1.0.2k-17.el7_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-17.el7_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "product": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "product_id": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-17.el7_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-1:1.0.2k-17.el7_6.ppc64le", "product": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64le", "product_id": "openssl-1:1.0.2k-17.el7_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-17.el7_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "product": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "product_id": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-17.el7_6?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "product": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "product_id": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-17.el7_6?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64", "product": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64", "product_id": "openssl-perl-1:1.0.2k-17.el7_6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-17.el7_6?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64", "product": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64", "product_id": "openssl-static-1:1.0.2k-17.el7_6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-17.el7_6?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "product": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "product_id": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-17.el7_6?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-1:1.0.2k-17.el7_6.ppc64", "product": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64", "product_id": "openssl-1:1.0.2k-17.el7_6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-17.el7_6?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64", "product": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64", "product_id": "openssl-devel-1:1.0.2k-17.el7_6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-17.el7_6?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64", "product": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64", "product_id": "openssl-libs-1:1.0.2k-17.el7_6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-17.el7_6?arch=ppc64\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "openssl-static-1:1.0.2k-17.el7_6.ppc", "product": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc", "product_id": "openssl-static-1:1.0.2k-17.el7_6.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-17.el7_6?arch=ppc\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "product": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "product_id": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-17.el7_6?arch=ppc\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc", "product": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc", "product_id": "openssl-devel-1:1.0.2k-17.el7_6.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-17.el7_6?arch=ppc\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc", "product": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc", "product_id": "openssl-libs-1:1.0.2k-17.el7_6.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-17.el7_6?arch=ppc\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "openssl-perl-1:1.0.2k-17.el7_6.s390x", "product": { "name": "openssl-perl-1:1.0.2k-17.el7_6.s390x", "product_id": "openssl-perl-1:1.0.2k-17.el7_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-17.el7_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-17.el7_6.s390x", "product": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390x", "product_id": "openssl-static-1:1.0.2k-17.el7_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-17.el7_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "product": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "product_id": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-17.el7_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-1:1.0.2k-17.el7_6.s390x", "product": { "name": "openssl-1:1.0.2k-17.el7_6.s390x", "product_id": "openssl-1:1.0.2k-17.el7_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-17.el7_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-17.el7_6.s390x", "product": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390x", "product_id": "openssl-devel-1:1.0.2k-17.el7_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-17.el7_6?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-17.el7_6.s390x", "product": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390x", "product_id": "openssl-libs-1:1.0.2k-17.el7_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-17.el7_6?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "openssl-static-1:1.0.2k-17.el7_6.s390", "product": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390", "product_id": "openssl-static-1:1.0.2k-17.el7_6.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-17.el7_6?arch=s390\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "product": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "product_id": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-17.el7_6?arch=s390\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-17.el7_6.s390", "product": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390", "product_id": "openssl-devel-1:1.0.2k-17.el7_6.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-17.el7_6?arch=s390\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-17.el7_6.s390", "product": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390", "product_id": "openssl-libs-1:1.0.2k-17.el7_6.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-17.el7_6?arch=s390\u0026epoch=1" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-17.el7_6.src", "product": { "name": "openssl-1:1.0.2k-17.el7_6.src", "product_id": "openssl-1:1.0.2k-17.el7_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-17.el7_6?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.src as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.src", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.6)", "product_id": "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7ComputeNode-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.src as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.src", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.6)", "product_id": "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.src as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.src", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.src as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.src" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.src", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.src as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.src", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.6)", "product_id": "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-optional-7.6.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.src as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.src" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.src", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.i686 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.i686" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.i686", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc64", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.ppc64le", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.s390", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390x" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.s390x", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-17.el7_6.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-17.el7_6.x86_64", "relates_to_product_reference": "7Server-optional-Alt-7.6-EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "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": [ "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-21T12:46:04+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5642" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.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": [ "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7ComputeNode-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7ComputeNode-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7ComputeNode-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-optional-7.6.EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-optional-7.6.EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.src", "7Server-optional-Alt-7.6-EUS:openssl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-debuginfo-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-devel-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-libs-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-perl-1:1.0.2k-17.el7_6.x86_64", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.i686", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.ppc64le", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.s390x", "7Server-optional-Alt-7.6-EUS:openssl-static-1:1.0.2k-17.el7_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2020:5476
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for openssl is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\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\nBug Fix(es):\n\n* Reject certificates with explicit EC parameters in strict mode (BZ#1891541)\n\n* Add FIPS selftest for HKDF, SSKDF, SSHKDF, and TLS12PRF; add DH_compute_key KAT to DH selftest (BZ#1891542)", "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-2020:5476", "url": "https://access.redhat.com/errata/RHSA-2020:5476" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5476.json" } ], "title": "Red Hat Security Advisory: openssl security and bug fix update", "tracking": { "current_release_date": "2025-08-02T09:50:31+00:00", "generator": { "date": "2025-08-02T09:50:31+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:5476", "initial_release_date": "2020-12-15T17:22:46+00:00", "revision_history": [ { "date": "2020-12-15T17:22:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-12-15T17:22:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:50:31+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1g-12.el8_3.src", "product": { "name": "openssl-1:1.1.1g-12.el8_3.src", "product_id": "openssl-1:1.1.1g-12.el8_3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1g-12.el8_3?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1g-12.el8_3.aarch64", "product": { "name": "openssl-1:1.1.1g-12.el8_3.aarch64", "product_id": "openssl-1:1.1.1g-12.el8_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1g-12.el8_3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1g-12.el8_3.aarch64", "product": { "name": "openssl-devel-1:1.1.1g-12.el8_3.aarch64", "product_id": "openssl-devel-1:1.1.1g-12.el8_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1g-12.el8_3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1g-12.el8_3.aarch64", "product": { "name": "openssl-libs-1:1.1.1g-12.el8_3.aarch64", "product_id": "openssl-libs-1:1.1.1g-12.el8_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1g-12.el8_3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1g-12.el8_3.aarch64", "product": { "name": "openssl-perl-1:1.1.1g-12.el8_3.aarch64", "product_id": "openssl-perl-1:1.1.1g-12.el8_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1g-12.el8_3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1g-12.el8_3.aarch64", "product": { "name": "openssl-debugsource-1:1.1.1g-12.el8_3.aarch64", "product_id": "openssl-debugsource-1:1.1.1g-12.el8_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1g-12.el8_3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.aarch64", "product": { "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.aarch64", "product_id": "openssl-debuginfo-1:1.1.1g-12.el8_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1g-12.el8_3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.aarch64", "product": { "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.aarch64", "product_id": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1g-12.el8_3?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1g-12.el8_3.ppc64le", "product": { "name": "openssl-1:1.1.1g-12.el8_3.ppc64le", "product_id": "openssl-1:1.1.1g-12.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1g-12.el8_3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1g-12.el8_3.ppc64le", "product": { "name": "openssl-devel-1:1.1.1g-12.el8_3.ppc64le", "product_id": "openssl-devel-1:1.1.1g-12.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1g-12.el8_3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1g-12.el8_3.ppc64le", "product": { "name": "openssl-libs-1:1.1.1g-12.el8_3.ppc64le", "product_id": "openssl-libs-1:1.1.1g-12.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1g-12.el8_3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1g-12.el8_3.ppc64le", "product": { "name": "openssl-perl-1:1.1.1g-12.el8_3.ppc64le", "product_id": "openssl-perl-1:1.1.1g-12.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1g-12.el8_3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1g-12.el8_3.ppc64le", "product": { "name": "openssl-debugsource-1:1.1.1g-12.el8_3.ppc64le", "product_id": "openssl-debugsource-1:1.1.1g-12.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1g-12.el8_3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "product": { "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "product_id": "openssl-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1g-12.el8_3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "product": { "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "product_id": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1g-12.el8_3?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1g-12.el8_3.x86_64", "product": { "name": "openssl-1:1.1.1g-12.el8_3.x86_64", "product_id": "openssl-1:1.1.1g-12.el8_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1g-12.el8_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1g-12.el8_3.x86_64", "product": { "name": "openssl-devel-1:1.1.1g-12.el8_3.x86_64", "product_id": "openssl-devel-1:1.1.1g-12.el8_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1g-12.el8_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1g-12.el8_3.x86_64", "product": { "name": "openssl-libs-1:1.1.1g-12.el8_3.x86_64", "product_id": "openssl-libs-1:1.1.1g-12.el8_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1g-12.el8_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1g-12.el8_3.x86_64", "product": { "name": "openssl-perl-1:1.1.1g-12.el8_3.x86_64", "product_id": "openssl-perl-1:1.1.1g-12.el8_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1g-12.el8_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1g-12.el8_3.x86_64", "product": { "name": "openssl-debugsource-1:1.1.1g-12.el8_3.x86_64", "product_id": "openssl-debugsource-1:1.1.1g-12.el8_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1g-12.el8_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.x86_64", "product": { "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.x86_64", "product_id": "openssl-debuginfo-1:1.1.1g-12.el8_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1g-12.el8_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.x86_64", "product": { "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.x86_64", "product_id": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1g-12.el8_3?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.1.1g-12.el8_3.i686", "product": { "name": "openssl-devel-1:1.1.1g-12.el8_3.i686", "product_id": "openssl-devel-1:1.1.1g-12.el8_3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1g-12.el8_3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1g-12.el8_3.i686", "product": { "name": "openssl-libs-1:1.1.1g-12.el8_3.i686", "product_id": "openssl-libs-1:1.1.1g-12.el8_3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1g-12.el8_3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1g-12.el8_3.i686", "product": { "name": "openssl-debugsource-1:1.1.1g-12.el8_3.i686", "product_id": "openssl-debugsource-1:1.1.1g-12.el8_3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1g-12.el8_3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.i686", "product": { "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.i686", "product_id": "openssl-debuginfo-1:1.1.1g-12.el8_3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1g-12.el8_3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.i686", "product": { "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.i686", "product_id": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1g-12.el8_3?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1g-12.el8_3.s390x", "product": { "name": "openssl-1:1.1.1g-12.el8_3.s390x", "product_id": "openssl-1:1.1.1g-12.el8_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1g-12.el8_3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1g-12.el8_3.s390x", "product": { "name": "openssl-devel-1:1.1.1g-12.el8_3.s390x", "product_id": "openssl-devel-1:1.1.1g-12.el8_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1g-12.el8_3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1g-12.el8_3.s390x", "product": { "name": "openssl-libs-1:1.1.1g-12.el8_3.s390x", "product_id": "openssl-libs-1:1.1.1g-12.el8_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1g-12.el8_3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1g-12.el8_3.s390x", "product": { "name": "openssl-perl-1:1.1.1g-12.el8_3.s390x", "product_id": "openssl-perl-1:1.1.1g-12.el8_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1g-12.el8_3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1g-12.el8_3.s390x", "product": { "name": "openssl-debugsource-1:1.1.1g-12.el8_3.s390x", "product_id": "openssl-debugsource-1:1.1.1g-12.el8_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1g-12.el8_3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.s390x", "product": { "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.s390x", "product_id": "openssl-debuginfo-1:1.1.1g-12.el8_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1g-12.el8_3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.s390x", "product": { "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.s390x", "product_id": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1g-12.el8_3?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1g-12.el8_3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.aarch64" }, "product_reference": "openssl-1:1.1.1g-12.el8_3.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1g-12.el8_3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.ppc64le" }, "product_reference": "openssl-1:1.1.1g-12.el8_3.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1g-12.el8_3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.s390x" }, "product_reference": "openssl-1:1.1.1g-12.el8_3.s390x", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1g-12.el8_3.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.src" }, "product_reference": "openssl-1:1.1.1g-12.el8_3.src", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1g-12.el8_3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.x86_64" }, "product_reference": "openssl-1:1.1.1g-12.el8_3.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.aarch64" }, "product_reference": "openssl-debuginfo-1:1.1.1g-12.el8_3.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.i686" }, "product_reference": "openssl-debuginfo-1:1.1.1g-12.el8_3.i686", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.s390x" }, "product_reference": "openssl-debuginfo-1:1.1.1g-12.el8_3.s390x", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1g-12.el8_3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.x86_64" }, "product_reference": "openssl-debuginfo-1:1.1.1g-12.el8_3.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1g-12.el8_3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.aarch64" }, "product_reference": "openssl-debugsource-1:1.1.1g-12.el8_3.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1g-12.el8_3.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.i686" }, "product_reference": "openssl-debugsource-1:1.1.1g-12.el8_3.i686", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1g-12.el8_3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.ppc64le" }, "product_reference": "openssl-debugsource-1:1.1.1g-12.el8_3.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1g-12.el8_3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.s390x" }, "product_reference": "openssl-debugsource-1:1.1.1g-12.el8_3.s390x", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1g-12.el8_3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.x86_64" }, "product_reference": "openssl-debugsource-1:1.1.1g-12.el8_3.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1g-12.el8_3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.aarch64" }, "product_reference": "openssl-devel-1:1.1.1g-12.el8_3.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1g-12.el8_3.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.i686" }, "product_reference": "openssl-devel-1:1.1.1g-12.el8_3.i686", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1g-12.el8_3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.ppc64le" }, "product_reference": "openssl-devel-1:1.1.1g-12.el8_3.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1g-12.el8_3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.s390x" }, "product_reference": "openssl-devel-1:1.1.1g-12.el8_3.s390x", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1g-12.el8_3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.x86_64" }, "product_reference": "openssl-devel-1:1.1.1g-12.el8_3.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1g-12.el8_3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.aarch64" }, "product_reference": "openssl-libs-1:1.1.1g-12.el8_3.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1g-12.el8_3.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.i686" }, "product_reference": "openssl-libs-1:1.1.1g-12.el8_3.i686", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1g-12.el8_3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.ppc64le" }, "product_reference": "openssl-libs-1:1.1.1g-12.el8_3.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1g-12.el8_3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.s390x" }, "product_reference": "openssl-libs-1:1.1.1g-12.el8_3.s390x", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1g-12.el8_3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.x86_64" }, "product_reference": "openssl-libs-1:1.1.1g-12.el8_3.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.aarch64" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.i686" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.i686", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.ppc64le" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.s390x" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.s390x", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.x86_64" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1g-12.el8_3.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1g-12.el8_3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.aarch64" }, "product_reference": "openssl-perl-1:1.1.1g-12.el8_3.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1g-12.el8_3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.ppc64le" }, "product_reference": "openssl-perl-1:1.1.1g-12.el8_3.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1g-12.el8_3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.s390x" }, "product_reference": "openssl-perl-1:1.1.1g-12.el8_3.s390x", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1g-12.el8_3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.x86_64" }, "product_reference": "openssl-perl-1:1.1.1g-12.el8_3.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "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": [ "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.src", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-15T17:22:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.src", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5476" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.src", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.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": [ "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.src", "BaseOS-8.3.0.Z.MAIN:openssl-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-debuginfo-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-debugsource-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-devel-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-libs-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.i686", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1g-12.el8_3.x86_64", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.aarch64", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.ppc64le", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.s390x", "BaseOS-8.3.0.Z.MAIN:openssl-perl-1:1.1.1g-12.el8_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2021:0491
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 is now available for Red Hat JBoss Web Server 3.1, for RHEL 7 and Windows.\n\nRed Hat Product Security has rated this release 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": "Red Hat JBoss Web Server is a fully integrated and certified set of components for hosting Java web applications. It is comprised of the Apache HTTP Server, the Apache Tomcat Servlet container, Apache Tomcat Connector (mod_jk), JBoss HTTP Connector (mod_cluster), Hibernate, and the Tomcat Native library.\n\nThis release of Red Hat JBoss Web Server 3.1 Service Pack 11 serves as a replacement for Red Hat JBoss Web Server 3.1, and includes bug fixes, which are documented in the Release Notes document linked to in the References.\n\nSecurity Fix(es):\n\n* openssl: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:0491", "url": "https://access.redhat.com/errata/RHSA-2021:0491" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#low", "url": "https://access.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0491.json" } ], "title": "Red Hat Security Advisory: Red Hat JBoss Web Server 3.1 Service Pack 11 security update", "tracking": { "current_release_date": "2025-08-02T09:51:27+00:00", "generator": { "date": "2025-08-02T09:51:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2021:0491", "initial_release_date": "2021-02-11T13:39:36+00:00", "revision_history": [ { "date": "2021-02-11T13:39:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-02-11T13:39:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:51:27+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat JBoss Web Server 3.1", "product": { "name": "Red Hat JBoss Web Server 3.1", "product_id": "Red Hat JBoss Web Server 3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_enterprise_web_server:3.1" } } } ], "category": "product_family", "name": "Red Hat JBoss Web Server" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat JBoss Web Server 3.1" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-11T13:39:36+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link for the update. You must be logged in to download the update.", "product_ids": [ "Red Hat JBoss Web Server 3.1" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0491" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "Red Hat JBoss Web Server 3.1" ] } ], "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": [ "Red Hat JBoss Web Server 3.1" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2020:5639
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for openssl is now available for Red Hat Enterprise Linux 7.2 Advanced Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:5639", "url": "https://access.redhat.com/errata/RHSA-2020:5639" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5639.json" } ], "title": "Red Hat Security Advisory: openssl security update", "tracking": { "current_release_date": "2025-08-02T09:50:18+00:00", "generator": { "date": "2025-08-02T09:50:18+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:5639", "initial_release_date": "2020-12-21T12:01:26+00:00", "revision_history": [ { "date": "2020-12-21T12:01:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-12-21T12:01:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:50:18+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Server AUS (v. 7.2)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.2::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.2)", "product": { "name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.2)", "product_id": "7Server-optional-7.2.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.2::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.1e-52.el7_2.src", "product": { "name": "openssl-1:1.0.1e-52.el7_2.src", "product_id": "openssl-1:1.0.1e-52.el7_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.1e-52.el7_2?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.1e-52.el7_2.x86_64", "product": { "name": "openssl-1:1.0.1e-52.el7_2.x86_64", "product_id": "openssl-1:1.0.1e-52.el7_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.1e-52.el7_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.1e-52.el7_2.x86_64", "product": { "name": "openssl-devel-1:1.0.1e-52.el7_2.x86_64", "product_id": "openssl-devel-1:1.0.1e-52.el7_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.1e-52.el7_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.1e-52.el7_2.x86_64", "product": { "name": "openssl-libs-1:1.0.1e-52.el7_2.x86_64", "product_id": "openssl-libs-1:1.0.1e-52.el7_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.1e-52.el7_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64", "product": { "name": "openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64", "product_id": "openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.1e-52.el7_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.0.1e-52.el7_2.x86_64", "product": { "name": "openssl-perl-1:1.0.1e-52.el7_2.x86_64", "product_id": "openssl-perl-1:1.0.1e-52.el7_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.1e-52.el7_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.1e-52.el7_2.x86_64", "product": { "name": "openssl-static-1:1.0.1e-52.el7_2.x86_64", "product_id": "openssl-static-1:1.0.1e-52.el7_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.1e-52.el7_2?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.0.1e-52.el7_2.i686", "product": { "name": "openssl-devel-1:1.0.1e-52.el7_2.i686", "product_id": "openssl-devel-1:1.0.1e-52.el7_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.1e-52.el7_2?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.1e-52.el7_2.i686", "product": { "name": "openssl-libs-1:1.0.1e-52.el7_2.i686", "product_id": "openssl-libs-1:1.0.1e-52.el7_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.1e-52.el7_2?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.1e-52.el7_2.i686", "product": { "name": "openssl-debuginfo-1:1.0.1e-52.el7_2.i686", "product_id": "openssl-debuginfo-1:1.0.1e-52.el7_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.1e-52.el7_2?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.1e-52.el7_2.i686", "product": { "name": "openssl-static-1:1.0.1e-52.el7_2.i686", "product_id": "openssl-static-1:1.0.1e-52.el7_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.1e-52.el7_2?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.1e-52.el7_2.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:openssl-1:1.0.1e-52.el7_2.src" }, "product_reference": "openssl-1:1.0.1e-52.el7_2.src", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.1e-52.el7_2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:openssl-1:1.0.1e-52.el7_2.x86_64" }, "product_reference": "openssl-1:1.0.1e-52.el7_2.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.1e-52.el7_2.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.i686" }, "product_reference": "openssl-debuginfo-1:1.0.1e-52.el7_2.i686", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.1e-52.el7_2.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.i686" }, "product_reference": "openssl-devel-1:1.0.1e-52.el7_2.i686", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.1e-52.el7_2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.x86_64" }, "product_reference": "openssl-devel-1:1.0.1e-52.el7_2.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.1e-52.el7_2.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.i686" }, "product_reference": "openssl-libs-1:1.0.1e-52.el7_2.i686", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.1e-52.el7_2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.x86_64" }, "product_reference": "openssl-libs-1:1.0.1e-52.el7_2.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.1e-52.el7_2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:openssl-perl-1:1.0.1e-52.el7_2.x86_64" }, "product_reference": "openssl-perl-1:1.0.1e-52.el7_2.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.1e-52.el7_2.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.i686" }, "product_reference": "openssl-static-1:1.0.1e-52.el7_2.i686", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.1e-52.el7_2.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)", "product_id": "7Server-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.x86_64" }, "product_reference": "openssl-static-1:1.0.1e-52.el7_2.x86_64", "relates_to_product_reference": "7Server-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.1e-52.el7_2.src as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)", "product_id": "7Server-optional-7.2.AUS:openssl-1:1.0.1e-52.el7_2.src" }, "product_reference": "openssl-1:1.0.1e-52.el7_2.src", "relates_to_product_reference": "7Server-optional-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.1e-52.el7_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)", "product_id": "7Server-optional-7.2.AUS:openssl-1:1.0.1e-52.el7_2.x86_64" }, "product_reference": "openssl-1:1.0.1e-52.el7_2.x86_64", "relates_to_product_reference": "7Server-optional-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.1e-52.el7_2.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)", "product_id": "7Server-optional-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.i686" }, "product_reference": "openssl-debuginfo-1:1.0.1e-52.el7_2.i686", "relates_to_product_reference": "7Server-optional-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)", "product_id": "7Server-optional-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64", "relates_to_product_reference": "7Server-optional-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.1e-52.el7_2.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)", "product_id": "7Server-optional-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.i686" }, "product_reference": "openssl-devel-1:1.0.1e-52.el7_2.i686", "relates_to_product_reference": "7Server-optional-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.1e-52.el7_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)", "product_id": "7Server-optional-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.x86_64" }, "product_reference": "openssl-devel-1:1.0.1e-52.el7_2.x86_64", "relates_to_product_reference": "7Server-optional-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.1e-52.el7_2.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)", "product_id": "7Server-optional-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.i686" }, "product_reference": "openssl-libs-1:1.0.1e-52.el7_2.i686", "relates_to_product_reference": "7Server-optional-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.1e-52.el7_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)", "product_id": "7Server-optional-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.x86_64" }, "product_reference": "openssl-libs-1:1.0.1e-52.el7_2.x86_64", "relates_to_product_reference": "7Server-optional-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.1e-52.el7_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)", "product_id": "7Server-optional-7.2.AUS:openssl-perl-1:1.0.1e-52.el7_2.x86_64" }, "product_reference": "openssl-perl-1:1.0.1e-52.el7_2.x86_64", "relates_to_product_reference": "7Server-optional-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.1e-52.el7_2.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)", "product_id": "7Server-optional-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.i686" }, "product_reference": "openssl-static-1:1.0.1e-52.el7_2.i686", "relates_to_product_reference": "7Server-optional-7.2.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.1e-52.el7_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)", "product_id": "7Server-optional-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.x86_64" }, "product_reference": "openssl-static-1:1.0.1e-52.el7_2.x86_64", "relates_to_product_reference": "7Server-optional-7.2.AUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.2.AUS:openssl-1:1.0.1e-52.el7_2.src", "7Server-7.2.AUS:openssl-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-perl-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-1:1.0.1e-52.el7_2.src", "7Server-optional-7.2.AUS:openssl-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-perl-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-21T12:01:26+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": [ "7Server-7.2.AUS:openssl-1:1.0.1e-52.el7_2.src", "7Server-7.2.AUS:openssl-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-perl-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-1:1.0.1e-52.el7_2.src", "7Server-optional-7.2.AUS:openssl-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-perl-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5639" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "7Server-7.2.AUS:openssl-1:1.0.1e-52.el7_2.src", "7Server-7.2.AUS:openssl-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-perl-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-1:1.0.1e-52.el7_2.src", "7Server-optional-7.2.AUS:openssl-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-perl-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.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": [ "7Server-7.2.AUS:openssl-1:1.0.1e-52.el7_2.src", "7Server-7.2.AUS:openssl-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-perl-1:1.0.1e-52.el7_2.x86_64", "7Server-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.i686", "7Server-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-1:1.0.1e-52.el7_2.src", "7Server-optional-7.2.AUS:openssl-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-debuginfo-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-devel-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-libs-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-perl-1:1.0.1e-52.el7_2.x86_64", "7Server-optional-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.i686", "7Server-optional-7.2.AUS:openssl-static-1:1.0.1e-52.el7_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2020:5640
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for openssl is now available for Red Hat Enterprise Linux 7.3 Advanced Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:5640", "url": "https://access.redhat.com/errata/RHSA-2020:5640" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5640.json" } ], "title": "Red Hat Security Advisory: openssl security update", "tracking": { "current_release_date": "2025-08-02T09:50:25+00:00", "generator": { "date": "2025-08-02T09:50:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:5640", "initial_release_date": "2020-12-21T12:07:09+00:00", "revision_history": [ { "date": "2020-12-21T12:07:09+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-12-21T12:07:09+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:50:25+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Server AUS (v. 7.3)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.3::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.3)", "product": { "name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.3)", "product_id": "7Server-optional-7.3.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.3::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.1e-61.el7_3.src", "product": { "name": "openssl-1:1.0.1e-61.el7_3.src", "product_id": "openssl-1:1.0.1e-61.el7_3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.1e-61.el7_3?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.1e-61.el7_3.x86_64", "product": { "name": "openssl-1:1.0.1e-61.el7_3.x86_64", "product_id": "openssl-1:1.0.1e-61.el7_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.1e-61.el7_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.1e-61.el7_3.x86_64", "product": { "name": "openssl-devel-1:1.0.1e-61.el7_3.x86_64", "product_id": "openssl-devel-1:1.0.1e-61.el7_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.1e-61.el7_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.1e-61.el7_3.x86_64", "product": { "name": "openssl-libs-1:1.0.1e-61.el7_3.x86_64", "product_id": "openssl-libs-1:1.0.1e-61.el7_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.1e-61.el7_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64", "product": { "name": "openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64", "product_id": "openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.1e-61.el7_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.0.1e-61.el7_3.x86_64", "product": { "name": "openssl-perl-1:1.0.1e-61.el7_3.x86_64", "product_id": "openssl-perl-1:1.0.1e-61.el7_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.1e-61.el7_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.1e-61.el7_3.x86_64", "product": { "name": "openssl-static-1:1.0.1e-61.el7_3.x86_64", "product_id": "openssl-static-1:1.0.1e-61.el7_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.1e-61.el7_3?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.0.1e-61.el7_3.i686", "product": { "name": "openssl-devel-1:1.0.1e-61.el7_3.i686", "product_id": "openssl-devel-1:1.0.1e-61.el7_3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.1e-61.el7_3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.1e-61.el7_3.i686", "product": { "name": "openssl-libs-1:1.0.1e-61.el7_3.i686", "product_id": "openssl-libs-1:1.0.1e-61.el7_3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.1e-61.el7_3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.1e-61.el7_3.i686", "product": { "name": "openssl-debuginfo-1:1.0.1e-61.el7_3.i686", "product_id": "openssl-debuginfo-1:1.0.1e-61.el7_3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.1e-61.el7_3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.1e-61.el7_3.i686", "product": { "name": "openssl-static-1:1.0.1e-61.el7_3.i686", "product_id": "openssl-static-1:1.0.1e-61.el7_3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.1e-61.el7_3?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.1e-61.el7_3.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:openssl-1:1.0.1e-61.el7_3.src" }, "product_reference": "openssl-1:1.0.1e-61.el7_3.src", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.1e-61.el7_3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:openssl-1:1.0.1e-61.el7_3.x86_64" }, "product_reference": "openssl-1:1.0.1e-61.el7_3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.1e-61.el7_3.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.i686" }, "product_reference": "openssl-debuginfo-1:1.0.1e-61.el7_3.i686", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.1e-61.el7_3.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.i686" }, "product_reference": "openssl-devel-1:1.0.1e-61.el7_3.i686", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.1e-61.el7_3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.x86_64" }, "product_reference": "openssl-devel-1:1.0.1e-61.el7_3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.1e-61.el7_3.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.i686" }, "product_reference": "openssl-libs-1:1.0.1e-61.el7_3.i686", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.1e-61.el7_3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.x86_64" }, "product_reference": "openssl-libs-1:1.0.1e-61.el7_3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.1e-61.el7_3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:openssl-perl-1:1.0.1e-61.el7_3.x86_64" }, "product_reference": "openssl-perl-1:1.0.1e-61.el7_3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.1e-61.el7_3.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.i686" }, "product_reference": "openssl-static-1:1.0.1e-61.el7_3.i686", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.1e-61.el7_3.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)", "product_id": "7Server-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.x86_64" }, "product_reference": "openssl-static-1:1.0.1e-61.el7_3.x86_64", "relates_to_product_reference": "7Server-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.1e-61.el7_3.src as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)", "product_id": "7Server-optional-7.3.AUS:openssl-1:1.0.1e-61.el7_3.src" }, "product_reference": "openssl-1:1.0.1e-61.el7_3.src", "relates_to_product_reference": "7Server-optional-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.1e-61.el7_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)", "product_id": "7Server-optional-7.3.AUS:openssl-1:1.0.1e-61.el7_3.x86_64" }, "product_reference": "openssl-1:1.0.1e-61.el7_3.x86_64", "relates_to_product_reference": "7Server-optional-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.1e-61.el7_3.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)", "product_id": "7Server-optional-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.i686" }, "product_reference": "openssl-debuginfo-1:1.0.1e-61.el7_3.i686", "relates_to_product_reference": "7Server-optional-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)", "product_id": "7Server-optional-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64", "relates_to_product_reference": "7Server-optional-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.1e-61.el7_3.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)", "product_id": "7Server-optional-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.i686" }, "product_reference": "openssl-devel-1:1.0.1e-61.el7_3.i686", "relates_to_product_reference": "7Server-optional-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.1e-61.el7_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)", "product_id": "7Server-optional-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.x86_64" }, "product_reference": "openssl-devel-1:1.0.1e-61.el7_3.x86_64", "relates_to_product_reference": "7Server-optional-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.1e-61.el7_3.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)", "product_id": "7Server-optional-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.i686" }, "product_reference": "openssl-libs-1:1.0.1e-61.el7_3.i686", "relates_to_product_reference": "7Server-optional-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.1e-61.el7_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)", "product_id": "7Server-optional-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.x86_64" }, "product_reference": "openssl-libs-1:1.0.1e-61.el7_3.x86_64", "relates_to_product_reference": "7Server-optional-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.1e-61.el7_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)", "product_id": "7Server-optional-7.3.AUS:openssl-perl-1:1.0.1e-61.el7_3.x86_64" }, "product_reference": "openssl-perl-1:1.0.1e-61.el7_3.x86_64", "relates_to_product_reference": "7Server-optional-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.1e-61.el7_3.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)", "product_id": "7Server-optional-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.i686" }, "product_reference": "openssl-static-1:1.0.1e-61.el7_3.i686", "relates_to_product_reference": "7Server-optional-7.3.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.1e-61.el7_3.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)", "product_id": "7Server-optional-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.x86_64" }, "product_reference": "openssl-static-1:1.0.1e-61.el7_3.x86_64", "relates_to_product_reference": "7Server-optional-7.3.AUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.3.AUS:openssl-1:1.0.1e-61.el7_3.src", "7Server-7.3.AUS:openssl-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-perl-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-1:1.0.1e-61.el7_3.src", "7Server-optional-7.3.AUS:openssl-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-perl-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-21T12:07:09+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "7Server-7.3.AUS:openssl-1:1.0.1e-61.el7_3.src", "7Server-7.3.AUS:openssl-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-perl-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-1:1.0.1e-61.el7_3.src", "7Server-optional-7.3.AUS:openssl-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-perl-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5640" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "7Server-7.3.AUS:openssl-1:1.0.1e-61.el7_3.src", "7Server-7.3.AUS:openssl-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-perl-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-1:1.0.1e-61.el7_3.src", "7Server-optional-7.3.AUS:openssl-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-perl-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.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": [ "7Server-7.3.AUS:openssl-1:1.0.1e-61.el7_3.src", "7Server-7.3.AUS:openssl-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-perl-1:1.0.1e-61.el7_3.x86_64", "7Server-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.i686", "7Server-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-1:1.0.1e-61.el7_3.src", "7Server-optional-7.3.AUS:openssl-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-debuginfo-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-devel-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-libs-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-perl-1:1.0.1e-61.el7_3.x86_64", "7Server-optional-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.i686", "7Server-optional-7.3.AUS:openssl-static-1:1.0.1e-61.el7_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2021:0949
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": "Updated openshift/odo-init-image container image is now available for Red Hat Openshift Do 1.0.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Do (odo) is a simple CLI tool for developers to create,\nbuild, and deploy applications on OpenShift. The odo tool is completely\nclient-based and requires no server within the OpenShift cluster for\ndeployment. It detects changes to local code and deploys it to the cluster\nautomatically, giving instant feedback to validate changes in real-time. It\nsupports multiple programming languages and frameworks.\n\nRed Hat OpenShift Do openshift/odo-init-image 1.1.3 is a container image\nthat is used as part of the InitContainer setup that provisions odo\ncomponents.\n\nThe advisory addresses the following issues:\n\n* Re-release of odo-init-image 1.1.3 for security updates", "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-2021:0949", "url": "https://access.redhat.com/errata/RHSA-2021:0949" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#low", "url": "https://access.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "https://docs.openshift.com/container-platform/4.4/cli_reference/openshift_developer_cli/installing-odo.html", "url": "https://docs.openshift.com/container-platform/4.4/cli_reference/openshift_developer_cli/installing-odo.html" }, { "category": "external", "summary": "1832983", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1832983" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0949.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenShift Do openshift/odo-init-image 1.1.3 security update", "tracking": { "current_release_date": "2025-08-04T12:05:30+00:00", "generator": { "date": "2025-08-04T12:05:30+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2021:0949", "initial_release_date": "2021-03-22T10:10:55+00:00", "revision_history": [ { "date": "2021-03-22T10:10:55+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-03-22T10:10:55+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-04T12:05:30+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "OpenShift Do 1", "product": { "name": "OpenShift Do 1", "product_id": "7Server-RHODO-1", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_do:1.0::el7" } } } ], "category": "product_family", "name": "OpenShift Do" }, { "branches": [ { "category": "product_version", "name": "openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64", "product": { "name": "openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64", "product_id": "openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64", "product_identification_helper": { "purl": "pkg:oci/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96?arch=amd64\u0026repository_url=registry.redhat.io/openshiftdo/odo-init-image-rhel7\u0026tag=1.1.3-2" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64 as a component of OpenShift Do 1", "product_id": "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" }, "product_reference": "openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64", "relates_to_product_reference": "7Server-RHODO-1" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20843", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2019-06-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1723723" } ], "notes": [ { "category": "description", "text": "It was discovered that the \"setElementTypePrefix()\" function incorrectly extracted XML namespace prefixes. By tricking an application into processing a specially crafted XML file, an attacker could cause unusually high consumption of memory resources and possibly lead to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "expat: large number of colons in input makes parser consume high amount of resources, leading to DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "When processing a specially crafted XML file, expat may use more memory than ultimately necessary, which can also lead to increased CPU usage and longer processing times. Depending on available system resources and configuration, this may also lead to the application triggering the Out-Of-Memory-Killer, causing the application to be terminated.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20843" }, { "category": "external", "summary": "RHBZ#1723723", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1723723" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20843", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20843" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20843", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20843" }, { "category": "external", "summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931031", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931031" } ], "release_date": "2019-06-24T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "expat: large number of colons in input makes parser consume high amount of resources, leading to DoS" }, { "cve": "CVE-2019-5094", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2019-11-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1768555" } ], "notes": [ { "category": "description", "text": "An exploitable code execution vulnerability exists in the quota file functionality of E2fsprogs 1.45.3. A specially crafted ext4 partition can cause an out-of-bounds write on the heap, resulting in code execution. An attacker can corrupt a partition to trigger this vulnerability.", "title": "Vulnerability description" }, { "category": "summary", "text": "e2fsprogs: Crafted ext4 partition leads to out-of-bounds write", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-5094" }, { "category": "external", "summary": "RHBZ#1768555", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768555" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-5094", "url": "https://www.cve.org/CVERecord?id=CVE-2019-5094" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-5094", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-5094" }, { "category": "external", "summary": "https://talosintelligence.com/vulnerability_reports/TALOS-2019-0887", "url": "https://talosintelligence.com/vulnerability_reports/TALOS-2019-0887" } ], "release_date": "2019-08-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "e2fsprogs: Crafted ext4 partition leads to out-of-bounds write" }, { "cve": "CVE-2019-5188", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2020-01-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1790048" } ], "notes": [ { "category": "description", "text": "A code execution vulnerability exists in the directory rehashing functionality of E2fsprogs e2fsck 1.45.4. A specially crafted ext4 directory can cause an out-of-bounds write on the stack, resulting in code execution. An attacker can corrupt a partition to trigger this vulnerability.", "title": "Vulnerability description" }, { "category": "summary", "text": "e2fsprogs: Out-of-bounds write in e2fsck/rehash.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-5188" }, { "category": "external", "summary": "RHBZ#1790048", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1790048" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-5188", "url": "https://www.cve.org/CVERecord?id=CVE-2019-5188" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-5188", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-5188" } ], "release_date": "2020-01-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "e2fsprogs: Out-of-bounds write in e2fsck/rehash.c" }, { "acknowledgments": [ { "names": [ "the Curl project" ] }, { "names": [ "Thomas Vegas" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2019-5482", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-09-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749652" } ], "notes": [ { "category": "description", "text": "Heap buffer overflow in the TFTP protocol handler in cURL 7.19.4 to 7.65.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "curl: heap buffer overflow in function tftp_receive_packet()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-5482" }, { "category": "external", "summary": "RHBZ#1749652", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749652" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-5482", "url": "https://www.cve.org/CVERecord?id=CVE-2019-5482" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-5482", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-5482" }, { "category": "external", "summary": "https://curl.haxx.se/docs/CVE-2019-5482.html", "url": "https://curl.haxx.se/docs/CVE-2019-5482.html" } ], "release_date": "2019-09-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" }, { "category": "workaround", "details": "Do not use TFTP with curl with smaller than the default BLKSIZE.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "LOW", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "curl: heap buffer overflow in function tftp_receive_packet()" }, { "acknowledgments": [ { "names": [ "the Mozilla project" ] }, { "names": [ "Henry Corrigan-Gibbs" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2019-11719", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2019-07-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1728436" } ], "notes": [ { "category": "description", "text": "When importing a curve25519 private key in PKCS#8format with leading 0x00 bytes, it is possible to trigger an out-of-bounds read in the Network Security Services (NSS) library. This could lead to information disclosure. This vulnerability affects Firefox ESR \u003c 60.8, Firefox \u003c 68, and Thunderbird \u003c 60.8.", "title": "Vulnerability description" }, { "category": "summary", "text": "nss: Out-of-bounds read when importing curve25519 private key", "title": "Vulnerability summary" }, { "category": "other", "text": "Firefox on Red Hat Enterprise Linux is built against the system nss library.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11719" }, { "category": "external", "summary": "RHBZ#1728436", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1728436" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11719", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11719" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11719", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11719" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2019-22/#CVE-2019-11719", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2019-22/#CVE-2019-11719" } ], "release_date": "2019-07-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nss: Out-of-bounds read when importing curve25519 private key" }, { "acknowledgments": [ { "names": [ "the Mozilla project" ] }, { "names": [ "Hubert Kario" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2019-11727", "cwe": { "id": "CWE-327", "name": "Use of a Broken or Risky Cryptographic Algorithm" }, "discovery_date": "2019-07-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1730988" } ], "notes": [ { "category": "description", "text": "A vulnerability exists where it possible to force Network Security Services (NSS) to sign CertificateVerify with PKCS#1 v1.5 signatures when those are the only ones advertised by server in CertificateRequest in TLS 1.3. PKCS#1 v1.5 signatures should not be used for TLS 1.3 messages. This vulnerability affects Firefox \u003c 68.", "title": "Vulnerability description" }, { "category": "summary", "text": "nss: PKCS#1 v1.5 signatures can be used for TLS 1.3", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11727" }, { "category": "external", "summary": "RHBZ#1730988", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1730988" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11727", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11727" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2019-21/#CVE-2019-11727", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2019-21/#CVE-2019-11727" } ], "release_date": "2019-07-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.4, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "nss: PKCS#1 v1.5 signatures can be used for TLS 1.3" }, { "acknowledgments": [ { "names": [ "the Mozilla project" ] } ], "cve": "CVE-2019-11756", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2019-11-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1774835" } ], "notes": [ { "category": "description", "text": "A use-after-free flaw was found in Mozilla Network Security Services (NSS) related to PK11 session handling. An attacker could use this flaw to execute arbitrary code with the permissions of the user running the application compiled with NSS.", "title": "Vulnerability description" }, { "category": "summary", "text": "nss: Use-after-free in sftk_FreeSession due to improper refcounting", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw was fixed in upstream nss-3.47. Exploitation of this flaw is difficult and even impossible in most cases.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11756" }, { "category": "external", "summary": "RHBZ#1774835", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774835" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11756", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11756" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11756", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11756" }, { "category": "external", "summary": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.47_release_notes", "url": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.47_release_notes" } ], "release_date": "2019-12-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nss: Use-after-free in sftk_FreeSession due to improper refcounting" }, { "cve": "CVE-2019-12450", "cwe": { "id": "CWE-552", "name": "Files or Directories Accessible to External Parties" }, "discovery_date": "2019-06-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1719141" } ], "notes": [ { "category": "description", "text": "file_copy_fallback in gio/gfile.c in GNOME GLib 2.15.0 through 2.61.1 does not properly restrict file permissions while a copy operation is in progress. Instead, default permissions are used.", "title": "Vulnerability description" }, { "category": "summary", "text": "glib2: file_copy_fallback in gio/gfile.c in GNOME GLib does not properly restrict file permissions while a copy operation is in progress", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of glib2 as shipped with Red Hat Enterprise Linux 6, 7 and 8 . Red Hat Product Security has rated this issue as having a security impact of Moderate.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Important, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-12450" }, { "category": "external", "summary": "RHBZ#1719141", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1719141" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-12450", "url": "https://www.cve.org/CVERecord?id=CVE-2019-12450" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-12450", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-12450" } ], "release_date": "2019-05-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N", "version": "3.0" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "glib2: file_copy_fallback in gio/gfile.c in GNOME GLib does not properly restrict file permissions while a copy operation is in progress" }, { "acknowledgments": [ { "names": [ "the D-Bus project" ] }, { "names": [ "Joe Vennix" ], "organization": "Apple Information Security", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2019-12749", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "discovery_date": "2019-06-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1719344" } ], "notes": [ { "category": "description", "text": "A flaw was found in dbus. The implementation of DBUS_COOKIE_SHA1 is susceptible to a symbolic link attack. A malicious client with write access to its own home directory could manipulate a ~/.dbus-keyrings symlink to cause the DBusServer to read and write in unintended locations resulting in an authentication bypass. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "dbus: DBusServer DBUS_COOKIE_SHA1 authentication bypass", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw is mitigated by the fact that by default, the well-known system dbus-daemon (since 2003) and the well-known session dbus-daemon (in stable releases since dbus 1.10.0 in 2015) only accept the EXTERNAL authentication mechanism, and as a result will reject DBUS_COOKIE_SHA1 at an early stage, before manipulating cookies. \n\nRed Hat Enterprise Linux 6 is affected by this flaw, which can be leveraged to achieve privilege escalation via upstart. This issue has been rated as having important impact for Red Hat Enterprise Linux 6.\n\nRed Hat Enterprise Linux 7 and 8, both ship dbus \u003e= 1.10 and therefore are affected by this flaw only when system or session dbus-daemons are used under non-standard configurations or by third party users of DBusServer. Red Hat Enterprise Linux 7 and 8 does not ship any affected DBusServer cosumer. However third party applications may be affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-12749" }, { "category": "external", "summary": "RHBZ#1719344", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1719344" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-12749", "url": "https://www.cve.org/CVERecord?id=CVE-2019-12749" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-12749", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-12749" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2019/06/11/2", "url": "https://www.openwall.com/lists/oss-security/2019/06/11/2" } ], "release_date": "2019-06-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "dbus: DBusServer DBUS_COOKIE_SHA1 authentication bypass" }, { "acknowledgments": [ { "names": [ "Simon McVittie" ], "organization": "Collabora Ltd." } ], "cve": "CVE-2019-14822", "cwe": { "id": "CWE-862", "name": "Missing Authorization" }, "discovery_date": "2019-06-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1717958" } ], "notes": [ { "category": "description", "text": "A flaw was discovered in ibus that allows any unprivileged user to monitor and send method calls to the ibus bus of another user due to a misconfiguration in the DBus server setup. A local attacker may use this flaw to intercept all keystrokes of a victim user who is using the graphical interface, change the input method engine, or modify other input related configurations of the victim user.", "title": "Vulnerability description" }, { "category": "summary", "text": "ibus: missing authorization allows local attacker to access the input bus of another user", "title": "Vulnerability summary" }, { "category": "other", "text": "Gnome uses the ibus input framework only when the user explicitly configures it or when some input method sources are in use, like Korean from the ibus-hangul package or Chinese input methods from the ibus-libpinyin. Input methods like en-US are not handled by ibus, thus if the victim user just use them the attacker will not be able to intercept the key strokes of that user.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-14822" }, { "category": "external", "summary": "RHBZ#1717958", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1717958" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-14822", "url": "https://www.cve.org/CVERecord?id=CVE-2019-14822" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-14822", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-14822" } ], "release_date": "2019-09-13T07:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", "version": "3.0" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ibus: missing authorization allows local attacker to access the input bus of another user" }, { "acknowledgments": [ { "names": [ "Thomas Habets" ] } ], "cve": "CVE-2019-14866", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-10-25T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1765511" } ], "notes": [ { "category": "description", "text": "It was discovered cpio does not properly validate input files when generating TAR archives. When cpio is used to create TAR archives from paths an attacker can write to, the resulting archive may contain files with permissions the attacker did not have or in paths he did not have access to. Extracting those archives from a high-privilege user without carefully reviewing them may lead to the compromise of the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "cpio: improper input validation when writing tar header fields leads to unexpected tar generation", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-14866" }, { "category": "external", "summary": "RHBZ#1765511", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765511" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-14866", "url": "https://www.cve.org/CVERecord?id=CVE-2019-14866" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-14866", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-14866" } ], "release_date": "2019-08-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" }, { "category": "workaround", "details": "TAR archives should be inspected before being extracted and the extraction should be performed with the `tar` command or `--no-absolute-filenames` option if done with `cpio`. Moreover, it should be performed by a low-privilege user whenever possible, to prevent extraction of files that could compromise the system.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cpio: improper input validation when writing tar header fields leads to unexpected tar generation" }, { "cve": "CVE-2019-15903", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2019-09-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1752592" } ], "notes": [ { "category": "description", "text": "In libexpat before 2.2.8, crafted XML input could fool the parser into changing from DTD parsing to document parsing too early; a consecutive call to XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber) then resulted in a heap-based buffer over-read.", "title": "Vulnerability description" }, { "category": "summary", "text": "expat: heap-based buffer over-read via crafted XML input", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-15903" }, { "category": "external", "summary": "RHBZ#1752592", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1752592" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-15903", "url": "https://www.cve.org/CVERecord?id=CVE-2019-15903" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-15903", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-15903" } ], "release_date": "2019-09-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" }, { "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": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "expat: heap-based buffer over-read via crafted XML input" }, { "cve": "CVE-2019-16935", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2019-09-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1763229" } ], "notes": [ { "category": "description", "text": "A reflected cross-site scripting (XSS) vulnerability was found in Python XML-RPC server. The `server_title` field is not sufficiently sanitized allowing malicious JavaScript to be injected. Successful exploitation would allow a remote attacker to execute JavaScript code within the context of the affected user.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: XSS vulnerability in the documentation XML-RPC server in server_title field", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw does not affect the versions of python27-python as shipped with Red Hat Software Collections 3 as they already include the fix.\nThis flaw does not affect the versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 as they are \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16935" }, { "category": "external", "summary": "RHBZ#1763229", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763229" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16935", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16935" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16935", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16935" } ], "release_date": "2019-09-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: XSS vulnerability in the documentation XML-RPC server in server_title field" }, { "acknowledgments": [ { "names": [ "the Mozilla Project" ] } ], "cve": "CVE-2019-17006", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-11-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1775916" } ], "notes": [ { "category": "description", "text": "A vulnerability was discovered in nss where input text length was not checked when using certain cryptographic primitives. This could lead to a heap-buffer overflow resulting in a crash and data leak. The highest threat is to confidentiality and integrity of data as well as system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "nss: Check length of inputs for cryptographic primitives", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-17006" }, { "category": "external", "summary": "RHBZ#1775916", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775916" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-17006", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17006" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-17006", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-17006" }, { "category": "external", "summary": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46_release_notes", "url": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46_release_notes" } ], "release_date": "2019-12-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nss: Check length of inputs for cryptographic primitives" }, { "cve": "CVE-2019-17023", "discovery_date": "2020-01-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1791225" } ], "notes": [ { "category": "description", "text": "A protocol downgrade flaw was found in Network Security Services (NSS). After a HelloRetryRequest has been sent, the client may negotiate a lower protocol than TLS 1.3, resulting in an invalid state transition in the TLS State Machine. If the client gets into this state, incoming Application Data records will be ignored.", "title": "Vulnerability description" }, { "category": "summary", "text": "nss: TLS 1.3 HelloRetryRequest downgrade request sets client into invalid state", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw causes the client to hang when there is a downgrade attempt. Therefore no actual protocol downgrade occurs.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-17023" }, { "category": "external", "summary": "RHBZ#1791225", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1791225" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-17023", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17023" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-17023", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-17023" }, { "category": "external", "summary": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.49_release_notes", "url": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.49_release_notes" } ], "release_date": "2020-01-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "nss: TLS 1.3 HelloRetryRequest downgrade request sets client into invalid state" }, { "cve": "CVE-2019-17498", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2019-10-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1766898" } ], "notes": [ { "category": "description", "text": "In libssh2 v1.9.0 and earlier versions, the SSH_MSG_DISCONNECT logic in packet.c has an integer overflow in a bounds check, enabling an attacker to specify an arbitrary (out-of-bounds) offset for a subsequent memory read. A crafted SSH server may be able to disclose sensitive information or cause a denial of service condition on the client system when a user connects to the server.", "title": "Vulnerability description" }, { "category": "summary", "text": "libssh2: integer overflow in SSH_MSG_DISCONNECT logic in packet.c", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw needs a malicious MITM SSH server. When an application compiled with libssh2 connects to such a MITM SSH server, the server can trigger an integer overflow leading to an OOB read in the SSH_MSG_DISCONNECT logic. This can cause the application compiled with libssh2 to crash. This is strictly a client side crash and the SSH server may not be affected.\n\nAlso note that when a user connects to a malicious MITM server there is already a risk of disclosing password/keys irrespective of the flaw.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-17498" }, { "category": "external", "summary": "RHBZ#1766898", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766898" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-17498", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17498" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-17498", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-17498" }, { "category": "external", "summary": "https://blog.semmle.com/libssh2-integer-overflow-CVE-2019-17498/", "url": "https://blog.semmle.com/libssh2-integer-overflow-CVE-2019-17498/" } ], "release_date": "2019-10-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libssh2: integer overflow in SSH_MSG_DISCONNECT logic in packet.c" }, { "cve": "CVE-2019-19126", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-11-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1774681" } ], "notes": [ { "category": "description", "text": "A vulnerability was discovered in glibc where the LD_PREFER_MAP_32BIT_EXEC environment variable is not ignored when running binaries with the setuid flag on x86_64 architectures. This allows an attacker to force system to utilize only half of the memory (making the system think the software is 32-bit only), thus lowering the amount of memory being used with address space layout randomization (ASLR). The highest threat is confidentiality although the complexity of attack is high. The affected application must already have other vulnerabilities for this flaw to be usable.", "title": "Vulnerability description" }, { "category": "summary", "text": "glibc: LD_PREFER_MAP_32BIT_EXEC not ignored in setuid binaries", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-19126" }, { "category": "external", "summary": "RHBZ#1774681", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774681" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-19126", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19126" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19126", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19126" } ], "release_date": "2019-11-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 2.9, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "glibc: LD_PREFER_MAP_32BIT_EXEC not ignored in setuid binaries" }, { "cve": "CVE-2019-19956", "cwe": { "id": "CWE-772", "name": "Missing Release of Resource after Effective Lifetime" }, "discovery_date": "2020-01-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1788856" } ], "notes": [ { "category": "description", "text": "xmlParseBalancedChunkMemoryRecover in parser.c in libxml2 before 2.9.10 has a memory leak related to newDoc-\u003eoldNs.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: memory leak in xmlParseBalancedChunkMemoryRecover in parser.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-19956" }, { "category": "external", "summary": "RHBZ#1788856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1788856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-19956", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19956" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19956", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19956" } ], "release_date": "2020-01-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libxml2: memory leak in xmlParseBalancedChunkMemoryRecover in parser.c" }, { "cve": "CVE-2019-20386", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2020-01-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1793979" } ], "notes": [ { "category": "description", "text": "A memory leak was discovered in the systemd-login when a power-switch event is received. A physical attacker may trigger one of these events and leak bytes due to a missing free.", "title": "Vulnerability description" }, { "category": "summary", "text": "systemd: memory leak in button_open() in login/logind-button.c when udev events are received", "title": "Vulnerability summary" }, { "category": "other", "text": "The version of systemd delivered in OpenShift Container Platform 4.1 and included in CoreOS images has been superseded by the version delivered in Red Hat Enterprise Linux 8. CoreOS updates for systemd in will be consumed from Red Hat Enterprise Linux 8 channels.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-20386" }, { "category": "external", "summary": "RHBZ#1793979", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1793979" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-20386", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20386" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-20386", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20386" } ], "release_date": "2020-01-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "PHYSICAL", "availabilityImpact": "LOW", "baseScore": 2.4, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "systemd: memory leak in button_open() in login/logind-button.c when udev events are received" }, { "cve": "CVE-2019-20388", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "discovery_date": "2020-02-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1799734" } ], "notes": [ { "category": "description", "text": "A memory leak was found in the xmlSchemaValidateStream function of libxml2. Applications that use this library may be vulnerable to memory not being freed leading to a denial of service. System availability is the highest threat from this vulnerability.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: memory leak in xmlSchemaPreRun in xmlschemas.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-20388" }, { "category": "external", "summary": "RHBZ#1799734", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1799734" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-20388", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20388" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-20388", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20388" } ], "release_date": "2020-01-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libxml2: memory leak in xmlSchemaPreRun in xmlschemas.c" }, { "cve": "CVE-2019-20907", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2020-07-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1856481" } ], "notes": [ { "category": "description", "text": "A flaw was found in python. In Lib/tarfile.py an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: infinite loop in the tarfile module via crafted TAR archive", "title": "Vulnerability summary" }, { "category": "other", "text": "A service is vulnerable if it uses python\u0027s tarfile module to open untrusted tar files. If an attacker is able to submit a crafted tar file to a service which uses the tarfile module to open it, an infinite loop will be executed, potentially causing a denial of service. The tarfile module is included with python.\n\nVersions of `python36:3.6/python36` as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main `python3` component, which provides the actual interpreter of the Python programming language.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-20907" }, { "category": "external", "summary": "RHBZ#1856481", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1856481" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-20907", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20907" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-20907", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20907" } ], "release_date": "2019-12-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" }, { "category": "workaround", "details": "This flaw can be mitigated by not opening untrusted files with tarfile.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: infinite loop in the tarfile module via crafted TAR archive" }, { "cve": "CVE-2019-25013", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2021-01-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1912960" } ], "notes": [ { "category": "description", "text": "A flaw was found in glibc. When processing input in the EUC-KR encoding, an invalid input sequence could cause glibc to read beyond the end of a buffer, resulting in a segmentation fault. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "glibc: buffer over-read in iconv when processing invalid multi-byte input sequences in the EUC-KR encoding", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw has been rated as having moderate impact for glibc packages shipped with Red Hat Enterprise Linux because, the maximum impact of this vulnerability is a crash, and it relies on processing untrusted input in an uncommon encoding (EUC-KR). When this encoding is not used, the vulnerability can not be triggered.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-25013" }, { "category": "external", "summary": "RHBZ#1912960", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1912960" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-25013", "url": "https://www.cve.org/CVERecord?id=CVE-2019-25013" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-25013", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-25013" } ], "release_date": "2019-09-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "glibc: buffer over-read in iconv when processing invalid multi-byte input sequences in the EUC-KR encoding" }, { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" }, { "acknowledgments": [ { "names": [ "the Mozilla Project" ] }, { "names": [ "Cesar Pereida", "Nicola Tuveri", "Yuval Yarom", "Billy Bob Brumley" ], "organization": "Network and Information Security Group (NISEC", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-6829", "cwe": { "id": "CWE-327", "name": "Use of a Broken or Risky Cryptographic Algorithm" }, "discovery_date": "2020-04-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1826187" } ], "notes": [ { "category": "description", "text": "A flaw was found in nss. Using the EM side-channel, it is possible to extract the position of zero and non-zero wNAF digits while nss-certutil tool performs scalar multiplication during the ECDSA signature generation, leaking partial information about the ECDSA nonce. Given a small number of ECDSA signatures, this information can be used to steal the private key. The highest threat from this vulnerability is to data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "nss: Side channel attack on ECDSA signature generation", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a side channel attack which can used to exact pirate keys when ECDSA signatures are being generated. This attack is only feasible when the attacker is local to the machine or in certain cross-VM scenarios where the signature is being generated. Attacks over the network or via the internet are not feasible.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-6829" }, { "category": "external", "summary": "RHBZ#1826187", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826187" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-6829", "url": "https://www.cve.org/CVERecord?id=CVE-2020-6829" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-6829", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-6829" }, { "category": "external", "summary": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.55_release_notes", "url": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.55_release_notes" } ], "release_date": "2020-06-02T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" }, { "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": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nss: Side channel attack on ECDSA signature generation" }, { "cve": "CVE-2020-7595", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2020-02-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1799786" } ], "notes": [ { "category": "description", "text": "xmlStringLenDecodeEntities in parser.c in libxml2 2.9.10 has an infinite loop in a certain end-of-file situation.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: infinite loop in xmlStringLenDecodeEntities in some end-of-file situations", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7595" }, { "category": "external", "summary": "RHBZ#1799786", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1799786" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7595", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7595" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7595", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7595" } ], "release_date": "2020-01-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libxml2: infinite loop in xmlStringLenDecodeEntities in some end-of-file situations" }, { "cve": "CVE-2020-8177", "discovery_date": "2020-06-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1847915" } ], "notes": [ { "category": "description", "text": "A flaw was found in curl. Overwriting local files is possible when using a certain combination of command line options. Requesting content from a malicious server could lead to overwriting local files with compromised files leading to unknown effects. The highest threat from this vulnerability is to file integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "curl: Incorrect argument check can allow remote servers to overwrite local files", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue only affects the \u0027curl\u0027 command line utility. Additionally, this is only an issue when using the \u0027-J\u0027 (with the \u0027-O\u0027 option) and \u0027-i\u0027 command line options combined.\n\nIn most cases, there is nothing to gain for a local attacker here: the curl command line utility is likely running with the same privileges as the user, and thus the user can already overwrite all the files curl could overwrite. However, a local user will have to call curl with the \u0027-J\u0027 and \u0027-i\u0027 command line options while requesting content from a malicious server, which then opens up an opportunity for the malicious server to overwrite local files.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-8177" }, { "category": "external", "summary": "RHBZ#1847915", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1847915" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-8177", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8177" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-8177", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8177" }, { "category": "external", "summary": "https://curl.haxx.se/docs/CVE-2020-8177.html", "url": "https://curl.haxx.se/docs/CVE-2020-8177.html" } ], "release_date": "2020-06-24T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" }, { "category": "workaround", "details": "The vulnerability is only possible when using the \u0027-J\u0027 and \u0027-i\u0027 switches in conjunction with the curl command. Executing curl without these switches mitigates the flaw.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:L", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "curl: Incorrect argument check can allow remote servers to overwrite local files" }, { "cve": "CVE-2020-10029", "cwe": { "id": "CWE-121", "name": "Stack-based Buffer Overflow" }, "discovery_date": "2020-03-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1810670" } ], "notes": [ { "category": "description", "text": "A flaw was found in glibc in versions prior to 2.32. Pseudo-zero values are not validated causing a stack corruption due to a stack-based overflow. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "glibc: stack corruption from crafted input in cosl, sinl, sincosl, and tanl functions", "title": "Vulnerability summary" }, { "category": "other", "text": "The glibc version shipped with Red Hat Enterprise Linux 8 is compiled using gcc\u0027s stack-protector option which mitigates the possibility of code execution led by the stack corruption.\n\nThe glibc version shipped with Red Hat Enterprise Linux 7 is more difficult to exploit using this flaw, specifically for remote code execution. Because exploitation of the flaw depends on the usage of pseudo-zero values, an attacker can only overwrite the stack with 0s. Due to this, a valid address value for code execution is difficult to get and is likely to only result in a crash.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-10029" }, { "category": "external", "summary": "RHBZ#1810670", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1810670" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-10029", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10029" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10029", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10029" } ], "release_date": "2020-02-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "glibc: stack corruption from crafted input in cosl, sinl, sincosl, and tanl functions" }, { "cve": "CVE-2020-12243", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2020-04-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1833535" } ], "notes": [ { "category": "description", "text": "In filter.c in slapd in OpenLDAP before 2.4.50, LDAP search filters with nested boolean expressions can result in denial of service (daemon crash).", "title": "Vulnerability description" }, { "category": "summary", "text": "openldap: denial of service via nested boolean expressions in LDAP search filters", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect Red Hat Enterprise Linux 8 because we don\u0027t ship openldap-servers subpackage with the Red Hat Enterprise Linux 8 (it is only present in the buildroot).", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-12243" }, { "category": "external", "summary": "RHBZ#1833535", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1833535" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-12243", "url": "https://www.cve.org/CVERecord?id=CVE-2020-12243" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-12243", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-12243" } ], "release_date": "2020-04-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "openldap: denial of service via nested boolean expressions in LDAP search filters" }, { "acknowledgments": [ { "names": [ "the Mozilla Project" ] }, { "names": [ "Cesar Pereida Garcia and the Network and Information Security Group" ], "organization": "NISEC", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-12400", "cwe": { "id": "CWE-327", "name": "Use of a Broken or Risky Cryptographic Algorithm" }, "discovery_date": "2020-07-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1853983" } ], "notes": [ { "category": "description", "text": "A side-channel flaw was found in NSS, in the way P-384 and P-521 curves are used in the generation of EDSA signatures, leaking partial information about the ECDSA nonce. Given a small number of ECDSA signatures, this information can be used to steal the private key. The highest threat from this vulnerability is to data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "nss: P-384 and P-521 implementation uses a side-channel vulnerable modular inversion function", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a side-channel attack that can be used to exact pirate keys when ECDSA signatures are being generated. This attack is only feasible when the attacker is local to the machine or in certain cross-VM scenarios where the signature is being generated. Attacks over the network or via the internet are not feasible.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-12400" }, { "category": "external", "summary": "RHBZ#1853983", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1853983" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-12400", "url": "https://www.cve.org/CVERecord?id=CVE-2020-12400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-12400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-12400" }, { "category": "external", "summary": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.55_release_notes", "url": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.55_release_notes" } ], "release_date": "2020-07-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" }, { "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": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nss: P-384 and P-521 implementation uses a side-channel vulnerable modular inversion function" }, { "acknowledgments": [ { "names": [ "the Mozilla Project" ] }, { "names": [ "Cesar Pereida Garcia and the Network and Information Security Group" ], "organization": "NISEC", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-12401", "cwe": { "id": "CWE-327", "name": "Use of a Broken or Risky Cryptographic Algorithm" }, "discovery_date": "2020-06-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1851294" } ], "notes": [ { "category": "description", "text": "A flaw was found in nss. Using the EM side-channel, it is possible to extract the position of zero and non-zero wNAF digits while nss-certutil tool performs scalar multiplication during the ECDSA signature generation, leaking partial information about the ECDSA nonce. Given a small number of ECDSA signatures, this information can be used to steal the private key. The highest threat from this vulnerability is to data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "nss: ECDSA timing attack mitigation bypass", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a side channel attack which can used to exact pirate keys when ECDSA signatures are being generated. This attack is only feasible when the attacker is local to the machine or in certain cross-VM scenarios where the signature is being generated. Attacks over the network or via the internet are not feasible.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-12401" }, { "category": "external", "summary": "RHBZ#1851294", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1851294" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-12401", "url": "https://www.cve.org/CVERecord?id=CVE-2020-12401" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-12401", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-12401" }, { "category": "external", "summary": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.55_release_notes", "url": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.55_release_notes" } ], "release_date": "2020-06-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" }, { "category": "workaround", "details": "This is a side channel attack which can used to exact pirate keys when ECDSA signatures are being generated. This attack is only feasible when the attacker is local to the machine or in certain cross-VM scenarios where the signature is being generated. Attacks over the network or via the internet are not feasible.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nss: ECDSA timing attack mitigation bypass" }, { "acknowledgments": [ { "names": [ "the Mozilla Project" ] }, { "names": [ "Billy Bob Brumley", "Cesar Pereida", "Nicola Tuveri", "Yuval Yarom" ], "organization": "Network and Information Security Group (NISEC", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-12402", "cwe": { "id": "CWE-327", "name": "Use of a Broken or Risky Cryptographic Algorithm" }, "discovery_date": "2020-04-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1826231" } ], "notes": [ { "category": "description", "text": "A flaw was found in NSS, where it is vulnerable to RSA key generation cache timing side-channel attacks. An attacker with sufficient access to mount cache timing attacks during the RSA key generation process could recover the private key. The highest threat to this flaw is to confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "nss: Side channel vulnerabilities during RSA key generation", "title": "Vulnerability summary" }, { "category": "other", "text": "A timing attack was found in the way NSS generated RSA keys. A man-in-the-middle attacker could use this attack during RSA key generation to recover the private key. This attack is only feasible when the attacker is local to the machine or in certain cross-VM scenarios where the signature is being generated. Attacks over the network or via the internet are not feasible.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-12402" }, { "category": "external", "summary": "RHBZ#1826231", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826231" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-12402", "url": "https://www.cve.org/CVERecord?id=CVE-2020-12402" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-12402", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-12402" }, { "category": "external", "summary": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.53.1_release_notes", "url": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.53.1_release_notes" } ], "release_date": "2020-06-02T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" }, { "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": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nss: Side channel vulnerabilities during RSA key generation" }, { "acknowledgments": [ { "names": [ "the Mozilla Project" ] } ], "cve": "CVE-2020-12403", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2020-08-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1868931" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way CHACHA20-POLY1305 was implemented in NSS. When using multi-part Chacha20, it could cause out-of-bounds reads. This issue was fixed by explicitly disabling multi-part ChaCha20 (which was not functioning correctly) and strictly enforcing tag length. The highest threat from this vulnerability is to confidentiality and system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "nss: CHACHA20-POLY1305 decryption with undersized tag leads to out-of-bounds read", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-12403" }, { "category": "external", "summary": "RHBZ#1868931", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1868931" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-12403", "url": "https://www.cve.org/CVERecord?id=CVE-2020-12403" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-12403", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-12403" }, { "category": "external", "summary": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.55_release_notes", "url": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.55_release_notes" } ], "release_date": "2020-07-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nss: CHACHA20-POLY1305 decryption with undersized tag leads to out-of-bounds read" }, { "cve": "CVE-2020-29573", "cwe": { "id": "CWE-121", "name": "Stack-based Buffer Overflow" }, "discovery_date": "2020-12-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1905213" } ], "notes": [ { "category": "description", "text": "A stack buffer overflow flaw was found in glibc in the way the printf family of functions processed an 80-bit long double with a non-canonical bit pattern. This flaw allows an attacker who can control the arguments of these functions with the non-standard long double pattern to trigger an overflow and cause an application crash. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "glibc: stack-based buffer overflow if the input to any of the printf family of functions is an 80-bit long double with a non-canonical bit pattern", "title": "Vulnerability summary" }, { "category": "other", "text": "This is essentially a crash which can only be triggered by a non-standard argument passed as a long double input to a member of printf family of functions. The application has to be written in this way to allow this issue to be triggered. The maximum impact is an application crash.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-29573" }, { "category": "external", "summary": "RHBZ#1905213", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1905213" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-29573", "url": "https://www.cve.org/CVERecord?id=CVE-2020-29573" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-29573", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-29573" }, { "category": "external", "summary": "https://sourceware.org/pipermail/libc-alpha/2020-September/117779.html", "url": "https://sourceware.org/pipermail/libc-alpha/2020-September/117779.html" } ], "release_date": "2020-09-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-03-22T10:10:55+00:00", "details": "Download and install a new CLI binary by following the instructions linked from the References section.", "product_ids": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHODO-1:openshiftdo/odo-init-image-rhel7@sha256:83eea230500106cf84b287fb7249be475171c8ff9ced7025cbf628a213cb9d96_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "glibc: stack-based buffer overflow if the input to any of the printf family of functions is an 80-bit long double with a non-canonical bit pattern" } ] }
rhsa-2020:5637
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for openssl is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:5637", "url": "https://access.redhat.com/errata/RHSA-2020:5637" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5637.json" } ], "title": "Red Hat Security Advisory: openssl security update", "tracking": { "current_release_date": "2025-08-02T09:51:11+00:00", "generator": { "date": "2025-08-02T09:51:11+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:5637", "initial_release_date": "2020-12-21T08:37:06+00:00", "revision_history": [ { "date": "2020-12-21T08:37:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-12-21T08:37:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:51:11+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.1::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1c-3.el8_1.src", "product": { "name": "openssl-1:1.1.1c-3.el8_1.src", "product_id": "openssl-1:1.1.1c-3.el8_1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1c-3.el8_1?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1c-3.el8_1.aarch64", "product": { "name": "openssl-1:1.1.1c-3.el8_1.aarch64", "product_id": "openssl-1:1.1.1c-3.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1c-3.el8_1?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1c-3.el8_1.aarch64", "product": { "name": "openssl-devel-1:1.1.1c-3.el8_1.aarch64", "product_id": "openssl-devel-1:1.1.1c-3.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-3.el8_1?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1c-3.el8_1.aarch64", "product": { "name": "openssl-libs-1:1.1.1c-3.el8_1.aarch64", "product_id": "openssl-libs-1:1.1.1c-3.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-3.el8_1?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1c-3.el8_1.aarch64", "product": { "name": "openssl-perl-1:1.1.1c-3.el8_1.aarch64", "product_id": "openssl-perl-1:1.1.1c-3.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1c-3.el8_1?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1c-3.el8_1.aarch64", "product": { "name": "openssl-debugsource-1:1.1.1c-3.el8_1.aarch64", "product_id": "openssl-debugsource-1:1.1.1c-3.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-3.el8_1?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.aarch64", "product": { "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.aarch64", "product_id": "openssl-debuginfo-1:1.1.1c-3.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-3.el8_1?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.aarch64", "product": { "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.aarch64", "product_id": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-3.el8_1?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1c-3.el8_1.ppc64le", "product": { "name": "openssl-1:1.1.1c-3.el8_1.ppc64le", "product_id": "openssl-1:1.1.1c-3.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1c-3.el8_1?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1c-3.el8_1.ppc64le", "product": { "name": "openssl-devel-1:1.1.1c-3.el8_1.ppc64le", "product_id": "openssl-devel-1:1.1.1c-3.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-3.el8_1?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1c-3.el8_1.ppc64le", "product": { "name": "openssl-libs-1:1.1.1c-3.el8_1.ppc64le", "product_id": "openssl-libs-1:1.1.1c-3.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-3.el8_1?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1c-3.el8_1.ppc64le", "product": { "name": "openssl-perl-1:1.1.1c-3.el8_1.ppc64le", "product_id": "openssl-perl-1:1.1.1c-3.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1c-3.el8_1?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1c-3.el8_1.ppc64le", "product": { "name": "openssl-debugsource-1:1.1.1c-3.el8_1.ppc64le", "product_id": "openssl-debugsource-1:1.1.1c-3.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-3.el8_1?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "product": { "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "product_id": "openssl-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-3.el8_1?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "product": { "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "product_id": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-3.el8_1?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1c-3.el8_1.x86_64", "product": { "name": "openssl-1:1.1.1c-3.el8_1.x86_64", "product_id": "openssl-1:1.1.1c-3.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1c-3.el8_1?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1c-3.el8_1.x86_64", "product": { "name": "openssl-devel-1:1.1.1c-3.el8_1.x86_64", "product_id": "openssl-devel-1:1.1.1c-3.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-3.el8_1?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1c-3.el8_1.x86_64", "product": { "name": "openssl-libs-1:1.1.1c-3.el8_1.x86_64", "product_id": "openssl-libs-1:1.1.1c-3.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-3.el8_1?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1c-3.el8_1.x86_64", "product": { "name": "openssl-perl-1:1.1.1c-3.el8_1.x86_64", "product_id": "openssl-perl-1:1.1.1c-3.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1c-3.el8_1?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1c-3.el8_1.x86_64", "product": { "name": "openssl-debugsource-1:1.1.1c-3.el8_1.x86_64", "product_id": "openssl-debugsource-1:1.1.1c-3.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-3.el8_1?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.x86_64", "product": { "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.x86_64", "product_id": "openssl-debuginfo-1:1.1.1c-3.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-3.el8_1?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.x86_64", "product": { "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.x86_64", "product_id": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-3.el8_1?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.1.1c-3.el8_1.i686", "product": { "name": "openssl-devel-1:1.1.1c-3.el8_1.i686", "product_id": "openssl-devel-1:1.1.1c-3.el8_1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-3.el8_1?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1c-3.el8_1.i686", "product": { "name": "openssl-libs-1:1.1.1c-3.el8_1.i686", "product_id": "openssl-libs-1:1.1.1c-3.el8_1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-3.el8_1?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1c-3.el8_1.i686", "product": { "name": "openssl-debugsource-1:1.1.1c-3.el8_1.i686", "product_id": "openssl-debugsource-1:1.1.1c-3.el8_1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-3.el8_1?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.i686", "product": { "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.i686", "product_id": "openssl-debuginfo-1:1.1.1c-3.el8_1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-3.el8_1?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.i686", "product": { "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.i686", "product_id": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-3.el8_1?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1c-3.el8_1.s390x", "product": { "name": "openssl-1:1.1.1c-3.el8_1.s390x", "product_id": "openssl-1:1.1.1c-3.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1c-3.el8_1?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1c-3.el8_1.s390x", "product": { "name": "openssl-devel-1:1.1.1c-3.el8_1.s390x", "product_id": "openssl-devel-1:1.1.1c-3.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-3.el8_1?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1c-3.el8_1.s390x", "product": { "name": "openssl-libs-1:1.1.1c-3.el8_1.s390x", "product_id": "openssl-libs-1:1.1.1c-3.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-3.el8_1?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1c-3.el8_1.s390x", "product": { "name": "openssl-perl-1:1.1.1c-3.el8_1.s390x", "product_id": "openssl-perl-1:1.1.1c-3.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1c-3.el8_1?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1c-3.el8_1.s390x", "product": { "name": "openssl-debugsource-1:1.1.1c-3.el8_1.s390x", "product_id": "openssl-debugsource-1:1.1.1c-3.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-3.el8_1?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.s390x", "product": { "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.s390x", "product_id": "openssl-debuginfo-1:1.1.1c-3.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-3.el8_1?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.s390x", "product": { "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.s390x", "product_id": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-3.el8_1?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1c-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.aarch64" }, "product_reference": "openssl-1:1.1.1c-3.el8_1.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1c-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.ppc64le" }, "product_reference": "openssl-1:1.1.1c-3.el8_1.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1c-3.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.s390x" }, "product_reference": "openssl-1:1.1.1c-3.el8_1.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1c-3.el8_1.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.src" }, "product_reference": "openssl-1:1.1.1c-3.el8_1.src", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1c-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.x86_64" }, "product_reference": "openssl-1:1.1.1c-3.el8_1.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.aarch64" }, "product_reference": "openssl-debuginfo-1:1.1.1c-3.el8_1.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.i686" }, "product_reference": "openssl-debuginfo-1:1.1.1c-3.el8_1.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.s390x" }, "product_reference": "openssl-debuginfo-1:1.1.1c-3.el8_1.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1c-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.x86_64" }, "product_reference": "openssl-debuginfo-1:1.1.1c-3.el8_1.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1c-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.aarch64" }, "product_reference": "openssl-debugsource-1:1.1.1c-3.el8_1.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1c-3.el8_1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.i686" }, "product_reference": "openssl-debugsource-1:1.1.1c-3.el8_1.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1c-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.ppc64le" }, "product_reference": "openssl-debugsource-1:1.1.1c-3.el8_1.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1c-3.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.s390x" }, "product_reference": "openssl-debugsource-1:1.1.1c-3.el8_1.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1c-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.x86_64" }, "product_reference": "openssl-debugsource-1:1.1.1c-3.el8_1.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1c-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.aarch64" }, "product_reference": "openssl-devel-1:1.1.1c-3.el8_1.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1c-3.el8_1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.i686" }, "product_reference": "openssl-devel-1:1.1.1c-3.el8_1.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1c-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.ppc64le" }, "product_reference": "openssl-devel-1:1.1.1c-3.el8_1.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1c-3.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.s390x" }, "product_reference": "openssl-devel-1:1.1.1c-3.el8_1.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1c-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.x86_64" }, "product_reference": "openssl-devel-1:1.1.1c-3.el8_1.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1c-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.aarch64" }, "product_reference": "openssl-libs-1:1.1.1c-3.el8_1.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1c-3.el8_1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.i686" }, "product_reference": "openssl-libs-1:1.1.1c-3.el8_1.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1c-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.ppc64le" }, "product_reference": "openssl-libs-1:1.1.1c-3.el8_1.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1c-3.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.s390x" }, "product_reference": "openssl-libs-1:1.1.1c-3.el8_1.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1c-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.x86_64" }, "product_reference": "openssl-libs-1:1.1.1c-3.el8_1.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.aarch64" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.i686" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.ppc64le" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.s390x" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.x86_64" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1c-3.el8_1.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1c-3.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.aarch64" }, "product_reference": "openssl-perl-1:1.1.1c-3.el8_1.aarch64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1c-3.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.ppc64le" }, "product_reference": "openssl-perl-1:1.1.1c-3.el8_1.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1c-3.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.s390x" }, "product_reference": "openssl-perl-1:1.1.1c-3.el8_1.s390x", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1c-3.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.x86_64" }, "product_reference": "openssl-perl-1:1.1.1c-3.el8_1.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "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": [ "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.src", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-21T08:37:06+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.src", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5637" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.src", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.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": [ "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.src", "BaseOS-8.1.0.Z.EUS:openssl-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-debuginfo-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-debugsource-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-devel-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-libs-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.i686", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-3.el8_1.x86_64", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.aarch64", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.ppc64le", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.s390x", "BaseOS-8.1.0.Z.EUS:openssl-perl-1:1.1.1c-3.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2020:5641
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for openssl is now available for Red Hat Enterprise Linux 7.4 Advanced Update Support, Red Hat Enterprise Linux 7.4 Telco Extended Update Support, and Red Hat Enterprise Linux 7.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:5641", "url": "https://access.redhat.com/errata/RHSA-2020:5641" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5641.json" } ], "title": "Red Hat Security Advisory: openssl security update", "tracking": { "current_release_date": "2025-08-02T09:50:32+00:00", "generator": { "date": "2025-08-02T09:50:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:5641", "initial_release_date": "2020-12-21T12:21:57+00:00", "revision_history": [ { "date": "2020-12-21T12:21:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-12-21T12:21:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:50:32+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Server AUS (v. 7.4)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.4::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.4)", "product": { "name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.4)", "product_id": "7Server-optional-7.4.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.4::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server E4S (v. 7.4)", "product": { "name": "Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:7.4::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product": { "name": "Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:7.4::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server TUS (v. 7.4)", "product": { "name": "Red Hat Enterprise Linux Server TUS (v. 7.4)", "product_id": "7Server-7.4.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:7.4::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional TUS (v. 7.4)", "product": { "name": "Red Hat Enterprise Linux Server Optional TUS (v. 7.4)", "product_id": "7Server-optional-7.4.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:7.4::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-9.el7_4.src", "product": { "name": "openssl-1:1.0.2k-9.el7_4.src", "product_id": "openssl-1:1.0.2k-9.el7_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-9.el7_4?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-9.el7_4.x86_64", "product": { "name": "openssl-1:1.0.2k-9.el7_4.x86_64", "product_id": "openssl-1:1.0.2k-9.el7_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-9.el7_4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-9.el7_4.x86_64", "product": { "name": "openssl-devel-1:1.0.2k-9.el7_4.x86_64", "product_id": "openssl-devel-1:1.0.2k-9.el7_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-9.el7_4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-9.el7_4.x86_64", "product": { "name": "openssl-libs-1:1.0.2k-9.el7_4.x86_64", "product_id": "openssl-libs-1:1.0.2k-9.el7_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-9.el7_4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "product": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "product_id": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-9.el7_4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.0.2k-9.el7_4.x86_64", "product": { "name": "openssl-perl-1:1.0.2k-9.el7_4.x86_64", "product_id": "openssl-perl-1:1.0.2k-9.el7_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-9.el7_4?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-9.el7_4.x86_64", "product": { "name": "openssl-static-1:1.0.2k-9.el7_4.x86_64", "product_id": "openssl-static-1:1.0.2k-9.el7_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-9.el7_4?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.0.2k-9.el7_4.i686", "product": { "name": "openssl-devel-1:1.0.2k-9.el7_4.i686", "product_id": "openssl-devel-1:1.0.2k-9.el7_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-9.el7_4?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-9.el7_4.i686", "product": { "name": "openssl-libs-1:1.0.2k-9.el7_4.i686", "product_id": "openssl-libs-1:1.0.2k-9.el7_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-9.el7_4?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "product": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "product_id": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-9.el7_4?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-9.el7_4.i686", "product": { "name": "openssl-static-1:1.0.2k-9.el7_4.i686", "product_id": "openssl-static-1:1.0.2k-9.el7_4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-9.el7_4?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-9.el7_4.ppc64le", "product": { "name": "openssl-1:1.0.2k-9.el7_4.ppc64le", "product_id": "openssl-1:1.0.2k-9.el7_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-9.el7_4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-9.el7_4.ppc64le", "product": { "name": "openssl-devel-1:1.0.2k-9.el7_4.ppc64le", "product_id": "openssl-devel-1:1.0.2k-9.el7_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-9.el7_4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-9.el7_4.ppc64le", "product": { "name": "openssl-libs-1:1.0.2k-9.el7_4.ppc64le", "product_id": "openssl-libs-1:1.0.2k-9.el7_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-9.el7_4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le", "product": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le", "product_id": "openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-9.el7_4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.0.2k-9.el7_4.ppc64le", "product": { "name": "openssl-perl-1:1.0.2k-9.el7_4.ppc64le", "product_id": "openssl-perl-1:1.0.2k-9.el7_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-9.el7_4?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-9.el7_4.ppc64le", "product": { "name": "openssl-static-1:1.0.2k-9.el7_4.ppc64le", "product_id": "openssl-static-1:1.0.2k-9.el7_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-9.el7_4?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:openssl-1:1.0.2k-9.el7_4.src" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.src", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:openssl-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)", "product_id": "7Server-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.ppc64le" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.ppc64le", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.src as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.src" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.src", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.ppc64le", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.ppc64le", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-9.el7_4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-9.el7_4.ppc64le", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.ppc64le", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)", "product_id": "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.src as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)", "product_id": "7Server-7.4.TUS:openssl-1:1.0.2k-9.el7_4.src" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.src", "relates_to_product_reference": "7Server-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)", "product_id": "7Server-7.4.TUS:openssl-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)", "product_id": "7Server-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)", "product_id": "7Server-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)", "product_id": "7Server-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)", "product_id": "7Server-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)", "product_id": "7Server-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)", "product_id": "7Server-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)", "product_id": "7Server-7.4.TUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)", "product_id": "7Server-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)", "product_id": "7Server-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.src as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)", "product_id": "7Server-optional-7.4.AUS:openssl-1:1.0.2k-9.el7_4.src" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.src", "relates_to_product_reference": "7Server-optional-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)", "product_id": "7Server-optional-7.4.AUS:openssl-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)", "product_id": "7Server-optional-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-optional-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)", "product_id": "7Server-optional-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)", "product_id": "7Server-optional-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-optional-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)", "product_id": "7Server-optional-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)", "product_id": "7Server-optional-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-optional-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)", "product_id": "7Server-optional-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)", "product_id": "7Server-optional-7.4.AUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)", "product_id": "7Server-optional-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-optional-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)", "product_id": "7Server-optional-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.ppc64le" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.ppc64le", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.src as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.src" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.src", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.ppc64le", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.ppc64le", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-9.el7_4.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-9.el7_4.ppc64le", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.ppc64le", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)", "product_id": "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.src as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)", "product_id": "7Server-optional-7.4.TUS:openssl-1:1.0.2k-9.el7_4.src" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.src", "relates_to_product_reference": "7Server-optional-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)", "product_id": "7Server-optional-7.4.TUS:openssl-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)", "product_id": "7Server-optional-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-optional-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)", "product_id": "7Server-optional-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)", "product_id": "7Server-optional-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-optional-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)", "product_id": "7Server-optional-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)", "product_id": "7Server-optional-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-optional-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)", "product_id": "7Server-optional-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)", "product_id": "7Server-optional-7.4.TUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.i686 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)", "product_id": "7Server-optional-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.i686" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.i686", "relates_to_product_reference": "7Server-optional-7.4.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-9.el7_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)", "product_id": "7Server-optional-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-9.el7_4.x86_64", "relates_to_product_reference": "7Server-optional-7.4.TUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.4.AUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-7.4.AUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.src", "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-7.4.TUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-optional-7.4.AUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.src", "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-optional-7.4.TUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-21T12:21:57+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": [ "7Server-7.4.AUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-7.4.AUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.src", "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-7.4.TUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-optional-7.4.AUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.src", "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-optional-7.4.TUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5641" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "7Server-7.4.AUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-7.4.AUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.src", "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-7.4.TUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-optional-7.4.AUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.src", "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-optional-7.4.TUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.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": [ "7Server-7.4.AUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-7.4.AUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.src", "7Server-7.4.E4S:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.ppc64le", "7Server-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-7.4.TUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-optional-7.4.AUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.AUS:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.src", "7Server-optional-7.4.E4S:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.ppc64le", "7Server-optional-7.4.E4S:openssl-static-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-1:1.0.2k-9.el7_4.src", "7Server-optional-7.4.TUS:openssl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-debuginfo-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-devel-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-libs-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-perl-1:1.0.2k-9.el7_4.x86_64", "7Server-optional-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.i686", "7Server-optional-7.4.TUS:openssl-static-1:1.0.2k-9.el7_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2020:5566
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for openssl is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:5566", "url": "https://access.redhat.com/errata/RHSA-2020:5566" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5566.json" } ], "title": "Red Hat Security Advisory: openssl security update", "tracking": { "current_release_date": "2025-08-02T09:51:12+00:00", "generator": { "date": "2025-08-02T09:51:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:5566", "initial_release_date": "2020-12-16T12:43:39+00:00", "revision_history": [ { "date": "2020-12-16T12:43:39+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-12-16T12:43:39+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:51:12+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 Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-21.el7_9.src", "product": { "name": "openssl-1:1.0.2k-21.el7_9.src", "product_id": "openssl-1:1.0.2k-21.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-21.el7_9?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-21.el7_9.x86_64", "product": { "name": "openssl-1:1.0.2k-21.el7_9.x86_64", "product_id": "openssl-1:1.0.2k-21.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-21.el7_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-21.el7_9.x86_64", "product": { "name": "openssl-libs-1:1.0.2k-21.el7_9.x86_64", "product_id": "openssl-libs-1:1.0.2k-21.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-21.el7_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "product": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "product_id": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-21.el7_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-21.el7_9.x86_64", "product": { "name": "openssl-devel-1:1.0.2k-21.el7_9.x86_64", "product_id": "openssl-devel-1:1.0.2k-21.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-21.el7_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.0.2k-21.el7_9.x86_64", "product": { "name": "openssl-perl-1:1.0.2k-21.el7_9.x86_64", "product_id": "openssl-perl-1:1.0.2k-21.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-21.el7_9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-21.el7_9.x86_64", "product": { "name": "openssl-static-1:1.0.2k-21.el7_9.x86_64", "product_id": "openssl-static-1:1.0.2k-21.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-21.el7_9?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openssl-libs-1:1.0.2k-21.el7_9.i686", "product": { "name": "openssl-libs-1:1.0.2k-21.el7_9.i686", "product_id": "openssl-libs-1:1.0.2k-21.el7_9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-21.el7_9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "product": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "product_id": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-21.el7_9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-21.el7_9.i686", "product": { "name": "openssl-devel-1:1.0.2k-21.el7_9.i686", "product_id": "openssl-devel-1:1.0.2k-21.el7_9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-21.el7_9?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-21.el7_9.i686", "product": { "name": "openssl-static-1:1.0.2k-21.el7_9.i686", "product_id": "openssl-static-1:1.0.2k-21.el7_9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-21.el7_9?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-21.el7_9.ppc64le", "product": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64le", "product_id": "openssl-1:1.0.2k-21.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-21.el7_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "product": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "product_id": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-21.el7_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "product": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "product_id": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-21.el7_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "product": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "product_id": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-21.el7_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "product": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "product_id": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-21.el7_9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64le", "product": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64le", "product_id": "openssl-static-1:1.0.2k-21.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-21.el7_9?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-21.el7_9.ppc64", "product": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64", "product_id": "openssl-1:1.0.2k-21.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-21.el7_9?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64", "product": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64", "product_id": "openssl-devel-1:1.0.2k-21.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-21.el7_9?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64", "product": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64", "product_id": "openssl-libs-1:1.0.2k-21.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-21.el7_9?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "product": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "product_id": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-21.el7_9?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64", "product": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64", "product_id": "openssl-perl-1:1.0.2k-21.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-21.el7_9?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64", "product": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64", "product_id": "openssl-static-1:1.0.2k-21.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-21.el7_9?arch=ppc64\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc", "product": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc", "product_id": "openssl-devel-1:1.0.2k-21.el7_9.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-21.el7_9?arch=ppc\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc", "product": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc", "product_id": "openssl-libs-1:1.0.2k-21.el7_9.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-21.el7_9?arch=ppc\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "product": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "product_id": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-21.el7_9?arch=ppc\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-21.el7_9.ppc", "product": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc", "product_id": "openssl-static-1:1.0.2k-21.el7_9.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-21.el7_9?arch=ppc\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-21.el7_9.s390x", "product": { "name": "openssl-1:1.0.2k-21.el7_9.s390x", "product_id": "openssl-1:1.0.2k-21.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-21.el7_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-21.el7_9.s390x", "product": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390x", "product_id": "openssl-devel-1:1.0.2k-21.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-21.el7_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-21.el7_9.s390x", "product": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390x", "product_id": "openssl-libs-1:1.0.2k-21.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-21.el7_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "product": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "product_id": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-21.el7_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.0.2k-21.el7_9.s390x", "product": { "name": "openssl-perl-1:1.0.2k-21.el7_9.s390x", "product_id": "openssl-perl-1:1.0.2k-21.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-21.el7_9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-21.el7_9.s390x", "product": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390x", "product_id": "openssl-static-1:1.0.2k-21.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-21.el7_9?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.0.2k-21.el7_9.s390", "product": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390", "product_id": "openssl-devel-1:1.0.2k-21.el7_9.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-21.el7_9?arch=s390\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-21.el7_9.s390", "product": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390", "product_id": "openssl-libs-1:1.0.2k-21.el7_9.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-21.el7_9?arch=s390\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "product": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "product_id": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-21.el7_9?arch=s390\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-21.el7_9.s390", "product": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390", "product_id": "openssl-static-1:1.0.2k-21.el7_9.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-21.el7_9?arch=s390\u0026epoch=1" } } } ], "category": "architecture", "name": "s390" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.src" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.src", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.src", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.src", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.src" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.src", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.src", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.src" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.src", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.src", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-21.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-21.el7_9.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "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": [ "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-16T12:43:39+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5566" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.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": [ "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Client-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Client-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Client-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Server-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Server-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Server-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Workstation-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Workstation-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.src", "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-21.el7_9.x86_64", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.i686", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.ppc64le", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.s390x", "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-21.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2021:0489
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 is now available for Red Hat JBoss Web Server 3.1 for RHEL 7.\n\nRed Hat Product Security has rated this release 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": "Red Hat JBoss Web Server is a fully integrated and certified set of components for hosting Java web applications. It is comprised of the Apache HTTP Server, the Apache Tomcat Servlet container, Apache Tomcat Connector (mod_jk), JBoss HTTP Connector (mod_cluster), Hibernate, and the Tomcat Native library.\n\nThis release of Red Hat JBoss Web Server 3.1 Service Pack 11 serves as a replacement for Red Hat JBoss Web Server 3.1, and includes bug fixes, which are documented in the Release Notes document linked to in the References.\n\nSecurity Fix(es):\n\n* openssl: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:0489", "url": "https://access.redhat.com/errata/RHSA-2021:0489" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#low", "url": "https://access.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "JWS-1938", "url": "https://issues.redhat.com/browse/JWS-1938" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0489.json" } ], "title": "Red Hat Security Advisory: Red Hat JBoss Web Server 3.1 Service Pack 11 security update", "tracking": { "current_release_date": "2025-08-02T09:51:20+00:00", "generator": { "date": "2025-08-02T09:51:20+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2021:0489", "initial_release_date": "2021-02-11T13:38:43+00:00", "revision_history": [ { "date": "2021-02-11T13:38:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-02-11T13:38:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:51:20+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat JBoss Web Server 3.1 for RHEL 7", "product": { "name": "Red Hat JBoss Web Server 3.1 for RHEL 7", "product_id": "7Server-JWS-3.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_enterprise_web_server:3.1::el7" } } } ], "category": "product_family", "name": "Red Hat JBoss Web Server" }, { "branches": [ { "category": "product_version", "name": "tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.src", "product": { "name": "tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.src", "product_id": "tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/tomcat-native@1.2.23-23.redhat_23.ep7.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.x86_64", "product": { "name": "tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.x86_64", "product_id": "tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/tomcat-native@1.2.23-23.redhat_23.ep7.el7?arch=x86_64" } } }, { "category": "product_version", "name": "tomcat-native-debuginfo-0:1.2.23-23.redhat_23.ep7.el7.x86_64", "product": { "name": "tomcat-native-debuginfo-0:1.2.23-23.redhat_23.ep7.el7.x86_64", "product_id": "tomcat-native-debuginfo-0:1.2.23-23.redhat_23.ep7.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/tomcat-native-debuginfo@1.2.23-23.redhat_23.ep7.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.src as a component of Red Hat JBoss Web Server 3.1 for RHEL 7", "product_id": "7Server-JWS-3.1:tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.src" }, "product_reference": "tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.src", "relates_to_product_reference": "7Server-JWS-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.x86_64 as a component of Red Hat JBoss Web Server 3.1 for RHEL 7", "product_id": "7Server-JWS-3.1:tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.x86_64" }, "product_reference": "tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.x86_64", "relates_to_product_reference": "7Server-JWS-3.1" }, { "category": "default_component_of", "full_product_name": { "name": "tomcat-native-debuginfo-0:1.2.23-23.redhat_23.ep7.el7.x86_64 as a component of Red Hat JBoss Web Server 3.1 for RHEL 7", "product_id": "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.23-23.redhat_23.ep7.el7.x86_64" }, "product_reference": "tomcat-native-debuginfo-0:1.2.23-23.redhat_23.ep7.el7.x86_64", "relates_to_product_reference": "7Server-JWS-3.1" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-JWS-3.1:tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.src", "7Server-JWS-3.1:tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.x86_64", "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.23-23.redhat_23.ep7.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-11T13:38:43+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-JWS-3.1:tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.src", "7Server-JWS-3.1:tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.x86_64", "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.23-23.redhat_23.ep7.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0489" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "7Server-JWS-3.1:tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.src", "7Server-JWS-3.1:tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.x86_64", "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.23-23.redhat_23.ep7.el7.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": [ "7Server-JWS-3.1:tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.src", "7Server-JWS-3.1:tomcat-native-0:1.2.23-23.redhat_23.ep7.el7.x86_64", "7Server-JWS-3.1:tomcat-native-debuginfo-0:1.2.23-23.redhat_23.ep7.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2020:5623
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for openssl is now available for Red Hat Enterprise Linux 7.7 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:5623", "url": "https://access.redhat.com/errata/RHSA-2020:5623" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5623.json" } ], "title": "Red Hat Security Advisory: openssl security update", "tracking": { "current_release_date": "2025-08-02T09:51:21+00:00", "generator": { "date": "2025-08-02T09:51:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:5623", "initial_release_date": "2020-12-17T17:01:47+00:00", "revision_history": [ { "date": "2020-12-17T17:01:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-12-17T17:01:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:51:21+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:7.7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:7.7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:7.7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:7.7::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-20.el7_7.src", "product": { "name": "openssl-1:1.0.2k-20.el7_7.src", "product_id": "openssl-1:1.0.2k-20.el7_7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-20.el7_7?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-20.el7_7.x86_64", "product": { "name": "openssl-1:1.0.2k-20.el7_7.x86_64", "product_id": "openssl-1:1.0.2k-20.el7_7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-20.el7_7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-20.el7_7.x86_64", "product": { "name": "openssl-libs-1:1.0.2k-20.el7_7.x86_64", "product_id": "openssl-libs-1:1.0.2k-20.el7_7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-20.el7_7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "product": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "product_id": "openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-20.el7_7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-20.el7_7.x86_64", "product": { "name": "openssl-devel-1:1.0.2k-20.el7_7.x86_64", "product_id": "openssl-devel-1:1.0.2k-20.el7_7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-20.el7_7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.0.2k-20.el7_7.x86_64", "product": { "name": "openssl-perl-1:1.0.2k-20.el7_7.x86_64", "product_id": "openssl-perl-1:1.0.2k-20.el7_7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-20.el7_7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-20.el7_7.x86_64", "product": { "name": "openssl-static-1:1.0.2k-20.el7_7.x86_64", "product_id": "openssl-static-1:1.0.2k-20.el7_7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-20.el7_7?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openssl-libs-1:1.0.2k-20.el7_7.i686", "product": { "name": "openssl-libs-1:1.0.2k-20.el7_7.i686", "product_id": "openssl-libs-1:1.0.2k-20.el7_7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-20.el7_7?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "product": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "product_id": "openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-20.el7_7?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-20.el7_7.i686", "product": { "name": "openssl-devel-1:1.0.2k-20.el7_7.i686", "product_id": "openssl-devel-1:1.0.2k-20.el7_7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-20.el7_7?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-20.el7_7.i686", "product": { "name": "openssl-static-1:1.0.2k-20.el7_7.i686", "product_id": "openssl-static-1:1.0.2k-20.el7_7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-20.el7_7?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-20.el7_7.ppc64le", "product": { "name": "openssl-1:1.0.2k-20.el7_7.ppc64le", "product_id": "openssl-1:1.0.2k-20.el7_7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-20.el7_7?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "product": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "product_id": "openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-20.el7_7?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "product": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "product_id": "openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-20.el7_7?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "product": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "product_id": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-20.el7_7?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "product": { "name": "openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "product_id": "openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-20.el7_7?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-20.el7_7.ppc64le", "product": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc64le", "product_id": "openssl-static-1:1.0.2k-20.el7_7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-20.el7_7?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-20.el7_7.ppc64", "product": { "name": "openssl-1:1.0.2k-20.el7_7.ppc64", "product_id": "openssl-1:1.0.2k-20.el7_7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-20.el7_7?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc64", "product": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc64", "product_id": "openssl-devel-1:1.0.2k-20.el7_7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-20.el7_7?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc64", "product": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc64", "product_id": "openssl-libs-1:1.0.2k-20.el7_7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-20.el7_7?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "product": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "product_id": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-20.el7_7?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.0.2k-20.el7_7.ppc64", "product": { "name": "openssl-perl-1:1.0.2k-20.el7_7.ppc64", "product_id": "openssl-perl-1:1.0.2k-20.el7_7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-20.el7_7?arch=ppc64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-20.el7_7.ppc64", "product": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc64", "product_id": "openssl-static-1:1.0.2k-20.el7_7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-20.el7_7?arch=ppc64\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc", "product": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc", "product_id": "openssl-devel-1:1.0.2k-20.el7_7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-20.el7_7?arch=ppc\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc", "product": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc", "product_id": "openssl-libs-1:1.0.2k-20.el7_7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-20.el7_7?arch=ppc\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "product": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "product_id": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-20.el7_7?arch=ppc\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-20.el7_7.ppc", "product": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc", "product_id": "openssl-static-1:1.0.2k-20.el7_7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-20.el7_7?arch=ppc\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.0.2k-20.el7_7.s390x", "product": { "name": "openssl-1:1.0.2k-20.el7_7.s390x", "product_id": "openssl-1:1.0.2k-20.el7_7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.2k-20.el7_7?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.0.2k-20.el7_7.s390x", "product": { "name": "openssl-devel-1:1.0.2k-20.el7_7.s390x", "product_id": "openssl-devel-1:1.0.2k-20.el7_7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-20.el7_7?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-20.el7_7.s390x", "product": { "name": "openssl-libs-1:1.0.2k-20.el7_7.s390x", "product_id": "openssl-libs-1:1.0.2k-20.el7_7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-20.el7_7?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "product": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "product_id": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-20.el7_7?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.0.2k-20.el7_7.s390x", "product": { "name": "openssl-perl-1:1.0.2k-20.el7_7.s390x", "product_id": "openssl-perl-1:1.0.2k-20.el7_7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-20.el7_7?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-20.el7_7.s390x", "product": { "name": "openssl-static-1:1.0.2k-20.el7_7.s390x", "product_id": "openssl-static-1:1.0.2k-20.el7_7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-20.el7_7?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.0.2k-20.el7_7.s390", "product": { "name": "openssl-devel-1:1.0.2k-20.el7_7.s390", "product_id": "openssl-devel-1:1.0.2k-20.el7_7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-20.el7_7?arch=s390\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.0.2k-20.el7_7.s390", "product": { "name": "openssl-libs-1:1.0.2k-20.el7_7.s390", "product_id": "openssl-libs-1:1.0.2k-20.el7_7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-20.el7_7?arch=s390\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "product": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "product_id": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-20.el7_7?arch=s390\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-static-1:1.0.2k-20.el7_7.s390", "product": { "name": "openssl-static-1:1.0.2k-20.el7_7.s390", "product_id": "openssl-static-1:1.0.2k-20.el7_7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.2k-20.el7_7?arch=s390\u0026epoch=1" } } } ], "category": "architecture", "name": "s390" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.src as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.src", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode EUS (v. 7.7)", "product_id": "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.src as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.src", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.src as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.src", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.src as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.src", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-devel-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-libs-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-perl-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.i686 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.i686", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.ppc", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.ppc64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.ppc64le", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.s390 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.s390", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.s390x", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-1:1.0.2k-20.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64" }, "product_reference": "openssl-static-1:1.0.2k-20.el7_7.x86_64", "relates_to_product_reference": "7Server-optional-7.7.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "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": [ "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-17T17:01:47+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5623" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.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": [ "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7ComputeNode-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7ComputeNode-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7Server-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7Server-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.src", "7Server-optional-7.7.EUS:openssl-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-debuginfo-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-devel-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-libs-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-perl-1:1.0.2k-20.el7_7.x86_64", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.i686", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.ppc64le", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.s390x", "7Server-optional-7.7.EUS:openssl-static-1:1.0.2k-20.el7_7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2020:5422
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for openssl is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:5422", "url": "https://access.redhat.com/errata/RHSA-2020:5422" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5422.json" } ], "title": "Red Hat Security Advisory: openssl security update", "tracking": { "current_release_date": "2025-08-02T09:49:58+00:00", "generator": { "date": "2025-08-02T09:49:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:5422", "initial_release_date": "2020-12-15T09:04:53+00:00", "revision_history": [ { "date": "2020-12-15T09:04:53+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-12-15T09:04:53+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:49:58+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 EUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.2::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1c-16.el8_2.src", "product": { "name": "openssl-1:1.1.1c-16.el8_2.src", "product_id": "openssl-1:1.1.1c-16.el8_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1c-16.el8_2?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1c-16.el8_2.aarch64", "product": { "name": "openssl-1:1.1.1c-16.el8_2.aarch64", "product_id": "openssl-1:1.1.1c-16.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1c-16.el8_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1c-16.el8_2.aarch64", "product": { "name": "openssl-devel-1:1.1.1c-16.el8_2.aarch64", "product_id": "openssl-devel-1:1.1.1c-16.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-16.el8_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1c-16.el8_2.aarch64", "product": { "name": "openssl-libs-1:1.1.1c-16.el8_2.aarch64", "product_id": "openssl-libs-1:1.1.1c-16.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-16.el8_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1c-16.el8_2.aarch64", "product": { "name": "openssl-perl-1:1.1.1c-16.el8_2.aarch64", "product_id": "openssl-perl-1:1.1.1c-16.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1c-16.el8_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1c-16.el8_2.aarch64", "product": { "name": "openssl-debugsource-1:1.1.1c-16.el8_2.aarch64", "product_id": "openssl-debugsource-1:1.1.1c-16.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-16.el8_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.aarch64", "product": { "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.aarch64", "product_id": "openssl-debuginfo-1:1.1.1c-16.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-16.el8_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.aarch64", "product": { "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.aarch64", "product_id": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-16.el8_2?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1c-16.el8_2.ppc64le", "product": { "name": "openssl-1:1.1.1c-16.el8_2.ppc64le", "product_id": "openssl-1:1.1.1c-16.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1c-16.el8_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1c-16.el8_2.ppc64le", "product": { "name": "openssl-devel-1:1.1.1c-16.el8_2.ppc64le", "product_id": "openssl-devel-1:1.1.1c-16.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-16.el8_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1c-16.el8_2.ppc64le", "product": { "name": "openssl-libs-1:1.1.1c-16.el8_2.ppc64le", "product_id": "openssl-libs-1:1.1.1c-16.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-16.el8_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1c-16.el8_2.ppc64le", "product": { "name": "openssl-perl-1:1.1.1c-16.el8_2.ppc64le", "product_id": "openssl-perl-1:1.1.1c-16.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1c-16.el8_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1c-16.el8_2.ppc64le", "product": { "name": "openssl-debugsource-1:1.1.1c-16.el8_2.ppc64le", "product_id": "openssl-debugsource-1:1.1.1c-16.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-16.el8_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "product": { "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "product_id": "openssl-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-16.el8_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "product": { "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "product_id": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-16.el8_2?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1c-16.el8_2.x86_64", "product": { "name": "openssl-1:1.1.1c-16.el8_2.x86_64", "product_id": "openssl-1:1.1.1c-16.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1c-16.el8_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1c-16.el8_2.x86_64", "product": { "name": "openssl-devel-1:1.1.1c-16.el8_2.x86_64", "product_id": "openssl-devel-1:1.1.1c-16.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-16.el8_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1c-16.el8_2.x86_64", "product": { "name": "openssl-libs-1:1.1.1c-16.el8_2.x86_64", "product_id": "openssl-libs-1:1.1.1c-16.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-16.el8_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1c-16.el8_2.x86_64", "product": { "name": "openssl-perl-1:1.1.1c-16.el8_2.x86_64", "product_id": "openssl-perl-1:1.1.1c-16.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1c-16.el8_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1c-16.el8_2.x86_64", "product": { "name": "openssl-debugsource-1:1.1.1c-16.el8_2.x86_64", "product_id": "openssl-debugsource-1:1.1.1c-16.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-16.el8_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.x86_64", "product": { "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.x86_64", "product_id": "openssl-debuginfo-1:1.1.1c-16.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-16.el8_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.x86_64", "product": { "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.x86_64", "product_id": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-16.el8_2?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.1.1c-16.el8_2.i686", "product": { "name": "openssl-devel-1:1.1.1c-16.el8_2.i686", "product_id": "openssl-devel-1:1.1.1c-16.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-16.el8_2?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1c-16.el8_2.i686", "product": { "name": "openssl-libs-1:1.1.1c-16.el8_2.i686", "product_id": "openssl-libs-1:1.1.1c-16.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-16.el8_2?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1c-16.el8_2.i686", "product": { "name": "openssl-debugsource-1:1.1.1c-16.el8_2.i686", "product_id": "openssl-debugsource-1:1.1.1c-16.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-16.el8_2?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.i686", "product": { "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.i686", "product_id": "openssl-debuginfo-1:1.1.1c-16.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-16.el8_2?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.i686", "product": { "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.i686", "product_id": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-16.el8_2?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1c-16.el8_2.s390x", "product": { "name": "openssl-1:1.1.1c-16.el8_2.s390x", "product_id": "openssl-1:1.1.1c-16.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1c-16.el8_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1c-16.el8_2.s390x", "product": { "name": "openssl-devel-1:1.1.1c-16.el8_2.s390x", "product_id": "openssl-devel-1:1.1.1c-16.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-16.el8_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1c-16.el8_2.s390x", "product": { "name": "openssl-libs-1:1.1.1c-16.el8_2.s390x", "product_id": "openssl-libs-1:1.1.1c-16.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-16.el8_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1c-16.el8_2.s390x", "product": { "name": "openssl-perl-1:1.1.1c-16.el8_2.s390x", "product_id": "openssl-perl-1:1.1.1c-16.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1c-16.el8_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1c-16.el8_2.s390x", "product": { "name": "openssl-debugsource-1:1.1.1c-16.el8_2.s390x", "product_id": "openssl-debugsource-1:1.1.1c-16.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-16.el8_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.s390x", "product": { "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.s390x", "product_id": "openssl-debuginfo-1:1.1.1c-16.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-16.el8_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.s390x", "product": { "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.s390x", "product_id": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-16.el8_2?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1c-16.el8_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.aarch64" }, "product_reference": "openssl-1:1.1.1c-16.el8_2.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1c-16.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.ppc64le" }, "product_reference": "openssl-1:1.1.1c-16.el8_2.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1c-16.el8_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.s390x" }, "product_reference": "openssl-1:1.1.1c-16.el8_2.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1c-16.el8_2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.src" }, "product_reference": "openssl-1:1.1.1c-16.el8_2.src", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1c-16.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.x86_64" }, "product_reference": "openssl-1:1.1.1c-16.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.aarch64" }, "product_reference": "openssl-debuginfo-1:1.1.1c-16.el8_2.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.i686" }, "product_reference": "openssl-debuginfo-1:1.1.1c-16.el8_2.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.s390x" }, "product_reference": "openssl-debuginfo-1:1.1.1c-16.el8_2.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1c-16.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.x86_64" }, "product_reference": "openssl-debuginfo-1:1.1.1c-16.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1c-16.el8_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.aarch64" }, "product_reference": "openssl-debugsource-1:1.1.1c-16.el8_2.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1c-16.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.i686" }, "product_reference": "openssl-debugsource-1:1.1.1c-16.el8_2.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1c-16.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.ppc64le" }, "product_reference": "openssl-debugsource-1:1.1.1c-16.el8_2.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1c-16.el8_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.s390x" }, "product_reference": "openssl-debugsource-1:1.1.1c-16.el8_2.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1c-16.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.x86_64" }, "product_reference": "openssl-debugsource-1:1.1.1c-16.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1c-16.el8_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.aarch64" }, "product_reference": "openssl-devel-1:1.1.1c-16.el8_2.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1c-16.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.i686" }, "product_reference": "openssl-devel-1:1.1.1c-16.el8_2.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1c-16.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.ppc64le" }, "product_reference": "openssl-devel-1:1.1.1c-16.el8_2.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1c-16.el8_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.s390x" }, "product_reference": "openssl-devel-1:1.1.1c-16.el8_2.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1c-16.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.x86_64" }, "product_reference": "openssl-devel-1:1.1.1c-16.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1c-16.el8_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.aarch64" }, "product_reference": "openssl-libs-1:1.1.1c-16.el8_2.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1c-16.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.i686" }, "product_reference": "openssl-libs-1:1.1.1c-16.el8_2.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1c-16.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.ppc64le" }, "product_reference": "openssl-libs-1:1.1.1c-16.el8_2.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1c-16.el8_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.s390x" }, "product_reference": "openssl-libs-1:1.1.1c-16.el8_2.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1c-16.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.x86_64" }, "product_reference": "openssl-libs-1:1.1.1c-16.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.aarch64" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.i686" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.ppc64le" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.s390x" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.x86_64" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1c-16.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1c-16.el8_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.aarch64" }, "product_reference": "openssl-perl-1:1.1.1c-16.el8_2.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1c-16.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.ppc64le" }, "product_reference": "openssl-perl-1:1.1.1c-16.el8_2.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1c-16.el8_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.s390x" }, "product_reference": "openssl-perl-1:1.1.1c-16.el8_2.s390x", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1c-16.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.x86_64" }, "product_reference": "openssl-perl-1:1.1.1c-16.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "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": [ "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.src", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-15T09:04:53+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": [ "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.src", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5422" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.src", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.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": [ "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.src", "BaseOS-8.2.0.Z.EUS:openssl-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-debuginfo-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-debugsource-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-devel-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-libs-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.i686", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1c-16.el8_2.x86_64", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.aarch64", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.ppc64le", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.s390x", "BaseOS-8.2.0.Z.EUS:openssl-perl-1:1.1.1c-16.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2020:5588
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for openssl is now available for Red Hat Enterprise Linux 8.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:5588", "url": "https://access.redhat.com/errata/RHSA-2020:5588" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5588.json" } ], "title": "Red Hat Security Advisory: openssl security update", "tracking": { "current_release_date": "2025-08-02T09:51:03+00:00", "generator": { "date": "2025-08-02T09:51:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:5588", "initial_release_date": "2020-12-16T15:15:01+00:00", "revision_history": [ { "date": "2020-12-16T15:15:01+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-12-16T15:15:01+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:51:03+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 E4S (v. 8.0)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:8.0::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1-9.el8_0.src", "product": { "name": "openssl-1:1.1.1-9.el8_0.src", "product_id": "openssl-1:1.1.1-9.el8_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1-9.el8_0?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1-9.el8_0.ppc64le", "product": { "name": "openssl-1:1.1.1-9.el8_0.ppc64le", "product_id": "openssl-1:1.1.1-9.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1-9.el8_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1-9.el8_0.ppc64le", "product": { "name": "openssl-devel-1:1.1.1-9.el8_0.ppc64le", "product_id": "openssl-devel-1:1.1.1-9.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1-9.el8_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1-9.el8_0.ppc64le", "product": { "name": "openssl-libs-1:1.1.1-9.el8_0.ppc64le", "product_id": "openssl-libs-1:1.1.1-9.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1-9.el8_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1-9.el8_0.ppc64le", "product": { "name": "openssl-perl-1:1.1.1-9.el8_0.ppc64le", "product_id": "openssl-perl-1:1.1.1-9.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1-9.el8_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1-9.el8_0.ppc64le", "product": { "name": "openssl-debugsource-1:1.1.1-9.el8_0.ppc64le", "product_id": "openssl-debugsource-1:1.1.1-9.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1-9.el8_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1-9.el8_0.ppc64le", "product": { "name": "openssl-debuginfo-1:1.1.1-9.el8_0.ppc64le", "product_id": "openssl-debuginfo-1:1.1.1-9.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1-9.el8_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.ppc64le", "product": { "name": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.ppc64le", "product_id": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1-9.el8_0?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1-9.el8_0.x86_64", "product": { "name": "openssl-1:1.1.1-9.el8_0.x86_64", "product_id": "openssl-1:1.1.1-9.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1-9.el8_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1-9.el8_0.x86_64", "product": { "name": "openssl-devel-1:1.1.1-9.el8_0.x86_64", "product_id": "openssl-devel-1:1.1.1-9.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1-9.el8_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1-9.el8_0.x86_64", "product": { "name": "openssl-libs-1:1.1.1-9.el8_0.x86_64", "product_id": "openssl-libs-1:1.1.1-9.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1-9.el8_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1-9.el8_0.x86_64", "product": { "name": "openssl-perl-1:1.1.1-9.el8_0.x86_64", "product_id": "openssl-perl-1:1.1.1-9.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1-9.el8_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1-9.el8_0.x86_64", "product": { "name": "openssl-debugsource-1:1.1.1-9.el8_0.x86_64", "product_id": "openssl-debugsource-1:1.1.1-9.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1-9.el8_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1-9.el8_0.x86_64", "product": { "name": "openssl-debuginfo-1:1.1.1-9.el8_0.x86_64", "product_id": "openssl-debuginfo-1:1.1.1-9.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1-9.el8_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.x86_64", "product": { "name": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.x86_64", "product_id": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1-9.el8_0?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.1.1-9.el8_0.i686", "product": { "name": "openssl-devel-1:1.1.1-9.el8_0.i686", "product_id": "openssl-devel-1:1.1.1-9.el8_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1-9.el8_0?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1-9.el8_0.i686", "product": { "name": "openssl-libs-1:1.1.1-9.el8_0.i686", "product_id": "openssl-libs-1:1.1.1-9.el8_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1-9.el8_0?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1-9.el8_0.i686", "product": { "name": "openssl-debugsource-1:1.1.1-9.el8_0.i686", "product_id": "openssl-debugsource-1:1.1.1-9.el8_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1-9.el8_0?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1-9.el8_0.i686", "product": { "name": "openssl-debuginfo-1:1.1.1-9.el8_0.i686", "product_id": "openssl-debuginfo-1:1.1.1-9.el8_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1-9.el8_0?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.i686", "product": { "name": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.i686", "product_id": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1-9.el8_0?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1-9.el8_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.ppc64le" }, "product_reference": "openssl-1:1.1.1-9.el8_0.ppc64le", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1-9.el8_0.src as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.src" }, "product_reference": "openssl-1:1.1.1-9.el8_0.src", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1-9.el8_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.x86_64" }, "product_reference": "openssl-1:1.1.1-9.el8_0.x86_64", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1-9.el8_0.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.i686" }, "product_reference": "openssl-debuginfo-1:1.1.1-9.el8_0.i686", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1-9.el8_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.1.1-9.el8_0.ppc64le", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1-9.el8_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.x86_64" }, "product_reference": "openssl-debuginfo-1:1.1.1-9.el8_0.x86_64", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1-9.el8_0.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.i686" }, "product_reference": "openssl-debugsource-1:1.1.1-9.el8_0.i686", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1-9.el8_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.ppc64le" }, "product_reference": "openssl-debugsource-1:1.1.1-9.el8_0.ppc64le", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1-9.el8_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.x86_64" }, "product_reference": "openssl-debugsource-1:1.1.1-9.el8_0.x86_64", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1-9.el8_0.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.i686" }, "product_reference": "openssl-devel-1:1.1.1-9.el8_0.i686", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1-9.el8_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.ppc64le" }, "product_reference": "openssl-devel-1:1.1.1-9.el8_0.ppc64le", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1-9.el8_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.x86_64" }, "product_reference": "openssl-devel-1:1.1.1-9.el8_0.x86_64", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1-9.el8_0.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.i686" }, "product_reference": "openssl-libs-1:1.1.1-9.el8_0.i686", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1-9.el8_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.ppc64le" }, "product_reference": "openssl-libs-1:1.1.1-9.el8_0.ppc64le", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1-9.el8_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.x86_64" }, "product_reference": "openssl-libs-1:1.1.1-9.el8_0.x86_64", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.i686" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.i686", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.ppc64le" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.ppc64le", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.x86_64" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1-9.el8_0.x86_64", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1-9.el8_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-perl-1:1.1.1-9.el8_0.ppc64le" }, "product_reference": "openssl-perl-1:1.1.1-9.el8_0.ppc64le", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1-9.el8_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.0)", "product_id": "BaseOS-8.0.0.Z.E4S:openssl-perl-1:1.1.1-9.el8_0.x86_64" }, "product_reference": "openssl-perl-1:1.1.1-9.el8_0.x86_64", "relates_to_product_reference": "BaseOS-8.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "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": [ "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.src", "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-perl-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-perl-1:1.1.1-9.el8_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-16T15:15:01+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.src", "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-perl-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-perl-1:1.1.1-9.el8_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5588" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.src", "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-perl-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-perl-1:1.1.1-9.el8_0.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": [ "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.src", "BaseOS-8.0.0.Z.E4S:openssl-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-debuginfo-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-debugsource-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-devel-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-libs-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.i686", "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1-9.el8_0.x86_64", "BaseOS-8.0.0.Z.E4S:openssl-perl-1:1.1.1-9.el8_0.ppc64le", "BaseOS-8.0.0.Z.E4S:openssl-perl-1:1.1.1-9.el8_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2021:0495
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat JBoss Web Server 5.4.1 zip release is now available for Red Hat Enterprise Linux 7, Red Hat Enterprise Linux 8 and Windows.\n\nRed Hat Product Security has rated this release as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat JBoss Web Server is a fully integrated and certified set of components for hosting Java web applications. It is comprised of the Apache Tomcat Servlet container, JBoss HTTP Connector (mod_cluster), the PicketLink Vault extension for Apache Tomcat, and the Tomcat Native library.\n\nThis release of Red Hat JBoss Web Server 5.4.1 serves as a replacement for Red Hat JBoss Web Server 5.4.0, and includes bug fixes, enhancements, and component upgrades, which are documented in the Release Notes, linked to in the References.\n\nSecurity Fix(es):\n\n* tomcat: Apache Tomcat HTTP/2 Request mix-up (CVE-2020-13943)\n* tomcat: HTTP/2 request header mix-up (CVE-2020-17527)\n* tomcat: Information disclosure when using NTFS file system (CVE-2021-24122)\n* openssl: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:0495", "url": "https://access.redhat.com/errata/RHSA-2021:0495" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=webserver\u0026downloadType=securityPatches\u0026version=5.4", "url": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=webserver\u0026downloadType=securityPatches\u0026version=5.4" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.4/", "url": "https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.4/" }, { "category": "external", "summary": "1887648", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1887648" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "1904221", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1904221" }, { "category": "external", "summary": "1917209", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1917209" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0495.json" } ], "title": "Red Hat Security Advisory: Red Hat JBoss Web Server 5.4.1 Security Update", "tracking": { "current_release_date": "2025-08-04T07:13:10+00:00", "generator": { "date": "2025-08-04T07:13:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2021:0495", "initial_release_date": "2021-02-11T13:51:32+00:00", "revision_history": [ { "date": "2021-02-11T13:51:32+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-02-11T13:51:32+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-04T07:13:10+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat JBoss Web Server 5", "product": { "name": "Red Hat JBoss Web Server 5", "product_id": "Red Hat JBoss Web Server 5", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_enterprise_web_server:5.4" } } } ], "category": "product_family", "name": "Red Hat JBoss Web Server" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat JBoss Web Server 5" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-11T13:51:32+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link for the update. You must be logged in to download the update.", "product_ids": [ "Red Hat JBoss Web Server 5" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0495" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "Red Hat JBoss Web Server 5" ] } ], "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": [ "Red Hat JBoss Web Server 5" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" }, { "cve": "CVE-2020-13943", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2020-10-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1887648" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Tomcat. If an HTTP/2 client exceeded the agreed maximum number of concurrent streams for a connection (in violation of the HTTP/2 protocol), it is possible that a subsequent request made on that connection could contain HTTP headers - including HTTP/2 pseudo headers - from a previous request rather than the intended headers. This could lead to users seeing responses for unexpected resources. The highest threat from this vulnerability is to data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: Apache Tomcat HTTP/2 Request mix-up", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 8\u0027s Identity Management is using an affected version of Tomcat bundled within PKI servlet engine, however HTTP/2 protocol is not supported by this component.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat JBoss Web Server 5" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-13943" }, { "category": "external", "summary": "RHBZ#1887648", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1887648" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-13943", "url": "https://www.cve.org/CVERecord?id=CVE-2020-13943" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-13943", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13943" }, { "category": "external", "summary": "http://mail-archives.apache.org/mod_mbox/tomcat-announce/202010.mbox/%3C2b767c6e-dcb9-5816-bd69-a3bc0771fef3%40apache.org%3E", "url": "http://mail-archives.apache.org/mod_mbox/tomcat-announce/202010.mbox/%3C2b767c6e-dcb9-5816-bd69-a3bc0771fef3%40apache.org%3E" }, { "category": "external", "summary": "http://tomcat.apache.org/security-10.html#Fixed_in_Apache_Tomcat_10.0.0-M8", "url": "http://tomcat.apache.org/security-10.html#Fixed_in_Apache_Tomcat_10.0.0-M8" }, { "category": "external", "summary": "http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.58", "url": "http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.58" }, { "category": "external", "summary": "http://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.38", "url": "http://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.38" } ], "release_date": "2020-10-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-11T13:51:32+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link for the update. You must be logged in to download the update.", "product_ids": [ "Red Hat JBoss Web Server 5" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0495" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat JBoss Web Server 5" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: Apache Tomcat HTTP/2 Request mix-up" }, { "cve": "CVE-2020-17527", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2020-12-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1904221" } ], "notes": [ { "category": "description", "text": "While investigating bug 64830 it was discovered that Apache Tomcat 10.0.0-M1 to 10.0.0-M9, 9.0.0-M1 to 9.0.39 and 8.5.0 to 8.5.59 could re-use an HTTP request header value from the previous stream received on an HTTP/2 connection for the request associated with the subsequent stream. While this would most likely lead to an error and the closure of the HTTP/2 connection, it is possible that information could leak between requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: HTTP/2 request header mix-up", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 8\u0027s Identity Management and Certificate System are using a vulnerable version of Tomcat that is bundled into the pki-servlet-engine component. However, HTTP/2 is not enabled in such a configuration, and it is not possible to trigger the flaw in a supported setup. A future update may fix the code.\n\nRed Hat Enterprise Linux 7\u0027s tomcat package, Identity Management, and Certificate System are all not affected by this flaw because HTTP/2 is not supported in the shipped version of tomcat in those packages.\n\ntomcat5 and tomcat6 in Red Hat Enterprise Linux 5 and 6 (respectively) are not affected by this flaw because HTTP/2 is not supported in the shipped versions of those packages.\n\npki-servlet-engine has been obsoleted by Tomcat in Red Hat Enterprise Linux 8.9 and later. Therefore no additional fixes would be made available for the servlet engine.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat JBoss Web Server 5" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-17527" }, { "category": "external", "summary": "RHBZ#1904221", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1904221" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-17527", "url": "https://www.cve.org/CVERecord?id=CVE-2020-17527" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-17527", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-17527" }, { "category": "external", "summary": "http://tomcat.apache.org/security-10.html#Fixed_in_Apache_Tomcat_10.0.0-M10", "url": "http://tomcat.apache.org/security-10.html#Fixed_in_Apache_Tomcat_10.0.0-M10" }, { "category": "external", "summary": "http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.60", "url": "http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.60" }, { "category": "external", "summary": "http://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.40", "url": "http://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.40" } ], "release_date": "2020-12-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-11T13:51:32+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link for the update. You must be logged in to download the update.", "product_ids": [ "Red Hat JBoss Web Server 5" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0495" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat JBoss Web Server 5" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: HTTP/2 request header mix-up" }, { "cve": "CVE-2021-24122", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2021-01-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1917209" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Tomcat. When serving resources from a network location using the NTFS file system, it was possible to bypass security constraints and view the source code for JSPs in some configurations. The root cause was the unexpected behavior of the JRE API File.getCanonicalPath(), which was caused by the inconsistent behavior of the Windows API (FindFirstFileW) in some circumstances. The highest threat from this vulnerability is to confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: Information disclosure when using NTFS file system", "title": "Vulnerability summary" }, { "category": "other", "text": "In Red Hat OpenStack Platform\u0027s OpenDaylight, tomcat is disabled by default. Further, ODL deployments are not supported on untrusted administrator networks; even if tomcat is enabled, if random users can access it, this would be in an unsupported configuration. For this reason, the RHOSP impact has been reduced and no update will be provided at this time for the ODL tomcat package.\n\nThis flaw does not affect tomcat or pki-servlet-engine as shipped with Red Hat Enterprise Linux 6, 7, or 8 because the functionality involving FindFirstFileW() is specific to the Windows native code. Additionally, RHEL is not shipped with NTFS support.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat JBoss Web Server 5" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-24122" }, { "category": "external", "summary": "RHBZ#1917209", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1917209" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-24122", "url": "https://www.cve.org/CVERecord?id=CVE-2021-24122" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-24122", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-24122" }, { "category": "external", "summary": "http://mail-archives.apache.org/mod_mbox/tomcat-announce/202101.mbox/%3Cf3765f21-969d-7f21-e34a-efc106175373%40apache.org%3E", "url": "http://mail-archives.apache.org/mod_mbox/tomcat-announce/202101.mbox/%3Cf3765f21-969d-7f21-e34a-efc106175373%40apache.org%3E" }, { "category": "external", "summary": "http://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.107", "url": "http://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.107" }, { "category": "external", "summary": "http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.60", "url": "http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.60" }, { "category": "external", "summary": "http://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.40", "url": "http://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.40" } ], "release_date": "2021-01-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-11T13:51:32+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link for the update. You must be logged in to download the update.", "product_ids": [ "Red Hat JBoss Web Server 5" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0495" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat JBoss Web Server 5" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: Information disclosure when using NTFS file system" } ] }
rhsa-2021:0494
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated Red Hat JBoss Web Server 5.4.1 packages are now available for Red Hat Enterprise Linux 7, and Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this release as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat JBoss Web Server is a fully integrated and certified set of components for hosting Java web applications. It is comprised of the Apache Tomcat Servlet container, JBoss HTTP Connector (mod_cluster), the PicketLink Vault extension for Apache Tomcat, and the Tomcat Native library.\n\nThis release of Red Hat JBoss Web Server 5.4.1 serves as a replacement for Red Hat JBoss Web Server 5.4.0, and includes bug fixes, enhancements and component upgrades, which are documented in the Release Notes, linked to in the References.\n\nSecurity Fix(es):\n\n* tomcat: Apache Tomcat HTTP/2 Request mix-up (CVE-2020-13943)\n* tomcat: HTTP/2 request header mix-up (CVE-2020-17527)\n* tomcat: Information disclosure when using NTFS file system (CVE-2021-24122)\n* openssl: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:0494", "url": "https://access.redhat.com/errata/RHSA-2021:0494" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1887648", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1887648" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "1904221", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1904221" }, { "category": "external", "summary": "1917209", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1917209" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0494.json" } ], "title": "Red Hat Security Advisory: Red Hat JBoss Web Server 5.4.1 Security Update", "tracking": { "current_release_date": "2025-08-04T07:13:03+00:00", "generator": { "date": "2025-08-04T07:13:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2021:0494", "initial_release_date": "2021-02-11T13:51:48+00:00", "revision_history": [ { "date": "2021-02-11T13:51:48+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-02-11T13:51:48+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-04T07:13:03+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product": { "name": "Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_enterprise_web_server:5.4::el7" } } }, { "category": "product_name", "name": "Red Hat JBoss Web Server 5.4 for RHEL 8", "product": { "name": "Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_enterprise_web_server:5.4::el8" } } } ], "category": "product_family", "name": "Red Hat JBoss Web Server" }, { "branches": [ { "category": "product_version", "name": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "product": { "name": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "product_id": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-native@1.2.25-3.redhat_3.el7jws?arch=src" } } }, { "category": "product_version", "name": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "product": { "name": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "product_id": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat@9.0.36-9.redhat_8.1.el7jws?arch=src" } } }, { "category": "product_version", "name": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "product": { "name": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "product_id": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-native@1.2.25-3.redhat_3.el8jws?arch=src" } } }, { "category": "product_version", "name": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "product": { "name": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "product_id": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat@9.0.36-9.redhat_8.1.el8jws?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "product": { "name": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "product_id": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-native@1.2.25-3.redhat_3.el7jws?arch=x86_64" } } }, { "category": "product_version", "name": "jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "product": { "name": "jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "product_id": "jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-native-debuginfo@1.2.25-3.redhat_3.el7jws?arch=x86_64" } } }, { "category": "product_version", "name": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "product": { "name": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "product_id": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-native@1.2.25-3.redhat_3.el8jws?arch=x86_64" } } }, { "category": "product_version", "name": "jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "product": { "name": "jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "product_id": "jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-native-debuginfo@1.2.25-3.redhat_3.el8jws?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product": { "name": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_id": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat@9.0.36-9.redhat_8.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product": { "name": "jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_id": "jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-admin-webapps@9.0.36-9.redhat_8.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product": { "name": "jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_id": "jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-docs-webapp@9.0.36-9.redhat_8.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product": { "name": "jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_id": "jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-el-3.0-api@9.0.36-9.redhat_8.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product": { "name": "jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_id": "jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-javadoc@9.0.36-9.redhat_8.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product": { "name": "jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_id": "jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-jsp-2.3-api@9.0.36-9.redhat_8.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product": { "name": "jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_id": "jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-lib@9.0.36-9.redhat_8.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product": { "name": "jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_id": "jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-selinux@9.0.36-9.redhat_8.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product": { "name": "jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_id": "jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-servlet-4.0-api@9.0.36-9.redhat_8.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product": { "name": "jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_id": "jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-webapps@9.0.36-9.redhat_8.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product": { "name": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_id": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat@9.0.36-9.redhat_8.1.el8jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product": { "name": "jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_id": "jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-admin-webapps@9.0.36-9.redhat_8.1.el8jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product": { "name": "jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_id": "jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-docs-webapp@9.0.36-9.redhat_8.1.el8jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product": { "name": "jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_id": "jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-el-3.0-api@9.0.36-9.redhat_8.1.el8jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product": { "name": "jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_id": "jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-javadoc@9.0.36-9.redhat_8.1.el8jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product": { "name": "jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_id": "jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-jsp-2.3-api@9.0.36-9.redhat_8.1.el8jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product": { "name": "jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_id": "jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-lib@9.0.36-9.redhat_8.1.el8jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product": { "name": "jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_id": "jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-selinux@9.0.36-9.redhat_8.1.el8jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product": { "name": "jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_id": "jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-servlet-4.0-api@9.0.36-9.redhat_8.1.el8jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product": { "name": "jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_id": "jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-webapps@9.0.36-9.redhat_8.1.el8jws?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch" }, "product_reference": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src" }, "product_reference": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch" }, "product_reference": "jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch" }, "product_reference": "jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch" }, "product_reference": "jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch" }, "product_reference": "jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch" }, "product_reference": "jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch" }, "product_reference": "jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src" }, "product_reference": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64 as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64" }, "product_reference": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64 as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64" }, "product_reference": "jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch" }, "product_reference": "jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch" }, "product_reference": "jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 7 Server", "product_id": "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch" }, "product_reference": "jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "relates_to_product_reference": "7Server-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch" }, "product_reference": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "relates_to_product_reference": "8Base-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src" }, "product_reference": "jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "relates_to_product_reference": "8Base-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" }, "product_reference": "jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "relates_to_product_reference": "8Base-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch" }, "product_reference": "jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "relates_to_product_reference": "8Base-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch" }, "product_reference": "jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "relates_to_product_reference": "8Base-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch" }, "product_reference": "jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "relates_to_product_reference": "8Base-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch" }, "product_reference": "jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "relates_to_product_reference": "8Base-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch" }, "product_reference": "jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "relates_to_product_reference": "8Base-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src" }, "product_reference": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "relates_to_product_reference": "8Base-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64 as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64" }, "product_reference": "jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "relates_to_product_reference": "8Base-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64 as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64" }, "product_reference": "jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "relates_to_product_reference": "8Base-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch" }, "product_reference": "jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "relates_to_product_reference": "8Base-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch" }, "product_reference": "jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "relates_to_product_reference": "8Base-JWS-5.4" }, { "category": "default_component_of", "full_product_name": { "name": "jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch as a component of Red Hat JBoss Web Server 5.4 for RHEL 8", "product_id": "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" }, "product_reference": "jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "relates_to_product_reference": "8Base-JWS-5.4" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-11T13:51:48+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0494" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" ] } ], "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": [ "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" }, { "cve": "CVE-2020-13943", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2020-10-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1887648" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Tomcat. If an HTTP/2 client exceeded the agreed maximum number of concurrent streams for a connection (in violation of the HTTP/2 protocol), it is possible that a subsequent request made on that connection could contain HTTP headers - including HTTP/2 pseudo headers - from a previous request rather than the intended headers. This could lead to users seeing responses for unexpected resources. The highest threat from this vulnerability is to data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: Apache Tomcat HTTP/2 Request mix-up", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 8\u0027s Identity Management is using an affected version of Tomcat bundled within PKI servlet engine, however HTTP/2 protocol is not supported by this component.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-13943" }, { "category": "external", "summary": "RHBZ#1887648", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1887648" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-13943", "url": "https://www.cve.org/CVERecord?id=CVE-2020-13943" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-13943", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13943" }, { "category": "external", "summary": "http://mail-archives.apache.org/mod_mbox/tomcat-announce/202010.mbox/%3C2b767c6e-dcb9-5816-bd69-a3bc0771fef3%40apache.org%3E", "url": "http://mail-archives.apache.org/mod_mbox/tomcat-announce/202010.mbox/%3C2b767c6e-dcb9-5816-bd69-a3bc0771fef3%40apache.org%3E" }, { "category": "external", "summary": "http://tomcat.apache.org/security-10.html#Fixed_in_Apache_Tomcat_10.0.0-M8", "url": "http://tomcat.apache.org/security-10.html#Fixed_in_Apache_Tomcat_10.0.0-M8" }, { "category": "external", "summary": "http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.58", "url": "http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.58" }, { "category": "external", "summary": "http://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.38", "url": "http://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.38" } ], "release_date": "2020-10-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-11T13:51:48+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0494" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: Apache Tomcat HTTP/2 Request mix-up" }, { "cve": "CVE-2020-17527", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2020-12-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1904221" } ], "notes": [ { "category": "description", "text": "While investigating bug 64830 it was discovered that Apache Tomcat 10.0.0-M1 to 10.0.0-M9, 9.0.0-M1 to 9.0.39 and 8.5.0 to 8.5.59 could re-use an HTTP request header value from the previous stream received on an HTTP/2 connection for the request associated with the subsequent stream. While this would most likely lead to an error and the closure of the HTTP/2 connection, it is possible that information could leak between requests.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: HTTP/2 request header mix-up", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 8\u0027s Identity Management and Certificate System are using a vulnerable version of Tomcat that is bundled into the pki-servlet-engine component. However, HTTP/2 is not enabled in such a configuration, and it is not possible to trigger the flaw in a supported setup. A future update may fix the code.\n\nRed Hat Enterprise Linux 7\u0027s tomcat package, Identity Management, and Certificate System are all not affected by this flaw because HTTP/2 is not supported in the shipped version of tomcat in those packages.\n\ntomcat5 and tomcat6 in Red Hat Enterprise Linux 5 and 6 (respectively) are not affected by this flaw because HTTP/2 is not supported in the shipped versions of those packages.\n\npki-servlet-engine has been obsoleted by Tomcat in Red Hat Enterprise Linux 8.9 and later. Therefore no additional fixes would be made available for the servlet engine.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-17527" }, { "category": "external", "summary": "RHBZ#1904221", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1904221" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-17527", "url": "https://www.cve.org/CVERecord?id=CVE-2020-17527" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-17527", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-17527" }, { "category": "external", "summary": "http://tomcat.apache.org/security-10.html#Fixed_in_Apache_Tomcat_10.0.0-M10", "url": "http://tomcat.apache.org/security-10.html#Fixed_in_Apache_Tomcat_10.0.0-M10" }, { "category": "external", "summary": "http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.60", "url": "http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.60" }, { "category": "external", "summary": "http://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.40", "url": "http://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.40" } ], "release_date": "2020-12-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-11T13:51:48+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0494" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: HTTP/2 request header mix-up" }, { "cve": "CVE-2021-24122", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2021-01-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1917209" } ], "notes": [ { "category": "description", "text": "A flaw was found in Apache Tomcat. When serving resources from a network location using the NTFS file system, it was possible to bypass security constraints and view the source code for JSPs in some configurations. The root cause was the unexpected behavior of the JRE API File.getCanonicalPath(), which was caused by the inconsistent behavior of the Windows API (FindFirstFileW) in some circumstances. The highest threat from this vulnerability is to confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "tomcat: Information disclosure when using NTFS file system", "title": "Vulnerability summary" }, { "category": "other", "text": "In Red Hat OpenStack Platform\u0027s OpenDaylight, tomcat is disabled by default. Further, ODL deployments are not supported on untrusted administrator networks; even if tomcat is enabled, if random users can access it, this would be in an unsupported configuration. For this reason, the RHOSP impact has been reduced and no update will be provided at this time for the ODL tomcat package.\n\nThis flaw does not affect tomcat or pki-servlet-engine as shipped with Red Hat Enterprise Linux 6, 7, or 8 because the functionality involving FindFirstFileW() is specific to the Windows native code. Additionally, RHEL is not shipped with NTFS support.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-24122" }, { "category": "external", "summary": "RHBZ#1917209", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1917209" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-24122", "url": "https://www.cve.org/CVERecord?id=CVE-2021-24122" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-24122", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-24122" }, { "category": "external", "summary": "http://mail-archives.apache.org/mod_mbox/tomcat-announce/202101.mbox/%3Cf3765f21-969d-7f21-e34a-efc106175373%40apache.org%3E", "url": "http://mail-archives.apache.org/mod_mbox/tomcat-announce/202101.mbox/%3Cf3765f21-969d-7f21-e34a-efc106175373%40apache.org%3E" }, { "category": "external", "summary": "http://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.107", "url": "http://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.107" }, { "category": "external", "summary": "http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.60", "url": "http://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.60" }, { "category": "external", "summary": "http://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.40", "url": "http://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.40" } ], "release_date": "2021-01-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-11T13:51:48+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0494" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.src", "7Server-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el7jws.x86_64", "7Server-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el7jws.noarch", "7Server-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el7jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-0:9.0.36-9.redhat_8.1.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-admin-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-docs-webapp-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-el-3.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-javadoc-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-jsp-2.3-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-lib-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.src", "8Base-JWS-5.4:jws5-tomcat-native-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-native-debuginfo-0:1.2.25-3.redhat_3.el8jws.x86_64", "8Base-JWS-5.4:jws5-tomcat-selinux-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-servlet-4.0-api-0:9.0.36-9.redhat_8.1.el8jws.noarch", "8Base-JWS-5.4:jws5-tomcat-webapps-0:9.0.36-9.redhat_8.1.el8jws.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "tomcat: Information disclosure when using NTFS file system" } ] }
rhsa-2021:0488
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": "Red Hat JBoss Core Services Pack Apache Server 2.4.37 Service Pack 6 zip release for RHEL 7, RHEL 8 and Microsoft Windows is available.\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": "Red Hat JBoss Core Services is a set of supplementary software for Red Hat JBoss middleware products. This software, such as Apache HTTP Server, is common to multiple JBoss middleware products, and is packaged under Red Hat JBoss Core Services to allow for faster distribution of updates, and for a more consistent update experience.\n\nThis release adds the new Apache HTTP Server 2.4.37 Service Pack 6 packages that are part of the JBoss Core Services offering.\n\nThis release serves as a replacement for Red Hat JBoss Core Services Pack Apache Server 2.4.37 Service Pack 5 and includes bug fixes and enhancements. Refer to the Release Notes for information on the most significant bug fixes and enhancements included in this release.\n\nSecurity fix(es):\n\n* openssl: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:0488", "url": "https://access.redhat.com/errata/RHSA-2021:0488" }, { "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/jbossnetwork/restricted/listSoftware.html?product=core.service.apachehttp\u0026downloadType=securityPatches\u0026version=2.4.37", "url": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=core.service.apachehttp\u0026downloadType=securityPatches\u0026version=2.4.37" }, { "category": "external", "summary": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=core.service.openssl\u0026downloadType=securityPatches\u0026version=1.1.1c", "url": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=core.service.openssl\u0026downloadType=securityPatches\u0026version=1.1.1c" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_jboss_core_services/2.4.37/", "url": "https://access.redhat.com/documentation/en-us/red_hat_jboss_core_services/2.4.37/" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0488.json" } ], "title": "Red Hat Security Advisory: Red Hat JBoss Core Services Apache HTTP Server 2.4.37 SP6 security update", "tracking": { "current_release_date": "2025-08-02T09:52:00+00:00", "generator": { "date": "2025-08-02T09:52:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2021:0488", "initial_release_date": "2021-02-11T13:29:52+00:00", "revision_history": [ { "date": "2021-02-11T13:29:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-02-11T13:29:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:52:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "JBCS 2.4.37 SP6", "product": { "name": "JBCS 2.4.37 SP6", "product_id": "JBCS 2.4.37 SP6", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_core_services:1" } } } ], "category": "product_family", "name": "Red Hat JBoss Core Services" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "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": [ "JBCS 2.4.37 SP6" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-11T13:29:52+00:00", "details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nThe References section of this erratum contains a download link for the update. You must be logged in to download the update.", "product_ids": [ "JBCS 2.4.37 SP6" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0488" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "JBCS 2.4.37 SP6" ] } ], "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": [ "JBCS 2.4.37 SP6" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
rhsa-2021:0056
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for openssl is now available for Red Hat Enterprise Linux 6 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:0056", "url": "https://access.redhat.com/errata/RHSA-2021:0056" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0056.json" } ], "title": "Red Hat Security Advisory: openssl security update", "tracking": { "current_release_date": "2025-08-02T09:51:12+00:00", "generator": { "date": "2025-08-02T09:51:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2021:0056", "initial_release_date": "2021-01-11T10:34:05+00:00", "revision_history": [ { "date": "2021-01-11T10:34:05+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-01-11T10:34:05+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-02T09:51:12+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 6 ELS)", "product": { "name": "Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_els:6" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_els:6" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "openssl-0:1.0.1e-59.el6_10.src", "product": { "name": "openssl-0:1.0.1e-59.el6_10.src", "product_id": "openssl-0:1.0.1e-59.el6_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.1e-59.el6_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openssl-0:1.0.1e-59.el6_10.s390", "product": { "name": "openssl-0:1.0.1e-59.el6_10.s390", "product_id": "openssl-0:1.0.1e-59.el6_10.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.1e-59.el6_10?arch=s390" } } }, { "category": "product_version", "name": "openssl-devel-0:1.0.1e-59.el6_10.s390", "product": { "name": "openssl-devel-0:1.0.1e-59.el6_10.s390", "product_id": "openssl-devel-0:1.0.1e-59.el6_10.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.1e-59.el6_10?arch=s390" } } }, { "category": "product_version", "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390", "product": { "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390", "product_id": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.1e-59.el6_10?arch=s390" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "openssl-0:1.0.1e-59.el6_10.s390x", "product": { "name": "openssl-0:1.0.1e-59.el6_10.s390x", "product_id": "openssl-0:1.0.1e-59.el6_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.1e-59.el6_10?arch=s390x" } } }, { "category": "product_version", "name": "openssl-devel-0:1.0.1e-59.el6_10.s390x", "product": { "name": "openssl-devel-0:1.0.1e-59.el6_10.s390x", "product_id": "openssl-devel-0:1.0.1e-59.el6_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.1e-59.el6_10?arch=s390x" } } }, { "category": "product_version", "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390x", "product": { "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390x", "product_id": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.1e-59.el6_10?arch=s390x" } } }, { "category": "product_version", "name": "openssl-perl-0:1.0.1e-59.el6_10.s390x", "product": { "name": "openssl-perl-0:1.0.1e-59.el6_10.s390x", "product_id": "openssl-perl-0:1.0.1e-59.el6_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.1e-59.el6_10?arch=s390x" } } }, { "category": "product_version", "name": "openssl-static-0:1.0.1e-59.el6_10.s390x", "product": { "name": "openssl-static-0:1.0.1e-59.el6_10.s390x", "product_id": "openssl-static-0:1.0.1e-59.el6_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.1e-59.el6_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "openssl-0:1.0.1e-59.el6_10.x86_64", "product": { "name": "openssl-0:1.0.1e-59.el6_10.x86_64", "product_id": "openssl-0:1.0.1e-59.el6_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.1e-59.el6_10?arch=x86_64" } } }, { "category": "product_version", "name": "openssl-devel-0:1.0.1e-59.el6_10.x86_64", "product": { "name": "openssl-devel-0:1.0.1e-59.el6_10.x86_64", "product_id": "openssl-devel-0:1.0.1e-59.el6_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.1e-59.el6_10?arch=x86_64" } } }, { "category": "product_version", "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64", "product": { "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64", "product_id": "openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.1e-59.el6_10?arch=x86_64" } } }, { "category": "product_version", "name": "openssl-perl-0:1.0.1e-59.el6_10.x86_64", "product": { "name": "openssl-perl-0:1.0.1e-59.el6_10.x86_64", "product_id": "openssl-perl-0:1.0.1e-59.el6_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.1e-59.el6_10?arch=x86_64" } } }, { "category": "product_version", "name": "openssl-static-0:1.0.1e-59.el6_10.x86_64", "product": { "name": "openssl-static-0:1.0.1e-59.el6_10.x86_64", "product_id": "openssl-static-0:1.0.1e-59.el6_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.1e-59.el6_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openssl-0:1.0.1e-59.el6_10.i686", "product": { "name": "openssl-0:1.0.1e-59.el6_10.i686", "product_id": "openssl-0:1.0.1e-59.el6_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.0.1e-59.el6_10?arch=i686" } } }, { "category": "product_version", "name": "openssl-devel-0:1.0.1e-59.el6_10.i686", "product": { "name": "openssl-devel-0:1.0.1e-59.el6_10.i686", "product_id": "openssl-devel-0:1.0.1e-59.el6_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.0.1e-59.el6_10?arch=i686" } } }, { "category": "product_version", "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.i686", "product": { "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.i686", "product_id": "openssl-debuginfo-0:1.0.1e-59.el6_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.1e-59.el6_10?arch=i686" } } }, { "category": "product_version", "name": "openssl-perl-0:1.0.1e-59.el6_10.i686", "product": { "name": "openssl-perl-0:1.0.1e-59.el6_10.i686", "product_id": "openssl-perl-0:1.0.1e-59.el6_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.0.1e-59.el6_10?arch=i686" } } }, { "category": "product_version", "name": "openssl-static-0:1.0.1e-59.el6_10.i686", "product": { "name": "openssl-static-0:1.0.1e-59.el6_10.i686", "product_id": "openssl-static-0:1.0.1e-59.el6_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-static@1.0.1e-59.el6_10?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openssl-0:1.0.1e-59.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-0:1.0.1e-59.el6_10.i686" }, "product_reference": "openssl-0:1.0.1e-59.el6_10.i686", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0:1.0.1e-59.el6_10.s390 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-0:1.0.1e-59.el6_10.s390" }, "product_reference": "openssl-0:1.0.1e-59.el6_10.s390", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0:1.0.1e-59.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-0:1.0.1e-59.el6_10.s390x" }, "product_reference": "openssl-0:1.0.1e-59.el6_10.s390x", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0:1.0.1e-59.el6_10.src as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-0:1.0.1e-59.el6_10.src" }, "product_reference": "openssl-0:1.0.1e-59.el6_10.src", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0:1.0.1e-59.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-0:1.0.1e-59.el6_10.x86_64" }, "product_reference": "openssl-0:1.0.1e-59.el6_10.x86_64", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.i686" }, "product_reference": "openssl-debuginfo-0:1.0.1e-59.el6_10.i686", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390" }, "product_reference": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390x" }, "product_reference": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390x", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64" }, "product_reference": "openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-0:1.0.1e-59.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.i686" }, "product_reference": "openssl-devel-0:1.0.1e-59.el6_10.i686", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-0:1.0.1e-59.el6_10.s390 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390" }, "product_reference": "openssl-devel-0:1.0.1e-59.el6_10.s390", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-0:1.0.1e-59.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390x" }, "product_reference": "openssl-devel-0:1.0.1e-59.el6_10.s390x", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-0:1.0.1e-59.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.x86_64" }, "product_reference": "openssl-devel-0:1.0.1e-59.el6_10.x86_64", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-0:1.0.1e-59.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.i686" }, "product_reference": "openssl-perl-0:1.0.1e-59.el6_10.i686", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-0:1.0.1e-59.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.s390x" }, "product_reference": "openssl-perl-0:1.0.1e-59.el6_10.s390x", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-0:1.0.1e-59.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.x86_64" }, "product_reference": "openssl-perl-0:1.0.1e-59.el6_10.x86_64", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-0:1.0.1e-59.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.i686" }, "product_reference": "openssl-static-0:1.0.1e-59.el6_10.i686", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-0:1.0.1e-59.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.s390x" }, "product_reference": "openssl-static-0:1.0.1e-59.el6_10.s390x", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-0:1.0.1e-59.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)", "product_id": "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.x86_64" }, "product_reference": "openssl-static-0:1.0.1e-59.el6_10.x86_64", "relates_to_product_reference": "6Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0:1.0.1e-59.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.i686" }, "product_reference": "openssl-0:1.0.1e-59.el6_10.i686", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0:1.0.1e-59.el6_10.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.s390" }, "product_reference": "openssl-0:1.0.1e-59.el6_10.s390", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0:1.0.1e-59.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.s390x" }, "product_reference": "openssl-0:1.0.1e-59.el6_10.s390x", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0:1.0.1e-59.el6_10.src as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.src" }, "product_reference": "openssl-0:1.0.1e-59.el6_10.src", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0:1.0.1e-59.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.x86_64" }, "product_reference": "openssl-0:1.0.1e-59.el6_10.x86_64", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.i686" }, "product_reference": "openssl-debuginfo-0:1.0.1e-59.el6_10.i686", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390" }, "product_reference": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390x" }, "product_reference": "openssl-debuginfo-0:1.0.1e-59.el6_10.s390x", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64" }, "product_reference": "openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-0:1.0.1e-59.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.i686" }, "product_reference": "openssl-devel-0:1.0.1e-59.el6_10.i686", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-0:1.0.1e-59.el6_10.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390" }, "product_reference": "openssl-devel-0:1.0.1e-59.el6_10.s390", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-0:1.0.1e-59.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390x" }, "product_reference": "openssl-devel-0:1.0.1e-59.el6_10.s390x", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-0:1.0.1e-59.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.x86_64" }, "product_reference": "openssl-devel-0:1.0.1e-59.el6_10.x86_64", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-0:1.0.1e-59.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.i686" }, "product_reference": "openssl-perl-0:1.0.1e-59.el6_10.i686", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-0:1.0.1e-59.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.s390x" }, "product_reference": "openssl-perl-0:1.0.1e-59.el6_10.s390x", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-0:1.0.1e-59.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.x86_64" }, "product_reference": "openssl-perl-0:1.0.1e-59.el6_10.x86_64", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-0:1.0.1e-59.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.i686" }, "product_reference": "openssl-static-0:1.0.1e-59.el6_10.i686", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-0:1.0.1e-59.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.s390x" }, "product_reference": "openssl-static-0:1.0.1e-59.el6_10.s390x", "relates_to_product_reference": "6Server-optional-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-static-0:1.0.1e-59.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)", "product_id": "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.x86_64" }, "product_reference": "openssl-static-0:1.0.1e-59.el6_10.x86_64", "relates_to_product_reference": "6Server-optional-ELS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ] }, { "names": [ "David Benjamin" ], "organization": "Google", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-12-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1903409" } ], "notes": [ { "category": "description", "text": "A null pointer dereference flaw was found in openssl. A remote attacker, able to control the arguments of the GENERAL_NAME_cmp function, could cause the application, compiled with openssl to crash resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: EDIPARTYNAME NULL pointer de-reference", "title": "Vulnerability summary" }, { "category": "other", "text": "This is a flaw in the GENERAL_NAME_cmp function of openssl which can be triggered when both its arguments are of the same type i.e. EDIPARTYNAME. \n\n1. Red Hat does not ship any applications compiled with openssl, which used the above function in a vulnerable way.\n\n2. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes, when comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate and when verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token). If an attacker can control both items being compared then that attacker could trigger a crash. For example, if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then a crash may be triggered.\n\nThird party applications compiled with openssl using the function GENERAL_NAME_cmp in a vulnerable way are affected by this flaw.\n\nGENERAL_NAME_cmp was added in 0.9.8k, therefore older versions of openssl are not affected by this flaw.", "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": [ "6Server-ELS:openssl-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.s390", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.src", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.s390", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.src", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "RHBZ#1903409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903409" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1971", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1971" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20201208.txt", "url": "https://www.openssl.org/news/secadv/20201208.txt" } ], "release_date": "2020-12-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-01-11T10:34:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.", "product_ids": [ "6Server-ELS:openssl-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.s390", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.src", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.s390", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.src", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0056" }, { "category": "workaround", "details": "Applications not using the GENERAL_NAME_cmp of openssl are not vulnerable to this flaw. Even when this function is used, if the attacker can control both the arguments of this function, only then the attacker could trigger a crash.", "product_ids": [ "6Server-ELS:openssl-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.s390", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.src", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.s390", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.src", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.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": [ "6Server-ELS:openssl-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.s390", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.src", "6Server-ELS:openssl-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-devel-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-perl-0:1.0.1e-59.el6_10.x86_64", "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.i686", "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.s390x", "6Server-ELS:openssl-static-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.s390", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.src", "6Server-optional-ELS:openssl-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-devel-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-perl-0:1.0.1e-59.el6_10.x86_64", "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.i686", "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.s390x", "6Server-optional-ELS:openssl-static-0:1.0.1e-59.el6_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "openssl: EDIPARTYNAME NULL pointer de-reference" } ] }
wid-sec-w-2024-0794
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": "Dell ECS ist ein Objektspeichersystem.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Dell ECS ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- UNIX\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-0794 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0794.json" }, { "category": "self", "summary": "WID-SEC-2024-0794 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0794" }, { "category": "external", "summary": "Dell Security Advisory DSA-2024-141 vom 2024-04-04", "url": "https://www.dell.com/support/kbdoc/000223839/dsa-2024-=" } ], "source_lang": "en-US", "title": "Dell ECS: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-11-27T23:00:00.000+00:00", "generator": { "date": "2024-11-28T11:39:04.623+00:00", "engine": { "name": "BSI-WID", "version": "1.3.8" } }, "id": "WID-SEC-W-2024-0794", "initial_release_date": "2024-04-04T22:00:00.000+00:00", "revision_history": [ { "date": "2024-04-04T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-11-27T23:00:00.000+00:00", "number": "2", "summary": "Produktzuordnung \u00fcberpr\u00fcft" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c3.8.1.0", "product": { "name": "Dell ECS \u003c3.8.1.0", "product_id": "T033919" } }, { "category": "product_version", "name": "3.8.1.0", "product": { "name": "Dell ECS 3.8.1.0", "product_id": "T033919-fixed", "product_identification_helper": { "cpe": "cpe:/h:dell:ecs:3.8.1.0" } } } ], "category": "product_name", "name": "ECS" } ], "category": "vendor", "name": "Dell" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-18074", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2018-18074" }, { "cve": "CVE-2020-10663", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-10663" }, { "cve": "CVE-2020-10672", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-10672" }, { "cve": "CVE-2020-10673", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-10673" }, { "cve": "CVE-2020-10735", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-10735" }, { "cve": "CVE-2020-10968", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-10968" }, { "cve": "CVE-2020-10969", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-10969" }, { "cve": "CVE-2020-11111", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-11111" }, { "cve": "CVE-2020-11112", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-11112" }, { "cve": "CVE-2020-11113", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-11113" }, { "cve": "CVE-2020-11612", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-11612" }, { "cve": "CVE-2020-11619", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-11619" }, { "cve": "CVE-2020-11620", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-11620" }, { "cve": "CVE-2020-11979", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-11979" }, { "cve": "CVE-2020-12762", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-12762" }, { "cve": "CVE-2020-12825", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-12825" }, { "cve": "CVE-2020-13956", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-13956" }, { "cve": "CVE-2020-14060", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-14060" }, { "cve": "CVE-2020-14061", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-14061" }, { "cve": "CVE-2020-14062", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-14062" }, { "cve": "CVE-2020-14195", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-14195" }, { "cve": "CVE-2020-15250", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-15250" }, { "cve": "CVE-2020-1945", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-1945" }, { "cve": "CVE-2020-1967", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-1967" }, { "cve": "CVE-2020-1971", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-1971" }, { "cve": "CVE-2020-24616", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-24616" }, { "cve": "CVE-2020-24750", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-24750" }, { "cve": "CVE-2020-25649", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-25649" }, { "cve": "CVE-2020-25658", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-25658" }, { "cve": "CVE-2020-26116", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-26116" }, { "cve": "CVE-2020-26137", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-26137" }, { "cve": "CVE-2020-26541", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-26541" }, { "cve": "CVE-2020-27216", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-27216" }, { "cve": "CVE-2020-27218", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-27218" }, { "cve": "CVE-2020-27223", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-27223" }, { "cve": "CVE-2020-28366", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-28366" }, { "cve": "CVE-2020-28493", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-28493" }, { "cve": "CVE-2020-29509", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-29509" }, { "cve": "CVE-2020-29511", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-29511" }, { "cve": "CVE-2020-29582", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-29582" }, { "cve": "CVE-2020-29651", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-29651" }, { "cve": "CVE-2020-35490", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-35490" }, { "cve": "CVE-2020-35491", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-35491" }, { "cve": "CVE-2020-35728", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-35728" }, { "cve": "CVE-2020-36179", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36179" }, { "cve": "CVE-2020-36180", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36180" }, { "cve": "CVE-2020-36181", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36181" }, { "cve": "CVE-2020-36182", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36182" }, { "cve": "CVE-2020-36183", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36183" }, { "cve": "CVE-2020-36184", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36184" }, { "cve": "CVE-2020-36185", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36185" }, { "cve": "CVE-2020-36186", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36186" }, { "cve": "CVE-2020-36187", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36187" }, { "cve": "CVE-2020-36188", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36188" }, { "cve": "CVE-2020-36189", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36189" }, { "cve": "CVE-2020-36516", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36516" }, { "cve": "CVE-2020-36518", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36518" }, { "cve": "CVE-2020-36557", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36557" }, { "cve": "CVE-2020-36558", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36558" }, { "cve": "CVE-2020-36691", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-36691" }, { "cve": "CVE-2020-7238", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-7238" }, { "cve": "CVE-2020-8840", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-8840" }, { "cve": "CVE-2020-8908", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-8908" }, { "cve": "CVE-2020-8911", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-8911" }, { "cve": "CVE-2020-8912", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-8912" }, { "cve": "CVE-2020-9488", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-9488" }, { "cve": "CVE-2020-9493", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-9493" }, { "cve": "CVE-2020-9546", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-9546" }, { "cve": "CVE-2020-9547", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-9547" }, { "cve": "CVE-2020-9548", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2020-9548" }, { "cve": "CVE-2021-20190", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-20190" }, { "cve": "CVE-2021-20323", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-20323" }, { "cve": "CVE-2021-21290", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-21290" }, { "cve": "CVE-2021-21295", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-21295" }, { "cve": "CVE-2021-21409", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-21409" }, { "cve": "CVE-2021-23840", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-23840" }, { "cve": "CVE-2021-23841", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-23841" }, { "cve": "CVE-2021-2471", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-2471" }, { "cve": "CVE-2021-25642", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-25642" }, { "cve": "CVE-2021-26341", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-26341" }, { "cve": "CVE-2021-27918", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-27918" }, { "cve": "CVE-2021-28153", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-28153" }, { "cve": "CVE-2021-28165", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-28165" }, { "cve": "CVE-2021-28169", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-28169" }, { "cve": "CVE-2021-28861", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-28861" }, { "cve": "CVE-2021-29425", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-29425" }, { "cve": "CVE-2021-30560", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-30560" }, { "cve": "CVE-2021-3114", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3114" }, { "cve": "CVE-2021-33036", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-33036" }, { "cve": "CVE-2021-33194", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-33194" }, { "cve": "CVE-2021-33195", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-33195" }, { "cve": "CVE-2021-33196", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-33196" }, { "cve": "CVE-2021-33197", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-33197" }, { "cve": "CVE-2021-33503", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-33503" }, { "cve": "CVE-2021-33655", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-33655" }, { "cve": "CVE-2021-33656", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-33656" }, { "cve": "CVE-2021-3424", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3424" }, { "cve": "CVE-2021-34428", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-34428" }, { "cve": "CVE-2021-3449", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3449" }, { "cve": "CVE-2021-3450", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3450" }, { "cve": "CVE-2021-3530", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3530" }, { "cve": "CVE-2021-36221", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-36221" }, { "cve": "CVE-2021-36373", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-36373" }, { "cve": "CVE-2021-36374", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-36374" }, { "cve": "CVE-2021-3648", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3648" }, { "cve": "CVE-2021-36690", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-36690" }, { "cve": "CVE-2021-3711", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3711" }, { "cve": "CVE-2021-3712", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3712" }, { "cve": "CVE-2021-37136", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-37136" }, { "cve": "CVE-2021-37137", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-37137" }, { "cve": "CVE-2021-37404", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-37404" }, { "cve": "CVE-2021-37533", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-37533" }, { "cve": "CVE-2021-3754", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3754" }, { "cve": "CVE-2021-3778", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3778" }, { "cve": "CVE-2021-3796", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3796" }, { "cve": "CVE-2021-3826", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3826" }, { "cve": "CVE-2021-3827", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3827" }, { "cve": "CVE-2021-38297", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-38297" }, { "cve": "CVE-2021-3872", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3872" }, { "cve": "CVE-2021-3875", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3875" }, { "cve": "CVE-2021-3903", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3903" }, { "cve": "CVE-2021-3923", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3923" }, { "cve": "CVE-2021-3927", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3927" }, { "cve": "CVE-2021-3928", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3928" }, { "cve": "CVE-2021-3968", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3968" }, { "cve": "CVE-2021-3973", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3973" }, { "cve": "CVE-2021-3974", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3974" }, { "cve": "CVE-2021-3984", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-3984" }, { "cve": "CVE-2021-4019", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-4019" }, { "cve": "CVE-2021-4037", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-4037" }, { "cve": "CVE-2021-4069", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-4069" }, { "cve": "CVE-2021-4104", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-4104" }, { "cve": "CVE-2021-4136", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-4136" }, { "cve": "CVE-2021-4157", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-4157" }, { "cve": "CVE-2021-4166", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-4166" }, { "cve": "CVE-2021-41771", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-41771" }, { "cve": "CVE-2021-4192", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-4192" }, { "cve": "CVE-2021-4193", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-4193" }, { "cve": "CVE-2021-4203", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-4203" }, { "cve": "CVE-2021-42567", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-42567" }, { "cve": "CVE-2021-43797", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-43797" }, { "cve": "CVE-2021-44531", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-44531" }, { "cve": "CVE-2021-44532", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-44532" }, { "cve": "CVE-2021-44533", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-44533" }, { "cve": "CVE-2021-44716", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-44716" }, { "cve": "CVE-2021-44878", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-44878" }, { "cve": "CVE-2021-45078", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-45078" }, { "cve": "CVE-2021-46195", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-46195" }, { "cve": "CVE-2021-46828", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-46828" }, { "cve": "CVE-2021-46848", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2021-46848" }, { "cve": "CVE-2022-0128", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0128" }, { "cve": "CVE-2022-0213", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0213" }, { "cve": "CVE-2022-0225", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0225" }, { "cve": "CVE-2022-0261", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0261" }, { "cve": "CVE-2022-0318", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0318" }, { "cve": "CVE-2022-0319", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0319" }, { "cve": "CVE-2022-0351", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0351" }, { "cve": "CVE-2022-0359", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0359" }, { "cve": "CVE-2022-0361", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0361" }, { "cve": "CVE-2022-0392", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0392" }, { "cve": "CVE-2022-0407", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0407" }, { "cve": "CVE-2022-0413", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0413" }, { "cve": "CVE-2022-0561", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0561" }, { "cve": "CVE-2022-0696", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0696" }, { "cve": "CVE-2022-0778", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-0778" }, { "cve": "CVE-2022-1184", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1184" }, { "cve": "CVE-2022-1245", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1245" }, { "cve": "CVE-2022-1271", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1271" }, { "cve": "CVE-2022-1292", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1292" }, { "cve": "CVE-2022-1381", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1381" }, { "cve": "CVE-2022-1420", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1420" }, { "cve": "CVE-2022-1462", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1462" }, { "cve": "CVE-2022-1466", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1466" }, { "cve": "CVE-2022-1471", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1471" }, { "cve": "CVE-2022-1586", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1586" }, { "cve": "CVE-2022-1587", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1587" }, { "cve": "CVE-2022-1616", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1616" }, { "cve": "CVE-2022-1619", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1619" }, { "cve": "CVE-2022-1620", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1620" }, { "cve": "CVE-2022-1679", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1679" }, { "cve": "CVE-2022-1705", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1705" }, { "cve": "CVE-2022-1720", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1720" }, { "cve": "CVE-2022-1729", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1729" }, { "cve": "CVE-2022-1733", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1733" }, { "cve": "CVE-2022-1735", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1735" }, { "cve": "CVE-2022-1771", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1771" }, { "cve": "CVE-2022-1785", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1785" }, { "cve": "CVE-2022-1796", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1796" }, { "cve": "CVE-2022-1851", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1851" }, { "cve": "CVE-2022-1897", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1897" }, { "cve": "CVE-2022-1898", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1898" }, { "cve": "CVE-2022-1927", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1927" }, { "cve": "CVE-2022-1962", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1962" }, { "cve": "CVE-2022-1968", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1968" }, { "cve": "CVE-2022-1974", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1974" }, { "cve": "CVE-2022-1975", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-1975" }, { "cve": "CVE-2022-20132", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-20132" }, { "cve": "CVE-2022-20141", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-20141" }, { "cve": "CVE-2022-20154", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-20154" }, { "cve": "CVE-2022-20166", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-20166" }, { "cve": "CVE-2022-20368", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-20368" }, { "cve": "CVE-2022-20369", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-20369" }, { "cve": "CVE-2022-2047", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2047" }, { "cve": "CVE-2022-2048", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2048" }, { "cve": "CVE-2022-20567", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-20567" }, { "cve": "CVE-2022-2068", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2068" }, { "cve": "CVE-2022-2097", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2097" }, { "cve": "CVE-2022-21216", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21216" }, { "cve": "CVE-2022-21233", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21233" }, { "cve": "CVE-2022-2124", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2124" }, { "cve": "CVE-2022-2125", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2125" }, { "cve": "CVE-2022-2126", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2126" }, { "cve": "CVE-2022-2129", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2129" }, { "cve": "CVE-2022-21363", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21363" }, { "cve": "CVE-2022-21385", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21385" }, { "cve": "CVE-2022-21499", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21499" }, { "cve": "CVE-2022-2153", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2153" }, { "cve": "CVE-2022-21540", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21540" }, { "cve": "CVE-2022-21541", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21541" }, { "cve": "CVE-2022-21549", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21549" }, { "cve": "CVE-2022-21618", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21618" }, { "cve": "CVE-2022-21619", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21619" }, { "cve": "CVE-2022-21624", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21624" }, { "cve": "CVE-2022-21626", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21626" }, { "cve": "CVE-2022-21628", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21628" }, { "cve": "CVE-2022-21702", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-21702" }, { "cve": "CVE-2022-2175", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2175" }, { "cve": "CVE-2022-2182", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2182" }, { "cve": "CVE-2022-2183", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2183" }, { "cve": "CVE-2022-2206", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2206" }, { "cve": "CVE-2022-2207", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2207" }, { "cve": "CVE-2022-2208", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2208" }, { "cve": "CVE-2022-2210", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2210" }, { "cve": "CVE-2022-2231", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2231" }, { "cve": "CVE-2022-2256", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2256" }, { "cve": "CVE-2022-2257", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2257" }, { "cve": "CVE-2022-2264", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2264" }, { "cve": "CVE-2022-2284", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2284" }, { "cve": "CVE-2022-2285", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2285" }, { "cve": "CVE-2022-2286", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2286" }, { "cve": "CVE-2022-2287", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2287" }, { "cve": "CVE-2022-22976", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-22976" }, { "cve": "CVE-2022-22978", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-22978" }, { "cve": "CVE-2022-2304", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2304" }, { "cve": "CVE-2022-2318", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2318" }, { "cve": "CVE-2022-23302", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-23302" }, { "cve": "CVE-2022-23305", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-23305" }, { "cve": "CVE-2022-23307", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-23307" }, { "cve": "CVE-2022-2343", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2343" }, { "cve": "CVE-2022-2344", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2344" }, { "cve": "CVE-2022-2345", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2345" }, { "cve": "CVE-2022-23471", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-23471" }, { "cve": "CVE-2022-23521", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-23521" }, { "cve": "CVE-2022-23772", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-23772" }, { "cve": "CVE-2022-23773", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-23773" }, { "cve": "CVE-2022-24302", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-24302" }, { "cve": "CVE-2022-24329", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-24329" }, { "cve": "CVE-2022-24823", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-24823" }, { "cve": "CVE-2022-24903", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-24903" }, { "cve": "CVE-2022-2503", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2503" }, { "cve": "CVE-2022-25147", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-25147" }, { "cve": "CVE-2022-25168", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-25168" }, { "cve": "CVE-2022-2519", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2519" }, { "cve": "CVE-2022-2520", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2520" }, { "cve": "CVE-2022-2521", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2521" }, { "cve": "CVE-2022-2522", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2522" }, { "cve": "CVE-2022-25647", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-25647" }, { "cve": "CVE-2022-2571", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2571" }, { "cve": "CVE-2022-2580", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2580" }, { "cve": "CVE-2022-2581", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2581" }, { "cve": "CVE-2022-25857", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-25857" }, { "cve": "CVE-2022-2588", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2588" }, { "cve": "CVE-2022-2598", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2598" }, { "cve": "CVE-2022-26148", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-26148" }, { "cve": "CVE-2022-26365", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-26365" }, { "cve": "CVE-2022-26373", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-26373" }, { "cve": "CVE-2022-2639", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2639" }, { "cve": "CVE-2022-26612", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-26612" }, { "cve": "CVE-2022-2663", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2663" }, { "cve": "CVE-2022-27781", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-27781" }, { "cve": "CVE-2022-27782", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-27782" }, { "cve": "CVE-2022-27943", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-27943" }, { "cve": "CVE-2022-2795", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2795" }, { "cve": "CVE-2022-28131", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-28131" }, { "cve": "CVE-2022-2816", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2816" }, { "cve": "CVE-2022-2817", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2817" }, { "cve": "CVE-2022-2819", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2819" }, { "cve": "CVE-2022-28327", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-28327" }, { "cve": "CVE-2022-2845", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2845" }, { "cve": "CVE-2022-2849", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2849" }, { "cve": "CVE-2022-2862", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2862" }, { "cve": "CVE-2022-2867", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2867" }, { "cve": "CVE-2022-2868", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2868" }, { "cve": "CVE-2022-2869", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2869" }, { "cve": "CVE-2022-28693", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-28693" }, { "cve": "CVE-2022-2874", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2874" }, { "cve": "CVE-2022-28748", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-28748" }, { "cve": "CVE-2022-2880", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2880" }, { "cve": "CVE-2022-2889", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2889" }, { "cve": "CVE-2022-29162", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-29162" }, { "cve": "CVE-2022-29187", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-29187" }, { "cve": "CVE-2022-2923", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2923" }, { "cve": "CVE-2022-2946", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2946" }, { "cve": "CVE-2022-29526", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-29526" }, { "cve": "CVE-2022-29583", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-29583" }, { "cve": "CVE-2022-2964", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2964" }, { "cve": "CVE-2022-2977", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2977" }, { "cve": "CVE-2022-2980", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2980" }, { "cve": "CVE-2022-2982", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2982" }, { "cve": "CVE-2022-29900", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-29900" }, { "cve": "CVE-2022-29901", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-29901" }, { "cve": "CVE-2022-2991", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-2991" }, { "cve": "CVE-2022-3016", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3016" }, { "cve": "CVE-2022-3028", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3028" }, { "cve": "CVE-2022-3037", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3037" }, { "cve": "CVE-2022-30580", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-30580" }, { "cve": "CVE-2022-30630", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-30630" }, { "cve": "CVE-2022-30631", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-30631" }, { "cve": "CVE-2022-30632", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-30632" }, { "cve": "CVE-2022-30633", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-30633" }, { "cve": "CVE-2022-3099", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3099" }, { "cve": "CVE-2022-31030", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-31030" }, { "cve": "CVE-2022-31159", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-31159" }, { "cve": "CVE-2022-3134", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3134" }, { "cve": "CVE-2022-3153", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3153" }, { "cve": "CVE-2022-3169", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3169" }, { "cve": "CVE-2022-31690", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-31690" }, { "cve": "CVE-2022-32148", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-32148" }, { "cve": "CVE-2022-32149", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-32149" }, { "cve": "CVE-2022-32206", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-32206" }, { "cve": "CVE-2022-32208", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-32208" }, { "cve": "CVE-2022-32221", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-32221" }, { "cve": "CVE-2022-3234", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3234" }, { "cve": "CVE-2022-3235", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3235" }, { "cve": "CVE-2022-3239", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3239" }, { "cve": "CVE-2022-3278", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3278" }, { "cve": "CVE-2022-3296", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3296" }, { "cve": "CVE-2022-3297", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3297" }, { "cve": "CVE-2022-33196", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-33196" }, { "cve": "CVE-2022-3324", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3324" }, { "cve": "CVE-2022-3352", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3352" }, { "cve": "CVE-2022-33740", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-33740" }, { "cve": "CVE-2022-33741", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-33741" }, { "cve": "CVE-2022-33742", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-33742" }, { "cve": "CVE-2022-33972", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-33972" }, { "cve": "CVE-2022-33981", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-33981" }, { "cve": "CVE-2022-34169", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-34169" }, { "cve": "CVE-2022-3424", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3424" }, { "cve": "CVE-2022-34266", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-34266" }, { "cve": "CVE-2022-34526", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-34526" }, { "cve": "CVE-2022-34903", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-34903" }, { "cve": "CVE-2022-3491", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3491" }, { "cve": "CVE-2022-3515", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3515" }, { "cve": "CVE-2022-3520", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3520" }, { "cve": "CVE-2022-3521", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3521" }, { "cve": "CVE-2022-3524", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3524" }, { "cve": "CVE-2022-35252", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-35252" }, { "cve": "CVE-2022-3542", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3542" }, { "cve": "CVE-2022-3545", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3545" }, { "cve": "CVE-2022-3564", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3564" }, { "cve": "CVE-2022-3565", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3565" }, { "cve": "CVE-2022-3566", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3566" }, { "cve": "CVE-2022-3567", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3567" }, { "cve": "CVE-2022-35737", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-35737" }, { "cve": "CVE-2022-3586", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3586" }, { "cve": "CVE-2022-3591", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3591" }, { "cve": "CVE-2022-3594", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3594" }, { "cve": "CVE-2022-3597", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3597" }, { "cve": "CVE-2022-3599", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3599" }, { "cve": "CVE-2022-36109", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-36109" }, { "cve": "CVE-2022-3621", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3621" }, { "cve": "CVE-2022-3626", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3626" }, { "cve": "CVE-2022-3627", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3627" }, { "cve": "CVE-2022-3628", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3628" }, { "cve": "CVE-2022-36280", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-36280" }, { "cve": "CVE-2022-3629", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3629" }, { "cve": "CVE-2022-3635", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3635" }, { "cve": "CVE-2022-3643", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3643" }, { "cve": "CVE-2022-36437", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-36437" }, { "cve": "CVE-2022-3646", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3646" }, { "cve": "CVE-2022-3649", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3649" }, { "cve": "CVE-2022-36760", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-36760" }, { "cve": "CVE-2022-36879", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-36879" }, { "cve": "CVE-2022-36946", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-36946" }, { "cve": "CVE-2022-3705", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3705" }, { "cve": "CVE-2022-37434", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-37434" }, { "cve": "CVE-2022-37436", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-37436" }, { "cve": "CVE-2022-37865", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-37865" }, { "cve": "CVE-2022-37866", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-37866" }, { "cve": "CVE-2022-38090", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-38090" }, { "cve": "CVE-2022-38096", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-38096" }, { "cve": "CVE-2022-38126", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-38126" }, { "cve": "CVE-2022-38127", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-38127" }, { "cve": "CVE-2022-38177", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-38177" }, { "cve": "CVE-2022-38178", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-38178" }, { "cve": "CVE-2022-3821", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3821" }, { "cve": "CVE-2022-38533", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-38533" }, { "cve": "CVE-2022-38749", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-38749" }, { "cve": "CVE-2022-38750", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-38750" }, { "cve": "CVE-2022-38751", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-38751" }, { "cve": "CVE-2022-38752", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-38752" }, { "cve": "CVE-2022-39028", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-39028" }, { "cve": "CVE-2022-3903", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3903" }, { "cve": "CVE-2022-39188", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-39188" }, { "cve": "CVE-2022-39399", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-39399" }, { "cve": "CVE-2022-3970", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-3970" }, { "cve": "CVE-2022-40149", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-40149" }, { "cve": "CVE-2022-40150", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-40150" }, { "cve": "CVE-2022-40151", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-40151" }, { "cve": "CVE-2022-40152", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-40152" }, { "cve": "CVE-2022-40153", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-40153" }, { "cve": "CVE-2022-40303", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-40303" }, { "cve": "CVE-2022-40304", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-40304" }, { "cve": "CVE-2022-40307", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-40307" }, { "cve": "CVE-2022-40674", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-40674" }, { "cve": "CVE-2022-40768", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-40768" }, { "cve": "CVE-2022-40899", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-40899" }, { "cve": "CVE-2022-4095", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-4095" }, { "cve": "CVE-2022-41218", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-41218" }, { "cve": "CVE-2022-4129", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-4129" }, { "cve": "CVE-2022-4141", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-4141" }, { "cve": "CVE-2022-41717", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-41717" }, { "cve": "CVE-2022-41721", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-41721" }, { "cve": "CVE-2022-41848", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-41848" }, { "cve": "CVE-2022-41850", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-41850" }, { "cve": "CVE-2022-41854", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-41854" }, { "cve": "CVE-2022-41858", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-41858" }, { "cve": "CVE-2022-41881", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-41881" }, { "cve": "CVE-2022-41903", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-41903" }, { "cve": "CVE-2022-41915", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-41915" }, { "cve": "CVE-2022-41966", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-41966" }, { "cve": "CVE-2022-41974", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-41974" }, { "cve": "CVE-2022-42003", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-42003" }, { "cve": "CVE-2022-42004", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-42004" }, { "cve": "CVE-2022-42010", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-42010" }, { "cve": "CVE-2022-42011", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-42011" }, { "cve": "CVE-2022-42012", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-42012" }, { "cve": "CVE-2022-42328", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-42328" }, { "cve": "CVE-2022-42329", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-42329" }, { "cve": "CVE-2022-42703", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-42703" }, { "cve": "CVE-2022-42889", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-42889" }, { "cve": "CVE-2022-42895", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-42895" }, { "cve": "CVE-2022-42896", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-42896" }, { "cve": "CVE-2022-42898", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-42898" }, { "cve": "CVE-2022-4292", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-4292" }, { "cve": "CVE-2022-4293", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-4293" }, { "cve": "CVE-2022-42969", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-42969" }, { "cve": "CVE-2022-4304", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-4304" }, { "cve": "CVE-2022-43552", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-43552" }, { "cve": "CVE-2022-43680", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-43680" }, { "cve": "CVE-2022-43750", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-43750" }, { "cve": "CVE-2022-4378", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-4378" }, { "cve": "CVE-2022-43945", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-43945" }, { "cve": "CVE-2022-43995", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-43995" }, { "cve": "CVE-2022-4415", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-4415" }, { "cve": "CVE-2022-4450", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-4450" }, { "cve": "CVE-2022-44638", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-44638" }, { "cve": "CVE-2022-45061", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-45061" }, { "cve": "CVE-2022-45688", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-45688" }, { "cve": "CVE-2022-45884", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-45884" }, { "cve": "CVE-2022-45885", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-45885" }, { "cve": "CVE-2022-45886", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-45886" }, { "cve": "CVE-2022-45887", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-45887" }, { "cve": "CVE-2022-45919", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-45919" }, { "cve": "CVE-2022-45934", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-45934" }, { "cve": "CVE-2022-45939", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-45939" }, { "cve": "CVE-2022-4662", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-4662" }, { "cve": "CVE-2022-46751", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-46751" }, { "cve": "CVE-2022-46908", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-46908" }, { "cve": "CVE-2022-47629", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-47629" }, { "cve": "CVE-2022-47929", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-47929" }, { "cve": "CVE-2022-48281", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-48281" }, { "cve": "CVE-2022-48337", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-48337" }, { "cve": "CVE-2022-48339", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2022-48339" }, { "cve": "CVE-2023-0045", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0045" }, { "cve": "CVE-2023-0049", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0049" }, { "cve": "CVE-2023-0051", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0051" }, { "cve": "CVE-2023-0054", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0054" }, { "cve": "CVE-2023-0215", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0215" }, { "cve": "CVE-2023-0286", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0286" }, { "cve": "CVE-2023-0288", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0288" }, { "cve": "CVE-2023-0433", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0433" }, { "cve": "CVE-2023-0464", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0464" }, { "cve": "CVE-2023-0465", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0465" }, { "cve": "CVE-2023-0466", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0466" }, { "cve": "CVE-2023-0512", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0512" }, { "cve": "CVE-2023-0590", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0590" }, { "cve": "CVE-2023-0597", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0597" }, { "cve": "CVE-2023-0833", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-0833" }, { "cve": "CVE-2023-1076", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1076" }, { "cve": "CVE-2023-1095", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1095" }, { "cve": "CVE-2023-1118", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1118" }, { "cve": "CVE-2023-1127", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1127" }, { "cve": "CVE-2023-1170", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1170" }, { "cve": "CVE-2023-1175", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1175" }, { "cve": "CVE-2023-1370", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1370" }, { "cve": "CVE-2023-1380", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1380" }, { "cve": "CVE-2023-1390", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1390" }, { "cve": "CVE-2023-1436", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1436" }, { "cve": "CVE-2023-1513", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1513" }, { "cve": "CVE-2023-1611", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1611" }, { "cve": "CVE-2023-1670", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1670" }, { "cve": "CVE-2023-1855", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1855" }, { "cve": "CVE-2023-1989", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1989" }, { "cve": "CVE-2023-1990", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1990" }, { "cve": "CVE-2023-1998", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-1998" }, { "cve": "CVE-2023-20862", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-20862" }, { "cve": "CVE-2023-2124", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-2124" }, { "cve": "CVE-2023-2162", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-2162" }, { "cve": "CVE-2023-2176", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-2176" }, { "cve": "CVE-2023-21830", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-21830" }, { "cve": "CVE-2023-21835", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-21835" }, { "cve": "CVE-2023-21843", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-21843" }, { "cve": "CVE-2023-21930", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-21930" }, { "cve": "CVE-2023-21937", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-21937" }, { "cve": "CVE-2023-21938", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-21938" }, { "cve": "CVE-2023-21939", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-21939" }, { "cve": "CVE-2023-2194", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-2194" }, { "cve": "CVE-2023-21954", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-21954" }, { "cve": "CVE-2023-21967", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-21967" }, { "cve": "CVE-2023-21968", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-21968" }, { "cve": "CVE-2023-22490", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-22490" }, { "cve": "CVE-2023-2253", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-2253" }, { "cve": "CVE-2023-22809", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-22809" }, { "cve": "CVE-2023-23454", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-23454" }, { "cve": "CVE-2023-23455", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-23455" }, { "cve": "CVE-2023-23559", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-23559" }, { "cve": "CVE-2023-23916", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-23916" }, { "cve": "CVE-2023-23946", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-23946" }, { "cve": "CVE-2023-24329", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-24329" }, { "cve": "CVE-2023-24532", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-24532" }, { "cve": "CVE-2023-24534", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-24534" }, { "cve": "CVE-2023-2483", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-2483" }, { "cve": "CVE-2023-24998", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-24998" }, { "cve": "CVE-2023-2513", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-2513" }, { "cve": "CVE-2023-25193", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-25193" }, { "cve": "CVE-2023-25652", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-25652" }, { "cve": "CVE-2023-25690", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-25690" }, { "cve": "CVE-2023-25809", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-25809" }, { "cve": "CVE-2023-25815", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-25815" }, { "cve": "CVE-2023-26048", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-26048" }, { "cve": "CVE-2023-26049", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-26049" }, { "cve": "CVE-2023-2650", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-2650" }, { "cve": "CVE-2023-26545", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-26545" }, { "cve": "CVE-2023-26604", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-26604" }, { "cve": "CVE-2023-27533", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-27533" }, { "cve": "CVE-2023-27534", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-27534" }, { "cve": "CVE-2023-27535", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-27535" }, { "cve": "CVE-2023-27536", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-27536" }, { "cve": "CVE-2023-27538", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-27538" }, { "cve": "CVE-2023-27561", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-27561" }, { "cve": "CVE-2023-2828", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-2828" }, { "cve": "CVE-2023-28320", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-28320" }, { "cve": "CVE-2023-28321", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-28321" }, { "cve": "CVE-2023-28322", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-28322" }, { "cve": "CVE-2023-28328", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-28328" }, { "cve": "CVE-2023-28464", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-28464" }, { "cve": "CVE-2023-28486", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-28486" }, { "cve": "CVE-2023-28487", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-28487" }, { "cve": "CVE-2023-28642", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-28642" }, { "cve": "CVE-2023-28772", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-28772" }, { "cve": "CVE-2023-28840", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-28840" }, { "cve": "CVE-2023-28841", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-28841" }, { "cve": "CVE-2023-28842", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-28842" }, { "cve": "CVE-2023-29007", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-29007" }, { "cve": "CVE-2023-29383", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-29383" }, { "cve": "CVE-2023-29402", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-29402" }, { "cve": "CVE-2023-29406", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-29406" }, { "cve": "CVE-2023-29409", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-29409" }, { "cve": "CVE-2023-2976", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-2976" }, { "cve": "CVE-2023-30630", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-30630" }, { "cve": "CVE-2023-30772", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-30772" }, { "cve": "CVE-2023-31084", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-31084" }, { "cve": "CVE-2023-3138", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-3138" }, { "cve": "CVE-2023-31436", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-31436" }, { "cve": "CVE-2023-31484", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-31484" }, { "cve": "CVE-2023-32269", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-32269" }, { "cve": "CVE-2023-32697", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-32697" }, { "cve": "CVE-2023-33264", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-33264" }, { "cve": "CVE-2023-34034", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-34034" }, { "cve": "CVE-2023-34035", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-34035" }, { "cve": "CVE-2023-34453", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-34453" }, { "cve": "CVE-2023-34454", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-34454" }, { "cve": "CVE-2023-34455", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-34455" }, { "cve": "CVE-2023-34462", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-34462" }, { "cve": "CVE-2023-35116", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-35116" }, { "cve": "CVE-2023-3635", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-3635" }, { "cve": "CVE-2023-36479", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-36479" }, { "cve": "CVE-2023-39533", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-39533" }, { "cve": "CVE-2023-40167", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-40167" }, { "cve": "CVE-2023-40217", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-40217" }, { "cve": "CVE-2023-41105", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-41105" }, { "cve": "CVE-2023-41900", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-41900" }, { "cve": "CVE-2023-43642", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-43642" }, { "cve": "CVE-2023-43804", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-43804" }, { "cve": "CVE-2023-44487", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-44487" }, { "cve": "CVE-2023-45803", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2023-45803" }, { "cve": "CVE-2024-21626", "notes": [ { "category": "description", "text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T033919" ] }, "release_date": "2024-04-04T22:00:00.000+00:00", "title": "CVE-2024-21626" } ] }
wid-sec-w-2023-0067
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": "MySQL ist ein Open Source Datenbankserver von Oracle.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle MySQL ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- MacOS X\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-0067 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2023-0067.json" }, { "category": "self", "summary": "WID-SEC-2023-0067 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0067" }, { "category": "external", "summary": "Juniper Security Advisory JSA70182 vom 2023-01-12", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Contrail-Service-Orchestration-Multiple-vulnerabilities-resolved-in-CSO-6-3-0?language=en_US" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202105-27 vom 2021-05-26", "url": "https://security.gentoo.org/glsa/202105-27" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - January 2021 - Appendix Oracle MySQL vom 2021-01-19", "url": "https://www.oracle.com/security-alerts/cpujan2021.html#AppendixMSQL" }, { "category": "external", "summary": "Ubuntu Security Notice USN-4716-1 vom 2021-02-01", "url": "https://usn.ubuntu.com/4716-1" }, { "category": "external", "summary": "NetApp Security Advisory NTAP-20210622-0001 vom 2021-06-22", "url": "https://security.netapp.com/advisory/ntap-20210622-0001/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:3590 vom 2021-09-21", "url": "https://access.redhat.com/errata/RHSA-2021:3590" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-3590 vom 2021-09-23", "url": "http://linux.oracle.com/errata/ELSA-2021-3590.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:3811 vom 2021-10-12", "url": "https://access.redhat.com/errata/RHSA-2021:3811" } ], "source_lang": "en-US", "title": "Oracle MySQL: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-01-11T23:00:00.000+00:00", "generator": { "date": "2024-08-15T17:41:11.819+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-0067", "initial_release_date": "2021-01-19T23:00:00.000+00:00", "revision_history": [ { "date": "2021-01-19T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2021-02-01T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2021-05-25T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2021-06-21T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von NetApp aufgenommen" }, { "date": "2021-09-20T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-09-22T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2021-10-12T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-01-11T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Juniper aufgenommen" } ], "status": "final", "version": "8" } }, "product_tree": { "branches": [ { "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": "Juniper Contrail Service Orchestration", "product": { "name": "Juniper Contrail Service Orchestration", "product_id": "T025794", "product_identification_helper": { "cpe": "cpe:/a:juniper:contrail_service_orchestration:-" } } } ], "category": "vendor", "name": "Juniper" }, { "branches": [ { "category": "product_name", "name": "NetApp ActiveIQ Unified Manager", "product": { "name": "NetApp ActiveIQ Unified Manager", "product_id": "T016960", "product_identification_helper": { "cpe": "cpe:/a:netapp:active_iq_unified_manager:-" } } } ], "category": "vendor", "name": "NetApp" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } }, { "category": "product_name", "name": "Oracle MySQL", "product": { "name": "Oracle MySQL", "product_id": "600049", "product_identification_helper": { "cpe": "cpe:/a:oracle:mysql:-" } } } ], "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": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-10086", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2019-10086" }, { "cve": "CVE-2020-13871", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2020-13871" }, { "cve": "CVE-2020-1971", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2020-1971" }, { "cve": "CVE-2020-5408", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2020-5408" }, { "cve": "CVE-2020-5421", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2020-5421" }, { "cve": "CVE-2021-1998", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-1998" }, { "cve": "CVE-2021-2001", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2001" }, { "cve": "CVE-2021-2002", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2002" }, { "cve": "CVE-2021-2006", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2006" }, { "cve": "CVE-2021-2007", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2007" }, { "cve": "CVE-2021-2009", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2009" }, { "cve": "CVE-2021-2010", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2010" }, { "cve": "CVE-2021-2011", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2011" }, { "cve": "CVE-2021-2012", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2012" }, { "cve": "CVE-2021-2014", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2014" }, { "cve": "CVE-2021-2016", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2016" }, { "cve": "CVE-2021-2019", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2019" }, { "cve": "CVE-2021-2020", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2020" }, { "cve": "CVE-2021-2021", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2021" }, { "cve": "CVE-2021-2022", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2022" }, { "cve": "CVE-2021-2024", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2024" }, { "cve": "CVE-2021-2028", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2028" }, { "cve": "CVE-2021-2030", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2030" }, { "cve": "CVE-2021-2031", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2031" }, { "cve": "CVE-2021-2032", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2032" }, { "cve": "CVE-2021-2036", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2036" }, { "cve": "CVE-2021-2038", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2038" }, { "cve": "CVE-2021-2042", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2042" }, { "cve": "CVE-2021-2046", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2046" }, { "cve": "CVE-2021-2048", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2048" }, { "cve": "CVE-2021-2055", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2055" }, { "cve": "CVE-2021-2056", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2056" }, { "cve": "CVE-2021-2058", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2058" }, { "cve": "CVE-2021-2060", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2060" }, { "cve": "CVE-2021-2061", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2061" }, { "cve": "CVE-2021-2065", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2065" }, { "cve": "CVE-2021-2070", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2070" }, { "cve": "CVE-2021-2072", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2072" }, { "cve": "CVE-2021-2076", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2076" }, { "cve": "CVE-2021-2081", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2081" }, { "cve": "CVE-2021-2087", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2087" }, { "cve": "CVE-2021-2088", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2088" }, { "cve": "CVE-2021-2122", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen in den Produkten MySQL Enterprise Monitor, MySQL Server, MySQL Client und MySQL Workbench. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\" und \"Confidentiality\" und \"Low\" f\u00fcr \"Integrity\" und bewirkt damit eine \"mittlere - hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "67646", "T000126", "T012167", "T004914", "T016960", "T025794", "600049" ] }, "release_date": "2021-01-19T23:00:00.000+00:00", "title": "CVE-2021-2122" } ] }
wid-sec-w-2022-1000
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": "Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um einen Denial of Service Angriff oder ein \"HTTP request smuggling\" durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- MacOS X\n- Sonstiges\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-1000 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2022-1000.json" }, { "category": "self", "summary": "WID-SEC-2022-1000 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-1000" }, { "category": "external", "summary": "Node.js Security Releases vom 2021-01-04", "url": "https://nodejs.org/en/blog/vulnerability/january-2021-security-releases" }, { "category": "external", "summary": "PoC CVE-2020-8265 vom 2021-01-05", "url": "https://packetstormsecurity.com/files/160807" }, { "category": "external", "summary": "Debian Security Advisory DSA-4826 vom 2021-01-07", "url": "https://www.debian.org/security/2021/dsa-4826" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202101-07 vom 2021-01-11", "url": "https://security.gentoo.org/glsa/202101-07" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:0062-1 vom 2021-01-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008168.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:0068-1 vom 2021-01-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008167.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:0060-1 vom 2021-01-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008169.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:0061-1 vom 2021-01-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008166.html" }, { "category": "external", "summary": "Arch Linux Security Advisory ASA-202101-16 vom 2021-01-13", "url": "https://security.archlinux.org/ASA-202101-16/generate" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:0082-1 vom 2021-01-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008175.html" }, { "category": "external", "summary": "Arch Linux Security Advisory ASA-202101-15 vom 2021-01-13", "url": "https://security.archlinux.org/ASA-202101-15/generate" }, { "category": "external", "summary": "Arch Linux Security Advisory ASA-202101-14 vom 2021-01-13", "url": "https://security.archlinux.org/ASA-202101-14/generate" }, { "category": "external", "summary": "Arch Linux Security Advisory ASA-202101-13 vom 2021-01-13", "url": "https://security.archlinux.org/ASA-202101-13/generate" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:0107-1 vom 2021-01-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008192.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:0121-1 vom 2021-01-14", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008198.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0037 vom 2021-01-18", "url": "https://access.redhat.com/errata/RHSA-2021:0038" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:0224-1 vom 2021-01-26", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008247.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0421 vom 2021-02-04", "url": "https://access.redhat.com/errata/RHSA-2021:0421" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0485 vom 2021-02-11", "url": "https://access.redhat.com/errata/RHSA-2021:0485" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0521 vom 2021-02-15", "url": "https://access.redhat.com/errata/RHSA-2021:0521" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0548 vom 2021-02-16", "url": "https://access.redhat.com/errata/RHSA-2021:0548" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0549 vom 2021-02-16", "url": "https://access.redhat.com/errata/RHSA-2021:0549" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0551 vom 2021-02-16", "url": "https://access.redhat.com/errata/RHSA-2021:0551" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-0548 vom 2021-02-20", "url": "https://linux.oracle.com/errata/ELSA-2021-0548.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-0549 vom 2021-02-20", "url": "https://linux.oracle.com/errata/ELSA-2021-0549.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-0551 vom 2021-02-20", "url": "https://linux.oracle.com/errata/ELSA-2021-0551.html" }, { "category": "external", "summary": "HPE Security Bulletin", "url": "https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-hpesbst04141en_us" }, { "category": "external", "summary": "HCL Article KB0090800 vom 2021-08-03", "url": "https://support.hcltechsw.com/csm?id=kb_article\u0026sysparm_article=KB0090800" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5563-1 vom 2022-08-10", "url": "https://ubuntu.com/security/notices/USN-5563-1" }, { "category": "external", "summary": "Debian Security Advisory DLA-3224 vom 2022-12-05", "url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00009.html" }, { "category": "external", "summary": "Hitachi Vulnerability Information HITACHI-SEC-2023-110 vom 2023-02-28", "url": "https://www.hitachi.com/products/it/software/security/info/vuls/hitachi-sec-2023-110/index.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6380-1 vom 2023-09-19", "url": "https://ubuntu.com/security/notices/USN-6380-1" }, { "category": "external", "summary": "IBM Security Bulletin 6469135 vom 2025-06-19", "url": "https://www.ibm.com/support/pages/node/6469135" } ], "source_lang": "en-US", "title": "Node.js: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-06-19T22:00:00.000+00:00", "generator": { "date": "2025-06-20T08:09:04.008+00:00", "engine": { "name": "BSI-WID", "version": "1.3.12" } }, "id": "WID-SEC-W-2022-1000", "initial_release_date": "2021-01-04T23:00:00.000+00:00", "revision_history": [ { "date": "2021-01-04T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2021-01-05T23:00:00.000+00:00", "number": "2", "summary": "PoC f\u00fcr CVE-2020-8265 aufgenommen" }, { "date": "2021-01-07T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2021-01-10T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2021-01-11T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-01-12T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Arch Linux und SUSE aufgenommen" }, { "date": "2021-01-13T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-01-14T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-01-18T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-01-26T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-02-04T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-02-11T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-02-15T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-02-16T23:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-02-21T23:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2021-07-25T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von HP aufgenommen" }, { "date": "2021-08-02T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von HCL aufgenommen" }, { "date": "2022-08-10T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2022-12-05T23:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2023-02-27T23:00:00.000+00:00", "number": "20", "summary": "Neue Updates von HITACHI aufgenommen" }, { "date": "2023-09-18T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-06-19T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates von IBM aufgenommen" } ], "status": "final", "version": "22" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Broadcom Brocade Switch", "product": { "name": "Broadcom Brocade Switch", "product_id": "T015844", "product_identification_helper": { "cpe": "cpe:/h:brocade:switch:-" } } } ], "category": "vendor", "name": "Broadcom" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "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": "HCL BigFix", "product": { "name": "HCL BigFix", "product_id": "T017494", "product_identification_helper": { "cpe": "cpe:/a:hcltech:bigfix:-" } } } ], "category": "vendor", "name": "HCL" }, { "branches": [ { "category": "product_name", "name": "HPE Switch", "product": { "name": "HPE Switch", "product_id": "T002194", "product_identification_helper": { "cpe": "cpe:/h:hp:switch:2620" } } } ], "category": "vendor", "name": "HPE" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "Analyzer \u003c10.9.1-00", "product": { "name": "Hitachi Ops Center Analyzer \u003c10.9.1-00", "product_id": "T026522" } }, { "category": "product_version", "name": "Analyzer 10.9.1-00", "product": { "name": "Hitachi Ops Center Analyzer 10.9.1-00", "product_id": "T026522-fixed", "product_identification_helper": { "cpe": "cpe:/a:hitachi:ops_center:analyzer__10.9.1-00" } } } ], "category": "product_name", "name": "Ops Center" } ], "category": "vendor", "name": "Hitachi" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "Insights \u003c3.0", "product": { "name": "IBM Security Guardium Insights \u003c3.0", "product_id": "T044737" } }, { "category": "product_version", "name": "Insights 3.0", "product": { "name": "IBM Security Guardium Insights 3.0", "product_id": "T044737-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_guardium:3.0::insights" } } } ], "category": "product_name", "name": "Security Guardium" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "category": "product_name", "name": "Open Source Arch Linux", "product": { "name": "Open Source Arch Linux", "product_id": "T013312", "product_identification_helper": { "cpe": "cpe:/o:archlinux:archlinux:-" } } }, { "branches": [ { "category": "product_version_range", "name": "\u003c10.23.1", "product": { "name": "Open Source Node.js \u003c10.23.1", "product_id": "T017989" } }, { "category": "product_version", "name": "10.23.1", "product": { "name": "Open Source Node.js 10.23.1", "product_id": "T017989-fixed", "product_identification_helper": { "cpe": "cpe:/a:nodejs:nodejs:10.23.1" } } }, { "category": "product_version_range", "name": "\u003c12.20.1", "product": { "name": "Open Source Node.js \u003c12.20.1", "product_id": "T017990" } }, { "category": "product_version", "name": "12.20.1", "product": { "name": "Open Source Node.js 12.20.1", "product_id": "T017990-fixed", "product_identification_helper": { "cpe": "cpe:/a:nodejs:nodejs:12.20.1" } } }, { "category": "product_version_range", "name": "\u003c14.15.4", "product": { "name": "Open Source Node.js \u003c14.15.4", "product_id": "T017991" } }, { "category": "product_version", "name": "14.15.4", "product": { "name": "Open Source Node.js 14.15.4", "product_id": "T017991-fixed", "product_identification_helper": { "cpe": "cpe:/a:nodejs:nodejs:14.15.4" } } }, { "category": "product_version_range", "name": "\u003c15.5.1", "product": { "name": "Open Source Node.js \u003c15.5.1", "product_id": "T017992" } }, { "category": "product_version", "name": "15.5.1", "product": { "name": "Open Source Node.js 15.5.1", "product_id": "T017992-fixed", "product_identification_helper": { "cpe": "cpe:/a:nodejs:nodejs:15.5.1" } } } ], "category": "product_name", "name": "Node.js" } ], "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" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "product_status": { "known_affected": [ "T002194", "67646", "T015844", "T013312", "T012167", "T004914", "T017494", "T017990", "T017991", "T017992", "2951", "T002207", "T000126", "T044737", "T026522", "T017989" ] }, "release_date": "2021-01-04T23:00:00.000+00:00", "title": "CVE-2020-1971" }, { "cve": "CVE-2020-8265", "product_status": { "known_affected": [ "67646", "T013312", "T012167", "T004914", "T017990", "T017991", "T017992", "2951", "T002207", "T000126", "T044737", "T026522", "T017989" ] }, "release_date": "2021-01-04T23:00:00.000+00:00", "title": "CVE-2020-8265" }, { "cve": "CVE-2020-8287", "product_status": { "known_affected": [ "67646", "T013312", "T012167", "T004914", "T017990", "T017991", "T017992", "2951", "T002207", "T000126", "T044737", "T026522", "T017989" ] }, "release_date": "2021-01-04T23:00:00.000+00:00", "title": "CVE-2020-8287" } ] }
wid-sec-w-2023-0065
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": "MySQL ist ein Open Source Datenbankserver von Oracle.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle MySQL ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-0065 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2023-0065.json" }, { "category": "self", "summary": "WID-SEC-2023-0065 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0065" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASMARIADB10.5-2023-004 vom 2023-09-27", "url": "https://alas.aws.amazon.com/AL2/ALASMARIADB10.5-2023-004.html" }, { "category": "external", "summary": "MariaDB 10.2.38 Release Notes", "url": "https://mariadb.com/kb/en/mdb-10238-rn/" }, { "category": "external", "summary": "MariaDB 10.3.29 Release Notes", "url": "https://mariadb.com/kb/en/mariadb-10329-release-notes/" }, { "category": "external", "summary": "MariaDB 10.5.10 Release Notes", "url": "https://mariadb.com/kb/en/mariadb-10510-release-notes/" }, { "category": "external", "summary": "MariaDB 10.4.19 Release Notes", "url": "https://mariadb.com/kb/en/mariadb-10419-release-notes/" }, { "category": "external", "summary": "Ubuntu Security Notice USN-4952-1 vom 2021-05-14", "url": "https://ubuntu.com/security/notices/USN-4952-1" }, { "category": "external", "summary": "Arch Linux Security Advisory ASA-202105-14 vom 2021-05-19", "url": "https://www.cybersecurity-help.cz/vdb/SB2021051922" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - April 2021 - Appendix Oracle MySQL vom 2021-04-20", "url": "https://www.oracle.com/security-alerts/cpuapr2021.html#AppendixMSQL" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202105-27 vom 2021-05-26", "url": "https://security.gentoo.org/glsa/202105-27" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2605-1 vom 2021-08-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009249.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2617-1 vom 2021-08-05", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009251.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2616-1 vom 2021-08-05", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009258.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2634-1 vom 2021-08-06", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009263.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:3590 vom 2021-09-21", "url": "https://access.redhat.com/errata/RHSA-2021:3590" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-3590 vom 2021-09-23", "url": "http://linux.oracle.com/errata/ELSA-2021-3590.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5022-3 vom 2021-10-07", "url": "https://ubuntu.com/security/notices/USN-5022-3" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:3811 vom 2021-10-12", "url": "https://access.redhat.com/errata/RHSA-2021:3811" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1556 vom 2022-04-27", "url": "https://access.redhat.com/errata/RHSA-2022:1556" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1557 vom 2022-04-27", "url": "https://access.redhat.com/errata/RHSA-2022:1557" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-1556 vom 2022-04-27", "url": "https://linux.oracle.com/errata/ELSA-2022-1556.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-1557 vom 2022-05-03", "url": "http://linux.oracle.com/errata/ELSA-2022-1557.html" }, { "category": "external", "summary": "Juniper Security Advisory JSA70182 vom 2023-01-12", "url": "https://supportportal.juniper.net/s/article/2023-01-Security-Bulletin-Contrail-Service-Orchestration-Multiple-vulnerabilities-resolved-in-CSO-6-3-0?language=en_US" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2023-1686 vom 2023-02-23", "url": "https://alas.aws.amazon.com/ALAS-2023-1686.html" } ], "source_lang": "en-US", "title": "Oracle MySQL: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-09-27T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:41:09.491+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-0065", "initial_release_date": "2021-04-20T22:00:00.000+00:00", "revision_history": [ { "date": "2021-04-20T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2021-05-05T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates aufgenommen" }, { "date": "2021-05-06T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates aufgenommen" }, { "date": "2021-05-13T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2021-05-19T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Arch Linux aufgenommen" }, { "date": "2021-05-25T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2021-08-04T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-08-05T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-08-08T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-09-20T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-09-22T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2021-10-07T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2021-10-12T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-04-26T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-04-27T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-05-03T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-01-11T23:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Juniper aufgenommen" }, { "date": "2023-02-22T23:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-09-27T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Amazon aufgenommen" } ], "status": "final", "version": "19" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "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": "Juniper Contrail Service Orchestration", "product": { "name": "Juniper Contrail Service Orchestration", "product_id": "T025794", "product_identification_helper": { "cpe": "cpe:/a:juniper:contrail_service_orchestration:-" } } } ], "category": "vendor", "name": "Juniper" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "MariaDB MariaDB \u003c 10.3.29", "product": { "name": "MariaDB MariaDB \u003c 10.3.29", "product_id": "T019246", "product_identification_helper": { "cpe": "cpe:/a:mariadb:mariadb:10.3.29" } } }, { "category": "product_name", "name": "MariaDB MariaDB \u003c 10.2.38", "product": { "name": "MariaDB MariaDB \u003c 10.2.38", "product_id": "T019247", "product_identification_helper": { "cpe": "cpe:/a:mariadb:mariadb:10.2.38" } } } ], "category": "product_name", "name": "MariaDB" } ], "category": "vendor", "name": "MariaDB" }, { "branches": [ { "category": "product_name", "name": "Open Source Arch Linux", "product": { "name": "Open Source Arch Linux", "product_id": "T013312", "product_identification_helper": { "cpe": "cpe:/o:archlinux:archlinux:-" } } } ], "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:-" } } }, { "branches": [ { "category": "product_name", "name": "Oracle MySQL \u003c= 8.0.23", "product": { "name": "Oracle MySQL \u003c= 8.0.23", "product_id": "858555", "product_identification_helper": { "cpe": "cpe:/a:oracle:mysql:8.0.23" } } }, { "category": "product_name", "name": "Oracle MySQL \u003c= 5.7.33", "product": { "name": "Oracle MySQL \u003c= 5.7.33", "product_id": "858573", "product_identification_helper": { "cpe": "cpe:/a:oracle:mysql:5.7.33" } } } ], "category": "product_name", "name": "MySQL" } ], "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" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-7317", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2019-7317" }, { "cve": "CVE-2020-17527", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2020-17527" }, { "cve": "CVE-2020-17530", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2020-17530" }, { "cve": "CVE-2020-1971", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2020-1971" }, { "cve": "CVE-2020-28196", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2020-28196" }, { "cve": "CVE-2020-8277", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2020-8277" }, { "cve": "CVE-2021-2144", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2144" }, { "cve": "CVE-2021-2146", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2146" }, { "cve": "CVE-2021-2154", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2154" }, { "cve": "CVE-2021-2160", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2160" }, { "cve": "CVE-2021-2162", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2162" }, { "cve": "CVE-2021-2164", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2164" }, { "cve": "CVE-2021-2166", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2166" }, { "cve": "CVE-2021-2169", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2169" }, { "cve": "CVE-2021-2170", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2170" }, { "cve": "CVE-2021-2171", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2171" }, { "cve": "CVE-2021-2172", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2172" }, { "cve": "CVE-2021-2174", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2174" }, { "cve": "CVE-2021-2178", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2178" }, { "cve": "CVE-2021-2179", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2179" }, { "cve": "CVE-2021-2180", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2180" }, { "cve": "CVE-2021-2193", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2193" }, { "cve": "CVE-2021-2194", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2194" }, { "cve": "CVE-2021-2196", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2196" }, { "cve": "CVE-2021-2201", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2201" }, { "cve": "CVE-2021-2202", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2202" }, { "cve": "CVE-2021-2203", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2203" }, { "cve": "CVE-2021-2208", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2208" }, { "cve": "CVE-2021-2212", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2212" }, { "cve": "CVE-2021-2213", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2213" }, { "cve": "CVE-2021-2215", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2215" }, { "cve": "CVE-2021-2217", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2217" }, { "cve": "CVE-2021-2226", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2226" }, { "cve": "CVE-2021-2230", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2230" }, { "cve": "CVE-2021-2232", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2232" }, { "cve": "CVE-2021-2278", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2278" }, { "cve": "CVE-2021-2293", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2293" }, { "cve": "CVE-2021-2298", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2298" }, { "cve": "CVE-2021-2299", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2299" }, { "cve": "CVE-2021-2300", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2300" }, { "cve": "CVE-2021-2301", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2301" }, { "cve": "CVE-2021-2304", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2304" }, { "cve": "CVE-2021-2305", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2305" }, { "cve": "CVE-2021-2307", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2307" }, { "cve": "CVE-2021-2308", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-2308" }, { "cve": "CVE-2021-23841", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-23841" }, { "cve": "CVE-2021-3449", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-3449" }, { "cve": "CVE-2021-3450", "notes": [ { "category": "description", "text": "In Oracle MySQL existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter Angreifer die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion und keine Authentisierung notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"High\" f\u00fcr \"Availability\", \"Confidentiality\" und \"Integrity\" und bewirkt damit eine \"hohe\" Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T013312", "398363", "T012167", "T004914", "T025794" ], "last_affected": [ "858573", "858555" ] }, "release_date": "2021-04-20T22:00:00.000+00:00", "title": "CVE-2021-3450" } ] }
wid-sec-w-2022-0585
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 entfernter, anonymer Angreifer kann eine Schwachstelle in OpenSSL ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Appliance\n- Linux\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-0585 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2020/wid-sec-w-2022-0585.json" }, { "category": "self", "summary": "WID-SEC-2022-0585 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0585" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0949 vom 2021-03-22", "url": "https://access.redhat.com/errata/RHSA-2021:0949" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-9137 vom 2021-03-26", "url": "https://linux.oracle.com/errata/ELSA-2021-9137.html" }, { "category": "external", "summary": "Nessus Network Monitor Security Advisory", "url": "https://de.tenable.com/security/tns-2021-09" }, { "category": "external", "summary": "ORACLE OVMSA-2021-0011 vom 2021-06-03", "url": "https://oss.oracle.com/pipermail/oraclevm-errata/2021-June/001014.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-9150 vom 2021-04-01", "url": "https://linux.oracle.com/errata/ELSA-2021-9150.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-9121 vom 2021-04-06", "url": "https://linux.oracle.com/errata/ELSA-2021-9121.html" }, { "category": "external", "summary": "XEROX Security Advisory XRX21-009 vom 2021-05-19", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2021/05/cert_XRX21-009_FFPSv9-S10_DvdUsb-Bulletin_May2021.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX21-008 vom 2021-05-19", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2021/05/cert_XRX21-008_FFPSv7-S10_DvdUsb-Bulletin_May2021.pdf" }, { "category": "external", "summary": "Brocade Security Advisory BSA-2020-1166 vom 2021-05-20", "url": "https://www.broadcom.com/support/fibre-channel-networking/security-advisories/brocade-security-advisory-2020-1166" }, { "category": "external", "summary": "Hitachi Vulnerability Information HITACHI-SEC-2021-119 vom 2021-05-21", "url": "https://www.hitachi.co.jp/Prod/comp/soft1/global/security/info/vuls/hitachi-sec-2021-119/index.html" }, { "category": "external", "summary": "OpenSSL Security Advisory vom 2020-12-08", "url": "https://www.openssl.org/news/secadv/20201208.txt" }, { "category": "external", "summary": "Debian Security Advisory DSA-4807 vom 2020-12-08", "url": "https://www.debian.org/security/2020/dsa-4807" }, { "category": "external", "summary": "Ubuntu Security Notice USN-4662-1 vom 2020-12-08", "url": "https://ubuntu.com/security/notices/USN-4662-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:14560-1 vom 2020-12-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007950.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:3722-1 vom 2020-12-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007948.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:3721-1 vom 2020-12-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007947.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:3720-1 vom 2020-12-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007945.html" }, { "category": "external", "summary": "FreeBSD Security Advisory FREEBSD-SA-20:33.OPENSSL vom 2020-12-10", "url": "https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:3732-1 vom 2020-12-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007953.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:3740-1 vom 2020-12-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007960.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-2493 vom 2020-12-14", "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-2492 vom 2020-12-14", "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:3762-1 vom 2020-12-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007974.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:3763-1 vom 2020-12-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-December/007976.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5422 vom 2020-12-15", "url": "https://access.redhat.com/errata/RHSA-2020:5422" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5476 vom 2020-12-15", "url": "https://access.redhat.com/errata/RHSA-2020:5476" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5566 vom 2020-12-16", "url": "https://access.redhat.com/errata/RHSA-2020:5566" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5588 vom 2020-12-16", "url": "https://access.redhat.com/errata/RHSA-2020:5588" }, { "category": "external", "summary": "Arch Linux Security Advisory ASA-202012-24 vom 2020-12-17", "url": "https://security.archlinux.org/ASA-202012-24/generate" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2020-5476 vom 2020-12-17", "url": "http://linux.oracle.com/errata/ELSA-2020-5476.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2020-5566 vom 2020-12-17", "url": "http://linux.oracle.com/errata/ELSA-2020-5566-1.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5623 vom 2020-12-17", "url": "https://access.redhat.com/errata/RHSA-2020:5623" }, { "category": "external", "summary": "CentOS Security Advisory CESA-2020:5566 vom 2020-12-18", "url": "http://centos-announce.2309468.n4.nabble.com/CentOS-announce-CESA-2020-5566-Important-CentOS-7-openssl-Security-Update-tp4646080.html" }, { "category": "external", "summary": "NetApp Security Advisory NTAP-20201218-0005 vom 2020-12-18", "url": "https://security.netapp.com/advisory/ntap-20201218-0005/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5637 vom 2020-12-21", "url": "https://access.redhat.com/errata/RHSA-2020:5637" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5639 vom 2020-12-21", "url": "https://access.redhat.com/errata/RHSA-2020:5639" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5640 vom 2020-12-21", "url": "https://access.redhat.com/errata/RHSA-2020:5640" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5641 vom 2020-12-21", "url": "https://access.redhat.com/errata/RHSA-2020:5641" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5614 vom 2020-12-21", "url": "https://access.redhat.com/errata/RHSA-2020:5614" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5642 vom 2020-12-21", "url": "https://access.redhat.com/errata/RHSA-2020:5642" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202012-13 vom 2020-12-23", "url": "https://security.gentoo.org/glsa/202012-13" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0056 vom 2021-01-11", "url": "https://access.redhat.com/errata/RHSA-2021:0056" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:0068-1 vom 2021-01-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008167.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0083 vom 2021-01-12", "url": "https://access.redhat.com/errata/RHSA-2021:0083" }, { "category": "external", "summary": "F5 Security Advisory K42910051 vom 2021-01-14", "url": "https://support.f5.com/csp/article/K42910051" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0146 vom 2021-01-14", "url": "https://access.redhat.com/errata/RHSA-2021:0146" }, { "category": "external", "summary": "Avaya Security Advisory", "url": "https://downloads.avaya.com/css/P8/documents/101073396" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0039 vom 2021-01-18", "url": "https://access.redhat.com/errata/RHSA-2021:0039" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0037 vom 2021-01-18", "url": "https://access.redhat.com/errata/RHSA-2021:0038" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0187 vom 2021-01-19", "url": "https://access.redhat.com/errata/RHSA-2021:0187" }, { "category": "external", "summary": "Tenable Security Advisory", "url": "https://de.tenable.com/security/tns-2020-12" }, { "category": "external", "summary": "Tenable Security Advisory", "url": "https://de.tenable.com/security/tns-2020-13" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0486 vom 2021-02-11", "url": "https://access.redhat.com/errata/RHSA-2021:0486" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0488 vom 2021-02-11", "url": "https://access.redhat.com/errata/RHSA-2021:0488" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0489 vom 2021-02-11", "url": "https://access.redhat.com/errata/RHSA-2021:0489" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0491 vom 2021-02-11", "url": "https://access.redhat.com/errata/RHSA-2021:0491" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0494 vom 2021-02-11", "url": "https://access.redhat.com/errata/RHSA-2021:0494" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:0495 vom 2021-02-11", "url": "https://access.redhat.com/errata/RHSA-2021:0495" }, { "category": "external", "summary": "Meinberg Security Advisory MBGSA-2021.01", "url": "https://www.meinberg.de/german/news/meinberg-security-advisory-mbgsa-2021-01-meinberg-lantime-firmware-v7-00-014-und-v6-24-027.htm" }, { "category": "external", "summary": "Ubuntu Security Notice USN-4745-1 vom 2021-02-23", "url": "https://ubuntu.com/security/notices/USN-4745-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5635 vom 2021-02-24", "url": "https://access.redhat.com/errata/RHSA-2020:5635" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:5633 vom 2021-02-24", "url": "https://access.redhat.com/errata/RHSA-2020:5633" }, { "category": "external", "summary": "HCL Article KB0090473 vom 2021-07-07", "url": "https://support.hcltechsw.com/csm?id=kb_article\u0026sysparm_article=KB0090473" }, { "category": "external", "summary": "Juniper Security Advisory JSA11206 vom 2021-07-14", "url": "https://kb.juniper.net/InfoCenter/index?page=content\u0026id=JSA11206\u0026cat=SIRT_1" }, { "category": "external", "summary": "HPE Security Bulletin", "url": "https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-hpesbst04141en_us" }, { "category": "external", "summary": "HCL Article KB0090800 vom 2021-08-03", "url": "https://support.hcltechsw.com/csm?id=kb_article\u0026sysparm_article=KB0090800" }, { "category": "external", "summary": "HCL Article KB0089649 vom 2021-08-12", "url": "https://support.hcltechsw.com/csm?id=kb_article\u0026sysparm_article=KB0089649" }, { "category": "external", "summary": "Dell NetWorker Security Update", "url": "https://www.dell.com/support/kbdoc/de-de/000189694/dsa-2021-125-dell-emc-networker-security-update-for-multiple-vulnerabilities" }, { "category": "external", "summary": "HPE Security Bulletin", "url": "https://support.hpe.com/hpesc/public/docDisplay?docId=hpesbux04309en_us\u0026hprpt_id=ALERT_HPE_3024068\u0026jumpid=em_pom8nu6hj_aid-520066529" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-9272 vom 2022-04-08", "url": "https://linux.oracle.com/errata/ELSA-2022-9272.html" }, { "category": "external", "summary": "ORACLE OVMSA-2022-0018 vom 2022-07-05", "url": "https://linux.oracle.com/errata/OVMSA-2022-0018.html" }, { "category": "external", "summary": "Juniper Security Advisory JSA69715 vom 2021-07-13", "url": "https://supportportal.juniper.net/s/article/2022-07-Security-Bulletin-Junos-OS-OpenSSL-security-fixes" }, { "category": "external", "summary": "Dell Knowledge Base Article", "url": "https://www.dell.com/support/kbdoc/en-us/000221474/dsa-2024-059-security-update-for-dell-networker-multiple-components-vulnerabilities" }, { "category": "external", "summary": "Hitachi Vulnerability Information HITACHI-SEC-2023-126 vom 2023-07-18", "url": "https://www.hitachi.com/products/it/software/security/info/vuls/hitachi-sec-2023-126/index.html" }, { "category": "external", "summary": "IBM Security Bulletin 7056034 vom 2023-10-19", "url": "https://www.ibm.com/support/pages/node/7056034" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-13025 vom 2023-12-07", "url": "https://linux.oracle.com/errata/ELSA-2023-13025.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-32790 vom 2023-12-07", "url": "https://linux.oracle.com/errata/ELSA-2023-32790.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-13024 vom 2023-12-07", "url": "https://linux.oracle.com/errata/ELSA-2023-13024.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-13026 vom 2023-12-07", "url": "https://linux.oracle.com/errata/ELSA-2023-13026.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-13027 vom 2023-12-07", "url": "https://linux.oracle.com/errata/ELSA-2023-13027.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-32791 vom 2023-12-07", "url": "https://linux.oracle.com/errata/ELSA-2023-32791.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-2502 vom 2024-03-19", "url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2502.html" }, { "category": "external", "summary": "SolarWinds Platform 2024.2 release notes vom 2024-06-04", "url": "https://documentation.solarwinds.com/en/success_center/orionplatform/content/release_notes/solarwinds_platform_2024-2_release_notes.htm" }, { "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-12842 vom 2024-11-25", "url": "https://linux.oracle.com/errata/ELSA-2024-12842.html" } ], "source_lang": "en-US", "title": "OpenSSL: Schwachstelle erm\u00f6glicht Denial of Service", "tracking": { "current_release_date": "2024-11-25T23:00:00.000+00:00", "generator": { "date": "2024-11-26T09:24:59.604+00:00", "engine": { "name": "BSI-WID", "version": "1.3.8" } }, "id": "WID-SEC-W-2022-0585", "initial_release_date": "2020-12-08T23:00:00.000+00:00", "revision_history": [ { "date": "2020-12-08T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2020-12-09T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE und FreeBSD aufgenommen" }, { "date": "2020-12-10T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2020-12-13T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Debian und SUSE aufgenommen" }, { "date": "2020-12-14T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2020-12-15T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2020-12-16T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat, Arch Linux und Oracle Linux aufgenommen" }, { "date": "2020-12-17T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat und CentOS aufgenommen" }, { "date": "2020-12-20T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2020-12-21T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2020-12-23T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2021-01-10T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-01-11T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-01-12T23:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-01-13T23:00:00.000+00:00", "number": "15", "summary": "Neue Updates von F5 aufgenommen" }, { "date": "2021-01-14T23:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-01-17T23:00:00.000+00:00", "number": "17", "summary": "Neue Updates von AVAYA aufgenommen" }, { "date": "2021-01-18T23:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-01-19T23:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-02-02T23:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Tenable aufgenommen" }, { "date": "2021-02-11T23:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Red Hat und Meinberg aufgenommen" }, { "date": "2021-02-23T23:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2021-02-24T23:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-03-21T23:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-03-25T23:00:00.000+00:00", "number": "25", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2021-03-31T22:00:00.000+00:00", "number": "26", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2021-04-06T22:00:00.000+00:00", "number": "27", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2021-05-11T22:00:00.000+00:00", "number": "28", "summary": "Neue Updates von Tenable aufgenommen" }, { "date": "2021-05-19T22:00:00.000+00:00", "number": "29", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2021-05-20T22:00:00.000+00:00", "number": "30", "summary": "Neue Updates von BROCADE und HITACHI aufgenommen" }, { "date": "2021-06-03T22:00:00.000+00:00", "number": "31", "summary": "Neue Updates von ORACLE aufgenommen" }, { "date": "2021-07-06T22:00:00.000+00:00", "number": "32", "summary": "Neue Updates von HCL aufgenommen" }, { "date": "2021-07-14T22:00:00.000+00:00", "number": "33", "summary": "Neue Updates von Juniper aufgenommen" }, { "date": "2021-07-25T22:00:00.000+00:00", "number": "34", "summary": "Neue Updates von HP aufgenommen" }, { "date": "2021-08-02T22:00:00.000+00:00", "number": "35", "summary": "Neue Updates von HCL aufgenommen" }, { "date": "2021-08-11T22:00:00.000+00:00", "number": "36", "summary": "Neue Updates von HCL aufgenommen" }, { "date": "2021-08-18T22:00:00.000+00:00", "number": "37", "summary": "Neue Updates von EMC aufgenommen" }, { "date": "2022-04-10T22:00:00.000+00:00", "number": "38", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-05-22T22:00:00.000+00:00", "number": "39", "summary": "Neue Updates von HP aufgenommen" }, { "date": "2022-07-06T22:00:00.000+00:00", "number": "40", "summary": "Neue Updates von ORACLE aufgenommen" }, { "date": "2022-07-13T22:00:00.000+00:00", "number": "41", "summary": "Neue Updates von Juniper aufgenommen" }, { "date": "2023-07-17T22:00:00.000+00:00", "number": "42", "summary": "Neue Updates von HITACHI aufgenommen" }, { "date": "2023-07-18T22:00:00.000+00:00", "number": "43", "summary": "Hitachi Produkte erg\u00e4nzt." }, { "date": "2023-10-19T22:00:00.000+00:00", "number": "44", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-12-07T23:00:00.000+00:00", "number": "45", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-01-25T23:00:00.000+00:00", "number": "46", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-03-18T23:00:00.000+00:00", "number": "47", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-06-03T22:00:00.000+00:00", "number": "48", "summary": "Neue Updates aufgenommen" }, { "date": "2024-06-04T22:00:00.000+00:00", "number": "49", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-11-25T23:00:00.000+00:00", "number": "50", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "50" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Avaya Aura Application Enablement Services", "product": { "name": "Avaya Aura Application Enablement Services", "product_id": "T015516", "product_identification_helper": { "cpe": "cpe:/a:avaya:aura_application_enablement_services:-" } } }, { "category": "product_name", "name": "Avaya Aura Communication Manager", "product": { "name": "Avaya Aura Communication Manager", "product_id": "T015126", "product_identification_helper": { "cpe": "cpe:/a:avaya:communication_manager:-" } } }, { "category": "product_name", "name": "Avaya Aura Session Manager", "product": { "name": "Avaya Aura Session Manager", "product_id": "T015127", "product_identification_helper": { "cpe": "cpe:/a:avaya:session_manager:-" } } }, { "category": "product_name", "name": "Avaya Aura System Manager", "product": { "name": "Avaya Aura System Manager", "product_id": "T015518", "product_identification_helper": { "cpe": "cpe:/a:avaya:aura_system_manager:-" } } }, { "category": "product_name", "name": "Avaya Web License Manager", "product": { "name": "Avaya Web License Manager", "product_id": "T016243", "product_identification_helper": { "cpe": "cpe:/a:avaya:web_license_manager:-" } } } ], "category": "vendor", "name": "Avaya" }, { "branches": [ { "category": "product_name", "name": "Broadcom Brocade Switch", "product": { "name": "Broadcom Brocade Switch", "product_id": "T015844", "product_identification_helper": { "cpe": "cpe:/h:brocade:switch:-" } } } ], "category": "vendor", "name": "Broadcom" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c19.10", "product": { "name": "Dell NetWorker \u003c19.10", "product_id": "T032354" } }, { "category": "product_version", "name": "19.1", "product": { "name": "Dell NetWorker 19.10", "product_id": "T032354-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:19.10" } } } ], "category": "product_name", "name": "NetWorker" } ], "category": "vendor", "name": "Dell" }, { "branches": [ { "category": "product_name", "name": "EMC NetWorker", "product": { "name": "EMC NetWorker", "product_id": "3479", "product_identification_helper": { "cpe": "cpe:/a:emc:networker:-" } } } ], "category": "vendor", "name": "EMC" }, { "branches": [ { "category": "product_name", "name": "F5 BIG-IP", "product": { "name": "F5 BIG-IP", "product_id": "T001663", "product_identification_helper": { "cpe": "cpe:/a:f5:big-ip:-" } } } ], "category": "vendor", "name": "F5" }, { "branches": [ { "category": "product_name", "name": "FreeBSD Project FreeBSD OS", "product": { "name": "FreeBSD Project FreeBSD OS", "product_id": "4035", "product_identification_helper": { "cpe": "cpe:/o:freebsd:freebsd:-" } } } ], "category": "vendor", "name": "FreeBSD Project" }, { "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": "HCL BigFix", "product": { "name": "HCL BigFix", "product_id": "T017494", "product_identification_helper": { "cpe": "cpe:/a:hcltech:bigfix:-" } } } ], "category": "vendor", "name": "HCL" }, { "branches": [ { "category": "product_name", "name": "HPE Fabric OS", "product": { "name": "HPE Fabric OS", "product_id": "T019403", "product_identification_helper": { "cpe": "cpe:/o:hpe:fabric_os:-" } } }, { "category": "product_name", "name": "HPE Switch", "product": { "name": "HPE Switch", "product_id": "T002194", "product_identification_helper": { "cpe": "cpe:/h:hp:switch:2620" } } } ], "category": "vendor", "name": "HPE" }, { "branches": [ { "category": "product_name", "name": "Hitachi Command Suite", "product": { "name": "Hitachi Command Suite", "product_id": "T010951", "product_identification_helper": { "cpe": "cpe:/a:hitachi:command_suite:-" } } }, { "category": "product_name", "name": "Hitachi Configuration Manager", "product": { "name": "Hitachi Configuration Manager", "product_id": "T020304", "product_identification_helper": { "cpe": "cpe:/a:hitachi:configuration_manager:-" } } }, { "category": "product_name", "name": "Hitachi Ops Center", "product": { "name": "Hitachi Ops Center", "product_id": "T017562", "product_identification_helper": { "cpe": "cpe:/a:hitachi:ops_center:-" } } } ], "category": "vendor", "name": "Hitachi" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c8.0.0.24", "product": { "name": "IBM Rational Build Forge \u003c8.0.0.24", "product_id": "T030689" } }, { "category": "product_version", "name": "8.0.0.24", "product": { "name": "IBM Rational Build Forge 8.0.0.24", "product_id": "T030689-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:rational_build_forge:8.0.0.24" } } } ], "category": "product_name", "name": "Rational Build Forge" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "category": "product_name", "name": "Juniper JUNOS", "product": { "name": "Juniper JUNOS", "product_id": "5930", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:-" } } } ], "category": "vendor", "name": "Juniper" }, { "branches": [ { "category": "product_name", "name": "Meinberg LANTIME", "product": { "name": "Meinberg LANTIME", "product_id": "T018353", "product_identification_helper": { "cpe": "cpe:/h:meinberg:lantime:-" } } } ], "category": "vendor", "name": "Meinberg" }, { "branches": [ { "category": "product_name", "name": "Open Source Arch Linux", "product": { "name": "Open Source Arch Linux", "product_id": "T013312", "product_identification_helper": { "cpe": "cpe:/o:archlinux:archlinux:-" } } }, { "category": "product_name", "name": "Open Source CentOS", "product": { "name": "Open Source CentOS", "product_id": "1727", "product_identification_helper": { "cpe": "cpe:/o:centos:centos:-" } } }, { "branches": [ { "category": "product_version_range", "name": "\u003c=1.1.1h", "product": { "name": "Open Source OpenSSL \u003c=1.1.1h", "product_id": "T017862" } }, { "category": "product_version_range", "name": "\u003c=1.1.1h", "product": { "name": "Open Source OpenSSL \u003c=1.1.1h", "product_id": "T017862-fixed" } }, { "category": "product_version_range", "name": "\u003c=1.0.2w", "product": { "name": "Open Source OpenSSL \u003c=1.0.2w", "product_id": "T017863" } }, { "category": "product_version_range", "name": "\u003c=1.0.2w", "product": { "name": "Open Source OpenSSL \u003c=1.0.2w", "product_id": "T017863-fixed" } } ], "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": "product_name", "name": "Oracle VM", "product": { "name": "Oracle VM", "product_id": "T011119", "product_identification_helper": { "cpe": "cpe:/a:oracle:vm:-" } } } ], "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": [ { "branches": [ { "category": "product_version_range", "name": "\u003c2024.2", "product": { "name": "SolarWinds Platform \u003c2024.2", "product_id": "T035149" } }, { "category": "product_version", "name": "2024.2", "product": { "name": "SolarWinds Platform 2024.2", "product_id": "T035149-fixed", "product_identification_helper": { "cpe": "cpe:/a:solarwinds:orion_platform:2024.2" } } } ], "category": "product_name", "name": "Platform" } ], "category": "vendor", "name": "SolarWinds" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c8.13.1", "product": { "name": "Tenable Security Nessus \u003c8.13.1", "product_id": "T018228" } }, { "category": "product_version", "name": "8.13.1", "product": { "name": "Tenable Security Nessus 8.13.1", "product_id": "T018228-fixed", "product_identification_helper": { "cpe": "cpe:/a:tenable:nessus:8.13.1" } } } ], "category": "product_name", "name": "Nessus" }, { "branches": [ { "category": "product_version_range", "name": "\u003c5.13.1", "product": { "name": "Tenable Security Nessus Network Monitor \u003c5.13.1", "product_id": "T019318" } }, { "category": "product_version", "name": "5.13.1", "product": { "name": "Tenable Security Nessus Network Monitor 5.13.1", "product_id": "T019318-fixed", "product_identification_helper": { "cpe": "cpe:/a:tenable:nessus_network_monitor:5.13.1" } } } ], "category": "product_name", "name": "Nessus Network Monitor" } ], "category": "vendor", "name": "Tenable Security" }, { "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": "9", "product": { "name": "Xerox FreeFlow Print Server 9", "product_id": "T002977", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:9" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in OpenSSL. Die Funktion \"GENERAL_NAME_cmp\" verh\u00e4lt sich fehlerhaft, wenn mehrere \"GENERAL-NAME\" Felder in einem Zertifikat einen \"EDIPARTYNAME\" enthalten. Ein Angreifer kann dann eine NULL-Pointer-Dereferenzierung ausnutzen, um OpenSSL zum Absturz zu bringen und damit einen Denial-of-Service zu verursachen." } ], "product_status": { "known_affected": [ "T002194", "67646", "4035", "T010951", "T015844", "T030689", "T015127", "T015126", "T002977", "T004914", "T017494", "3479", "T018228", "T020304", "T019318", "5930", "T001663", "398363", "T011119", "T015518", "T035149", "T015516", "T013312", "T012167", "T032354", "T018353", "T016243", "T017562", "T019403", "2951", "T002207", "T000126", "1727" ], "last_affected": [ "T017862", "T017863" ] }, "release_date": "2020-12-08T23:00:00.000+00:00", "title": "CVE-2020-1971" } ] }
fkie_cve-2020-1971
Vulnerability from fkie_nvd
▶ | URL | Tags | |
---|---|---|---|
openssl-security@openssl.org | http://www.openwall.com/lists/oss-security/2021/09/14/2 | Mailing List, Third Party Advisory | |
openssl-security@openssl.org | https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf | Third Party Advisory | |
openssl-security@openssl.org | https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e | ||
openssl-security@openssl.org | https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=f960d81215ebf3f65e03d4d5d857fb9b666d6920 | ||
openssl-security@openssl.org | https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676 | Third Party Advisory | |
openssl-security@openssl.org | https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c%40%3Cdev.tomcat.apache.org%3E | ||
openssl-security@openssl.org | https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143%40%3Ccommits.pulsar.apache.org%3E | ||
openssl-security@openssl.org | https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html | Mailing List, Third Party Advisory | |
openssl-security@openssl.org | https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html | Mailing List, Third Party Advisory | |
openssl-security@openssl.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/ | ||
openssl-security@openssl.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/ | ||
openssl-security@openssl.org | https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc | Third Party Advisory | |
openssl-security@openssl.org | https://security.gentoo.org/glsa/202012-13 | Third Party Advisory | |
openssl-security@openssl.org | https://security.netapp.com/advisory/ntap-20201218-0005/ | Third Party Advisory | |
openssl-security@openssl.org | https://security.netapp.com/advisory/ntap-20210513-0002/ | Third Party Advisory | |
openssl-security@openssl.org | https://security.netapp.com/advisory/ntap-20240621-0006/ | ||
openssl-security@openssl.org | https://www.debian.org/security/2020/dsa-4807 | Third Party Advisory | |
openssl-security@openssl.org | https://www.openssl.org/news/secadv/20201208.txt | Vendor Advisory | |
openssl-security@openssl.org | https://www.oracle.com//security-alerts/cpujul2021.html | Patch, Third Party Advisory | |
openssl-security@openssl.org | https://www.oracle.com/security-alerts/cpuApr2021.html | Patch, Third Party Advisory | |
openssl-security@openssl.org | https://www.oracle.com/security-alerts/cpuapr2022.html | Patch, Third Party Advisory | |
openssl-security@openssl.org | https://www.oracle.com/security-alerts/cpujan2021.html | Third Party Advisory | |
openssl-security@openssl.org | https://www.oracle.com/security-alerts/cpuoct2021.html | Third Party Advisory | |
openssl-security@openssl.org | https://www.tenable.com/security/tns-2020-11 | Third Party Advisory | |
openssl-security@openssl.org | https://www.tenable.com/security/tns-2021-09 | Third Party Advisory | |
openssl-security@openssl.org | https://www.tenable.com/security/tns-2021-10 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2021/09/14/2 | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e | ||
af854a3a-2127-422b-91ae-364da2661108 | https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=f960d81215ebf3f65e03d4d5d857fb9b666d6920 | ||
af854a3a-2127-422b-91ae-364da2661108 | https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c%40%3Cdev.tomcat.apache.org%3E | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143%40%3Ccommits.pulsar.apache.org%3E | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202012-13 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20201218-0005/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20210513-0002/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20240621-0006/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://www.debian.org/security/2020/dsa-4807 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.openssl.org/news/secadv/20201208.txt | Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.oracle.com//security-alerts/cpujul2021.html | Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.oracle.com/security-alerts/cpuApr2021.html | Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.oracle.com/security-alerts/cpuapr2022.html | Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.oracle.com/security-alerts/cpujan2021.html | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.oracle.com/security-alerts/cpuoct2021.html | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.tenable.com/security/tns-2020-11 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.tenable.com/security/tns-2021-09 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.tenable.com/security/tns-2021-10 | Third Party Advisory |
Vendor | Product | Version | |
---|---|---|---|
openssl | openssl | * | |
openssl | openssl | * | |
debian | debian_linux | 9.0 | |
debian | debian_linux | 10.0 | |
fedoraproject | fedora | 32 | |
fedoraproject | fedora | 33 | |
oracle | api_gateway | 11.1.2.4.0 | |
oracle | business_intelligence | 5.5.0.0.0 | |
oracle | business_intelligence | 5.9.0.0.0 | |
oracle | business_intelligence | 12.2.1.3.0 | |
oracle | business_intelligence | 12.2.1.4.0 | |
oracle | communications_cloud_native_core_network_function_cloud_native_environment | 1.10.0 | |
oracle | communications_diameter_intelligence_hub | * | |
oracle | communications_diameter_intelligence_hub | * | |
oracle | communications_session_border_controller | cz8.2 | |
oracle | communications_session_border_controller | cz8.3 | |
oracle | communications_session_border_controller | cz8.4 | |
oracle | communications_session_router | cz8.2 | |
oracle | communications_session_router | cz8.3 | |
oracle | communications_session_router | cz8.4 | |
oracle | communications_subscriber-aware_load_balancer | cz8.2 | |
oracle | communications_subscriber-aware_load_balancer | cz8.3 | |
oracle | communications_subscriber-aware_load_balancer | cz8.4 | |
oracle | communications_unified_session_manager | scz8.2.5 | |
oracle | enterprise_communications_broker | pcz3.1 | |
oracle | enterprise_communications_broker | pcz3.2 | |
oracle | enterprise_communications_broker | pcz3.3 | |
oracle | enterprise_manager_base_platform | 13.3.0.0 | |
oracle | enterprise_manager_base_platform | 13.4.0.0 | |
oracle | enterprise_manager_for_storage_management | 13.4.0.0 | |
oracle | enterprise_manager_ops_center | 12.4.0.0 | |
oracle | enterprise_session_border_controller | cz8.2 | |
oracle | enterprise_session_border_controller | cz8.3 | |
oracle | enterprise_session_border_controller | cz8.4 | |
oracle | essbase | 21.2 | |
oracle | graalvm | 19.3.4 | |
oracle | graalvm | 20.3.0 | |
oracle | http_server | 12.2.1.4.0 | |
oracle | jd_edwards_enterpriseone_tools | * | |
oracle | jd_edwards_world_security | a9.4 | |
oracle | mysql | * | |
oracle | mysql_server | * | |
oracle | mysql_server | * | |
oracle | peoplesoft_enterprise_peopletools | 8.56 | |
oracle | peoplesoft_enterprise_peopletools | 8.57 | |
oracle | peoplesoft_enterprise_peopletools | 8.58 | |
netapp | active_iq_unified_manager | - | |
netapp | active_iq_unified_manager | - | |
netapp | clustered_data_ontap_antivirus_connector | - | |
netapp | data_ontap | - | |
netapp | e-series_santricity_os_controller | * | |
netapp | hci_management_node | - | |
netapp | manageability_software_development_kit | - | |
netapp | oncommand_insight | - | |
netapp | oncommand_workflow_automation | - | |
netapp | plug-in_for_symantec_netbackup | - | |
netapp | santricity_smi-s_provider | - | |
netapp | snapcenter | - | |
netapp | solidfire | - | |
netapp | hci_compute_node | - | |
netapp | hci_storage_node | - | |
netapp | ef600a_firmware | - | |
netapp | ef600a | - | |
netapp | aff_a250_firmware | - | |
netapp | aff_a250 | - | |
tenable | log_correlation_engine | * | |
tenable | nessus_network_monitor | * | |
siemens | sinec_infrastructure_network_services | * | |
nodejs | node.js | * | |
nodejs | node.js | * | |
nodejs | node.js | * | |
nodejs | node.js | * | |
nodejs | node.js | * | |
nodejs | node.js | * | |
nodejs | node.js | * |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*", "matchCriteriaId": "4D0947DA-4A07-4C73-9FE7-7666734C568B", "versionEndExcluding": "1.0.2x", "versionStartIncluding": "1.0.2", "vulnerable": true }, { "criteria": "cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*", "matchCriteriaId": "BFE3E95C-90F0-48C0-A737-28AD6AC2BDB8", "versionEndExcluding": "1.1.1i", "versionStartIncluding": "1.1.1", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*", "matchCriteriaId": "36D96259-24BD-44E2-96D9-78CE1D41F956", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*", "matchCriteriaId": "E460AA51-FCDA-46B9-AE97-E6676AA5E194", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:oracle:api_gateway:11.1.2.4.0:*:*:*:*:*:*:*", "matchCriteriaId": "A5553591-073B-45E3-999F-21B8BA2EEE22", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:business_intelligence:5.5.0.0.0:*:*:*:enterprise:*:*:*", "matchCriteriaId": "D40AD626-B23A-44A3-A6C0-1FFB4D647AE4", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:business_intelligence:5.9.0.0.0:*:*:*:enterprise:*:*:*", "matchCriteriaId": "B602F9E8-1580-436C-A26D-6E6F8121A583", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:business_intelligence:12.2.1.3.0:*:*:*:enterprise:*:*:*", "matchCriteriaId": "77C3DD16-1D81-40E1-B312-50FBD275507C", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*", "matchCriteriaId": "81DAC8C0-D342-44B5-9432-6B88D389584F", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.10.0:*:*:*:*:*:*:*", "matchCriteriaId": "C2A5B24D-BDF2-423C-98EA-A40778C01A05", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_diameter_intelligence_hub:*:*:*:*:*:*:*:*", "matchCriteriaId": "B5B4A191-44AE-4C35-9164-19237D2CF013", "versionEndIncluding": "8.1.0", "versionStartIncluding": "8.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_diameter_intelligence_hub:*:*:*:*:*:*:*:*", "matchCriteriaId": "A543B4F8-149A-48AB-B388-AB7FA2ECAC18", "versionEndIncluding": "8.2.3", "versionStartIncluding": "8.2.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_session_border_controller:cz8.2:*:*:*:*:*:*:*", "matchCriteriaId": "45F90ABB-2633-447C-B510-D63D9898BD67", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_session_border_controller:cz8.3:*:*:*:*:*:*:*", "matchCriteriaId": "22822A0F-A2C4-427A-931F-428D2C010ECD", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_session_border_controller:cz8.4:*:*:*:*:*:*:*", "matchCriteriaId": "62A561CF-09BE-4EDB-AAB7-4B057C0B0E44", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_session_router:cz8.2:*:*:*:*:*:*:*", "matchCriteriaId": "58E8C3A9-1B8B-4D13-B0E9-DC620F619DD9", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_session_router:cz8.3:*:*:*:*:*:*:*", "matchCriteriaId": "5C880943-5A11-483E-9DA8-88D1D487BAA4", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_session_router:cz8.4:*:*:*:*:*:*:*", "matchCriteriaId": "ECF63433-30CC-4E0D-B66A-FD160111763B", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:cz8.2:*:*:*:*:*:*:*", "matchCriteriaId": "662B8154-6FFA-4B63-B5AD-18B1CECB3AF6", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:cz8.3:*:*:*:*:*:*:*", "matchCriteriaId": "5F2BFCE3-D743-4AC6-8FEC-75CAF66BFB65", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:cz8.4:*:*:*:*:*:*:*", "matchCriteriaId": "B8D05530-BFC7-4652-B387-BC931F43AB5B", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:communications_unified_session_manager:scz8.2.5:*:*:*:*:*:*:*", "matchCriteriaId": "A200B074-61AF-4E1D-8F96-A73BECF81BC4", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:enterprise_communications_broker:pcz3.1:*:*:*:*:*:*:*", "matchCriteriaId": "83739D8B-EAA0-43CD-B0EB-278C2F65CA42", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:enterprise_communications_broker:pcz3.2:*:*:*:*:*:*:*", "matchCriteriaId": "2D3AD28E-4372-4B22-A0B9-B9BA7760E381", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:enterprise_communications_broker:pcz3.3:*:*:*:*:*:*:*", "matchCriteriaId": "4B317147-064A-4786-B3D6-CDE1653E067E", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:enterprise_manager_base_platform:13.3.0.0:*:*:*:*:*:*:*", "matchCriteriaId": "7582B307-3899-4BBB-B868-BC912A4D0109", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:enterprise_manager_base_platform:13.4.0.0:*:*:*:*:*:*:*", "matchCriteriaId": "D26F3E23-F1A9-45E7-9E5F-0C0A24EE3783", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:enterprise_manager_for_storage_management:13.4.0.0:*:*:*:*:*:*:*", "matchCriteriaId": "61516569-C48F-4362-B334-8CA10EDB0EC2", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:enterprise_manager_ops_center:12.4.0.0:*:*:*:*:*:*:*", "matchCriteriaId": "B095CC03-7077-4A58-AB25-CC5380CDCE5A", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:enterprise_session_border_controller:cz8.2:*:*:*:*:*:*:*", "matchCriteriaId": "EC124081-4465-4A80-897A-1DAC1013915E", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:enterprise_session_border_controller:cz8.3:*:*:*:*:*:*:*", "matchCriteriaId": "B2AFC7C4-9FCC-425B-A010-F9EA0665753F", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:enterprise_session_border_controller:cz8.4:*:*:*:*:*:*:*", "matchCriteriaId": "FC109637-7BCA-4E9D-AC51-48D488E17E2B", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:essbase:21.2:*:*:*:*:*:*:*", "matchCriteriaId": "394A16F2-CCD4-44E5-BF6B-E0C782A9FA38", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:graalvm:19.3.4:*:*:*:enterprise:*:*:*", "matchCriteriaId": "937F66F5-F5BA-4156-82E0-EB2C99ABD41A", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:graalvm:20.3.0:*:*:*:enterprise:*:*:*", "matchCriteriaId": "BC0F8B31-F93B-40B6-9C06-A3996DC63829", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:http_server:12.2.1.4.0:*:*:*:*:*:*:*", "matchCriteriaId": "AD04BEE5-E9A8-4584-A68C-0195CE9C402C", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:jd_edwards_enterpriseone_tools:*:*:*:*:*:*:*:*", "matchCriteriaId": "4BCA7DD9-8599-4E43-9D82-999BE15483B9", "versionEndExcluding": "9.2.5.3", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:jd_edwards_world_security:a9.4:*:*:*:*:*:*:*", "matchCriteriaId": "0B1CAD50-749F-4ADB-A046-BF3585677A58", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:mysql:*:*:*:*:*:*:*:*", "matchCriteriaId": "16DEEDB2-E304-41A3-97DB-EDDFB16BE624", "versionEndIncluding": "8.0.22", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*", "matchCriteriaId": "B4335442-548B-48AB-A399-DB146C6A8705", "versionEndIncluding": "5.7.32", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*", "matchCriteriaId": "B7EAD39D-A892-4667-89D9-F66A33EAF9B7", "versionEndIncluding": "8.0.22", "versionStartIncluding": "8.0.15", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.56:*:*:*:*:*:*:*", "matchCriteriaId": "D0A735B4-4F3C-416B-8C08-9CB21BAD2889", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.57:*:*:*:*:*:*:*", "matchCriteriaId": "7E1E416B-920B-49A0-9523-382898C2979D", "vulnerable": true }, { "criteria": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:*", "matchCriteriaId": "D9DB4A14-2EF5-4B54-95D2-75E6CF9AA0A9", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:vmware_vsphere:*:*", "matchCriteriaId": "3A756737-1CC4-42C2-A4DF-E1C893B4E2D5", "vulnerable": true }, { "criteria": "cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:windows:*:*", "matchCriteriaId": "B55E8D50-99B4-47EC-86F9-699B67D473CE", "vulnerable": true }, { "criteria": "cpe:2.3:a:netapp:clustered_data_ontap_antivirus_connector:-:*:*:*:*:*:*:*", "matchCriteriaId": "62347994-1353-497C-9C4A-D5D8D95F67E8", "vulnerable": true }, { "criteria": "cpe:2.3:a:netapp:data_ontap:-:*:*:*:*:7-mode:*:*", "matchCriteriaId": "6C2ACC32-5147-4EA5-95BE-B6B4EAB3D82B", "vulnerable": true }, { "criteria": "cpe:2.3:a:netapp:e-series_santricity_os_controller:*:*:*:*:*:*:*:*", "matchCriteriaId": "BD1E9594-C46F-40D1-8BC2-6B16635B55C4", "versionEndIncluding": "11.60.3", "versionStartIncluding": "11.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:netapp:hci_management_node:-:*:*:*:*:*:*:*", "matchCriteriaId": "A3C19813-E823-456A-B1CE-EC0684CE1953", "vulnerable": true }, { "criteria": "cpe:2.3:a:netapp:manageability_software_development_kit:-:*:*:*:*:*:*:*", "matchCriteriaId": "D39DCAE7-494F-40B2-867F-6C6A077939DD", "vulnerable": true }, { "criteria": "cpe:2.3:a:netapp:oncommand_insight:-:*:*:*:*:*:*:*", "matchCriteriaId": "F1BE6C1F-2565-4E97-92AA-16563E5660A5", "vulnerable": true }, { "criteria": "cpe:2.3:a:netapp:oncommand_workflow_automation:-:*:*:*:*:*:*:*", "matchCriteriaId": "5735E553-9731-4AAC-BCFF-989377F817B3", "vulnerable": true }, { "criteria": "cpe:2.3:a:netapp:plug-in_for_symantec_netbackup:-:*:*:*:*:*:*:*", "matchCriteriaId": "FFE0A9D2-9A49-4BF6-BC6F-8249162D8334", "vulnerable": true }, { "criteria": "cpe:2.3:a:netapp:santricity_smi-s_provider:-:*:*:*:*:*:*:*", "matchCriteriaId": "361B791A-D336-4431-8F68-8135BEFFAEA2", "vulnerable": true }, { "criteria": "cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:*", "matchCriteriaId": "BDFB1169-41A0-4A86-8E4F-FDA9730B1E94", "vulnerable": true }, { "criteria": "cpe:2.3:a:netapp:solidfire:-:*:*:*:*:*:*:*", "matchCriteriaId": "A6E9EF0C-AFA8-4F7B-9FDC-1E0F7C26E737", "vulnerable": true }, { "criteria": "cpe:2.3:h:netapp:hci_compute_node:-:*:*:*:*:*:*:*", "matchCriteriaId": "AD7447BC-F315-4298-A822-549942FC118B", "vulnerable": true }, { "criteria": "cpe:2.3:h:netapp:hci_storage_node:-:*:*:*:*:*:*:*", "matchCriteriaId": "02DEB4FB-A21D-4CB1-B522-EEE5093E8521", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:netapp:ef600a_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "5356D8E0-38AB-44F2-BA0A-F884C92222D1", "vulnerable": true } ], "negate": false, "operator": "OR" }, { "cpeMatch": [ { "criteria": "cpe:2.3:h:netapp:ef600a:-:*:*:*:*:*:*:*", "matchCriteriaId": "44824034-DB0C-47AC-A32F-1EA373F30A61", "vulnerable": false } ], "negate": false, "operator": "OR" } ], "operator": "AND" }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:netapp:aff_a250_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "0D5DE972-F8B8-4964-943A-DA0BD18289D1", "vulnerable": true } ], "negate": false, "operator": "OR" }, { "cpeMatch": [ { "criteria": "cpe:2.3:h:netapp:aff_a250:-:*:*:*:*:*:*:*", "matchCriteriaId": "D4B1F59C-6ADA-4930-834F-2A8A8444F6AE", "vulnerable": false } ], "negate": false, "operator": "OR" } ], "operator": "AND" }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:tenable:log_correlation_engine:*:*:*:*:*:*:*:*", "matchCriteriaId": "4ACF85D6-6B45-43DA-9C01-F0208186F014", "versionEndExcluding": "6.0.9", "vulnerable": true }, { "criteria": "cpe:2.3:a:tenable:nessus_network_monitor:*:*:*:*:*:*:*:*", "matchCriteriaId": "A87E730E-019C-4DCB-BA73-3994ECEF0C66", "versionEndExcluding": "5.13.1", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:siemens:sinec_infrastructure_network_services:*:*:*:*:*:*:*:*", "matchCriteriaId": "B0F46497-4AB0-49A7-9453-CC26837BF253", "versionEndExcluding": "1.0.1.1", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*", "matchCriteriaId": "25A3180B-21AF-4010-9DAB-41ADFD2D8031", "versionEndIncluding": "10.12.0", "versionStartIncluding": "10.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*", "matchCriteriaId": "33081E31-5166-4064-91AA-951F5CD930D3", "versionEndExcluding": "10.23.1", "versionStartIncluding": "10.13.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*", "matchCriteriaId": "564ED5C8-50D7-413A-B88E-E62B6C07336A", "versionEndIncluding": "12.12.0", "versionStartIncluding": "12.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*", "matchCriteriaId": "58879E00-2C36-4C1B-9993-2422346624D3", "versionEndExcluding": "12.20.1", "versionStartIncluding": "12.13.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*", "matchCriteriaId": "428DCD7B-6F66-4F18-B780-5BD80143D482", "versionEndIncluding": "14.14.0", "versionStartIncluding": "14.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*", "matchCriteriaId": "2F2D8EEB-7A9E-472A-B820-A3C33CB93B61", "versionEndExcluding": "14.15.4", "versionStartIncluding": "14.15.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*", "matchCriteriaId": "1A868E7E-C25A-4B2A-BB37-7F2584ECB2D4", "versionEndExcluding": "15.5.0", "versionStartIncluding": "15.0.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w)." }, { "lang": "es", "value": "El tipo GeneralName X.509 es un tipo gen\u00e9rico para representar diferentes tipos de nombres.\u0026#xa0;Uno de esos tipos de nombres se conoce como EDIPartyName.\u0026#xa0;OpenSSL proporciona una funci\u00f3n GENERAL_NAME_cmp que compara diferentes instancias de GENERAL_NAME para ver si son iguales o no.\u0026#xa0;Esta funci\u00f3n se comporta incorrectamente cuando ambos GENERAL_NAME contienen un EDIPARTYNAME.\u0026#xa0;Es posible que se produzca una desreferencia del puntero NULL y un bloqueo que conduzca a un posible ataque de denegaci\u00f3n de servicio.\u0026#xa0;El propio OpenSSL usa la funci\u00f3n GENERAL_NAME_cmp para dos prop\u00f3sitos:\u0026#xa0;1) Comparaci\u00f3n de nombres de puntos de distribuci\u00f3n de CRL entre una CRL disponible y un punto de distribuci\u00f3n de CRL insertado en un certificado X509 2) Al comparar que un firmante de token de respuesta de marca de tiempo coincide con el nombre de autoridad de marca de tiempo (expuesto por medio de las funciones API TS_RESP_verify_response y TS_RESP_verify_token) Si un atacante puede controlar ambos elementos que se est\u00e1n comparando, entonces ese atacante podr\u00eda desencadenar un bloqueo.\u0026#xa0;Por ejemplo, si el atacante puede enga\u00f1ar a un cliente o servidor para que compruebe un certificado malicioso con una CRL maliciosa, esto puede ocurrir.\u0026#xa0;Tome en cuenta que algunas aplicaciones descargan autom\u00e1ticamente las CRL basadas en una URL insertada en un certificado.\u0026#xa0;Esta comprobaci\u00f3n ocurre antes de que se verifiquen las firmas en el certificado y la CRL.\u0026#xa0;Las herramientas s_server, s_client y verify de OpenSSL tienen soporte para la opci\u00f3n \"-crl_download\"\u0026#xa0;que implementa la descarga autom\u00e1tica de CRL y se ha demostrado que este ataque funciona contra esas herramientas.\u0026#xa0;Tome en cuenta que un error no relacionado significa que las versiones afectadas de OpenSSL no pueden analizar ni construir codificaciones correctas de EDIPARTYNAME.\u0026#xa0;Sin embargo, es posible construir un EDIPARTYNAME malformado que el analizador de OpenSSL aceptar\u00e1 y, por lo tanto, desencadenar\u00e1 este ataque.\u0026#xa0;Todas las versiones de OpenSSL 1.1.1 y 1.0.2 est\u00e1n afectadas por este problema.\u0026#xa0;Otras versiones de OpenSSL no son compatibles y no se han comprobado.\u0026#xa0;Corregido en OpenSSL versiones 1.1.1i (Afectado versiones 1.1.1-1.1.1h).\u0026#xa0;Corregido en OpenSSL versiones 1.0.2x (Afectado versiones 1.0.2-1.0.2w).\u0026#xa0;Sin embargo, es posible construir un EDIPARTYNAME malformado que el analizador de OpenSSL aceptar\u00e1 y, por lo tanto, desencadenar\u00e1 este ataque.\u0026#xa0;Todas las versiones de OpenSSL 1.1.1 y 1.0.2 est\u00e1n afectadas por este problema.\u0026#xa0;Otras versiones de OpenSSL no son compatibles y no se han comprobado.\u0026#xa0;Corregido en OpenSSL versi\u00f3n 1.1.1i (Afectada versi\u00f3n 1.1.1-1.1.1h).\u0026#xa0;Corregido en OpenSSL versi\u00f3n 1.0.2x (Afectada versi\u00f3n 1.0.2-1.0.2w).\u0026#xa0;Sin embargo, es posible construir un EDIPARTYNAME malformado que el analizador de OpenSSL aceptar\u00e1 y, por lo tanto, desencadenar\u00e1 este ataque.\u0026#xa0;Todas las versiones de OpenSSL 1.1.1 y 1.0.2 est\u00e1n afectadas por este problema.\u0026#xa0;Otras versiones de OpenSSL no son compatibles y no se han comprobado.\u0026#xa0;Corregido en OpenSSL versi\u00f3n 1.1.1i (Afectada versi\u00f3n 1.1.1-1.1.1h).\u0026#xa0;Corregido en OpenSSL versi\u00f3n 1.0.2x (Afectada versi\u00f3n 1.0.2-1.0.2w)" } ], "id": "CVE-2020-1971", "lastModified": "2024-11-21T05:11:45.673", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV31": [ { "cvssData": { "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" }, "exploitabilityScore": 2.2, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2020-12-08T16:15:11.730", "references": [ { "source": "openssl-security@openssl.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/09/14/2" }, { "source": "openssl-security@openssl.org", "tags": [ "Third Party Advisory" ], "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf" }, { "source": "openssl-security@openssl.org", "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e" }, { "source": "openssl-security@openssl.org", "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=f960d81215ebf3f65e03d4d5d857fb9b666d6920" }, { "source": "openssl-security@openssl.org", "tags": [ "Third Party Advisory" ], "url": "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676" }, { "source": "openssl-security@openssl.org", "url": "https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c%40%3Cdev.tomcat.apache.org%3E" }, { "source": "openssl-security@openssl.org", "url": "https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143%40%3Ccommits.pulsar.apache.org%3E" }, { "source": "openssl-security@openssl.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html" }, { "source": "openssl-security@openssl.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html" }, { "source": "openssl-security@openssl.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/" }, { "source": "openssl-security@openssl.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/" }, { "source": "openssl-security@openssl.org", "tags": [ "Third Party Advisory" ], "url": "https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc" }, { "source": "openssl-security@openssl.org", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202012-13" }, { "source": "openssl-security@openssl.org", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20201218-0005/" }, { "source": "openssl-security@openssl.org", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20210513-0002/" }, { "source": "openssl-security@openssl.org", "url": "https://security.netapp.com/advisory/ntap-20240621-0006/" }, { "source": "openssl-security@openssl.org", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2020/dsa-4807" }, { "source": "openssl-security@openssl.org", "tags": [ "Vendor Advisory" ], "url": "https://www.openssl.org/news/secadv/20201208.txt" }, { "source": "openssl-security@openssl.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://www.oracle.com//security-alerts/cpujul2021.html" }, { "source": "openssl-security@openssl.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpuApr2021.html" }, { "source": "openssl-security@openssl.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" }, { "source": "openssl-security@openssl.org", "tags": [ "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpujan2021.html" }, { "source": "openssl-security@openssl.org", "tags": [ "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpuoct2021.html" }, { "source": "openssl-security@openssl.org", "tags": [ "Third Party Advisory" ], "url": "https://www.tenable.com/security/tns-2020-11" }, { "source": "openssl-security@openssl.org", "tags": [ "Third Party Advisory" ], "url": "https://www.tenable.com/security/tns-2021-09" }, { "source": "openssl-security@openssl.org", "tags": [ "Third Party Advisory" ], "url": "https://www.tenable.com/security/tns-2021-10" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/09/14/2" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=f960d81215ebf3f65e03d4d5d857fb9b666d6920" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c%40%3Cdev.tomcat.apache.org%3E" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143%40%3Ccommits.pulsar.apache.org%3E" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202012-13" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20201218-0005/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20210513-0002/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://security.netapp.com/advisory/ntap-20240621-0006/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2020/dsa-4807" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Vendor Advisory" ], "url": "https://www.openssl.org/news/secadv/20201208.txt" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://www.oracle.com//security-alerts/cpujul2021.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpuApr2021.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpujan2021.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpuoct2021.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://www.tenable.com/security/tns-2020-11" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://www.tenable.com/security/tns-2021-09" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://www.tenable.com/security/tns-2021-10" } ], "sourceIdentifier": "openssl-security@openssl.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-476" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
opensuse-su-2021:0064-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for nodejs12", "title": "Title of the patch" }, { "category": "description", "text": "This update for nodejs12 fixes the following issues:\n\n- New upstream LTS version 12.20.1:\n * CVE-2020-8265: use-after-free in TLSWrap (High) bug in TLS\n implementation. When writing to a TLS enabled socket,\n node::StreamBase::Write calls node::TLSWrap::DoWrite with\n a freshly allocated WriteWrap object as first argument.\n If the DoWrite method does not return an error, this object is\n passed back to the caller as part of a StreamWriteResult structure.\n This may be exploited to corrupt memory leading to a\n Denial of Service or potentially other exploits (bsc#1180553)\n * CVE-2020-8287: HTTP Request Smuggling allow two copies of a\n header field in a http request. For example, two Transfer-Encoding\n header fields. In this case Node.js identifies the first header\n field and ignores the second. This can lead to HTTP Request\n Smuggling (https://cwe.mitre.org/data/definitions/444.html).\n (bsc#1180554)\n * CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference\n (High) This is a vulnerability in OpenSSL which may be exploited\n through Node.js. (bsc#1179491)\n\n- New upstream LTS version 12.20.0:\n * deps:\n + update llhttp \u00272.1.2\u0027 -\u003e \u00272.1.3\u0027\n + update uv \u00271.39.0\u0027 -\u003e \u00271.40.0\u0027\n + update uvwasi \u00270.0.10\u0027 -\u003e \u00270.0.11\u0027\n * fs: add .ref() and .unref() methods to watcher classes\n * http: added scheduling option to http agent\n * module:\n + exports pattern support\n + named exports for CJS via static analysis\n * n-api: add more property defaults (gh#35214)\n\n- New upstream LTS version 12.19.1:\n * deps: Denial of Service through DNS request (High).\n A Node.js application that allows an attacker to trigger a DNS\n request for a host of their choice could trigger a Denial of Service\n by getting the application to resolve a DNS record with\n a larger number of responses (bsc#1178882, CVE-2020-8277)\n\n- New upstream LTS version 12.19.0:\n * crypto: add randomInt function\n * deps:\n + upgrade to libuv 1.39.0\n + deps: upgrade npm to 6.14.7\n + deps: upgrade to libuv 1.38.1\n * doc: deprecate process.umask() with no arguments\n * module:\n + package \u0027imports\u0027 field\n + module: deprecate module.parent\n * n-api: create N-API version 7\n * zlib: switch to lazy init for zlib streams\n\nThis update was imported from the SUSE:SLE-15-SP2:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2021-64", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_0064-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:0064-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EIIX5B6YLG6I6J4WR546EWZU23BNUSV6/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:0064-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EIIX5B6YLG6I6J4WR546EWZU23BNUSV6/" }, { "category": "self", "summary": "SUSE Bug 1178882", "url": "https://bugzilla.suse.com/1178882" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE Bug 1180553", "url": "https://bugzilla.suse.com/1180553" }, { "category": "self", "summary": "SUSE Bug 1180554", "url": "https://bugzilla.suse.com/1180554" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8265 page", "url": "https://www.suse.com/security/cve/CVE-2020-8265/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8277 page", "url": "https://www.suse.com/security/cve/CVE-2020-8277/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8287 page", "url": "https://www.suse.com/security/cve/CVE-2020-8287/" } ], "title": "Security update for nodejs12", "tracking": { "current_release_date": "2021-01-15T09:23:17Z", "generator": { "date": "2021-01-15T09:23:17Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:0064-1", "initial_release_date": "2021-01-15T09:23:17Z", "revision_history": [ { "date": "2021-01-15T09:23:17Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "product": { "name": "nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "product_id": "nodejs12-docs-12.20.1-lp152.3.9.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs12-12.20.1-lp152.3.9.1.x86_64", "product": { "name": "nodejs12-12.20.1-lp152.3.9.1.x86_64", "product_id": "nodejs12-12.20.1-lp152.3.9.1.x86_64" } }, { "category": "product_version", "name": "nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "product": { "name": "nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "product_id": "nodejs12-devel-12.20.1-lp152.3.9.1.x86_64" } }, { "category": "product_version", "name": "npm12-12.20.1-lp152.3.9.1.x86_64", "product": { "name": "npm12-12.20.1-lp152.3.9.1.x86_64", "product_id": "npm12-12.20.1-lp152.3.9.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.2", "product": { "name": "openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs12-12.20.1-lp152.3.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64" }, "product_reference": "nodejs12-12.20.1-lp152.3.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-devel-12.20.1-lp152.3.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64" }, "product_reference": "nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs12-docs-12.20.1-lp152.3.9.1.noarch as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch" }, "product_reference": "nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "npm12-12.20.1-lp152.3.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64" }, "product_reference": "npm12-12.20.1-lp152.3.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-15T09:23:17Z", "details": "important" } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2020-8265", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8265" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8265", "url": "https://www.suse.com/security/cve/CVE-2020-8265" }, { "category": "external", "summary": "SUSE Bug 1180553 for CVE-2020-8265", "url": "https://bugzilla.suse.com/1180553" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-15T09:23:17Z", "details": "important" } ], "title": "CVE-2020-8265" }, { "cve": "CVE-2020-8277", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8277" } ], "notes": [ { "category": "general", "text": "A Node.js application that allows an attacker to trigger a DNS request for a host of their choice could trigger a Denial of Service in versions \u003c 15.2.1, \u003c 14.15.1, and \u003c 12.19.1 by getting the application to resolve a DNS record with a larger number of responses. This is fixed in 15.2.1, 14.15.1, and 12.19.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8277", "url": "https://www.suse.com/security/cve/CVE-2020-8277" }, { "category": "external", "summary": "SUSE Bug 1178882 for CVE-2020-8277", "url": "https://bugzilla.suse.com/1178882" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-15T09:23:17Z", "details": "important" } ], "title": "CVE-2020-8277" }, { "cve": "CVE-2020-8287", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8287" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP request (for example, two Transfer-Encoding header fields). In this case, Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8287", "url": "https://www.suse.com/security/cve/CVE-2020-8287" }, { "category": "external", "summary": "SUSE Bug 1180554 for CVE-2020-8287", "url": "https://bugzilla.suse.com/1180554" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:nodejs12-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-devel-12.20.1-lp152.3.9.1.x86_64", "openSUSE Leap 15.2:nodejs12-docs-12.20.1-lp152.3.9.1.noarch", "openSUSE Leap 15.2:npm12-12.20.1-lp152.3.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-15T09:23:17Z", "details": "moderate" } ], "title": "CVE-2020-8287" } ] }
opensuse-su-2020:2236-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for openssl-1_0_0", "title": "Title of the patch" }, { "category": "description", "text": "This update for openssl-1_0_0 fixes the following issues:\n\n- CVE-2020-1971: Fixed a null pointer dereference in EDIPARTYNAME (bsc#1179491).\n- Initialized dh-\u003enid to NID_undef in DH_new_method() (bsc#1177673).\n- Fixed a test failure in apache_ssl in fips mode (bsc#1177793).\n- Renamed BN_get_rfc3526_prime_* functions back to get_rfc3526_prime_* (bsc#1177575).\n- Restored private key check in EC_KEY_check_key (bsc#1177479).\n- Added shared secret KAT to FIPS DH selftest (bsc#1176029).\n- Included ECDH/DH Requirements from SP800-56Arev3 (bsc#1176029).\n- Used SHA-2 in the RSA pairwise consistency check (bsc#1155346)\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2020-2236", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2020_2236-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2020:2236-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YDLYD3JFZSOPG5DPXOHFTMZTUOLPOK5J/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2020:2236-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YDLYD3JFZSOPG5DPXOHFTMZTUOLPOK5J/" }, { "category": "self", "summary": "SUSE Bug 1155346", "url": "https://bugzilla.suse.com/1155346" }, { "category": "self", "summary": "SUSE Bug 1176029", "url": "https://bugzilla.suse.com/1176029" }, { "category": "self", "summary": "SUSE Bug 1177479", "url": "https://bugzilla.suse.com/1177479" }, { "category": "self", "summary": "SUSE Bug 1177575", "url": "https://bugzilla.suse.com/1177575" }, { "category": "self", "summary": "SUSE Bug 1177673", "url": "https://bugzilla.suse.com/1177673" }, { "category": "self", "summary": "SUSE Bug 1177793", "url": "https://bugzilla.suse.com/1177793" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" } ], "title": "Security update for openssl-1_0_0", "tracking": { "current_release_date": "2020-12-12T14:43:28Z", "generator": { "date": "2020-12-12T14:43:28Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2020:2236-1", "initial_release_date": "2020-12-12T14:43:28Z", "revision_history": [ { "date": "2020-12-12T14:43:28Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.i586", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.i586", "product_id": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.i586" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-lp152.8.9.1.i586", "product": { "name": "libopenssl10-1.0.2p-lp152.8.9.1.i586", "product_id": "libopenssl10-1.0.2p-lp152.8.9.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-lp152.8.9.1.i586", "product": { "name": "libopenssl1_0_0-1.0.2p-lp152.8.9.1.i586", "product_id": "libopenssl1_0_0-1.0.2p-lp152.8.9.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.i586", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.i586", "product_id": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.i586", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.i586", "product_id": "libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-lp152.8.9.1.i586", "product": { "name": "openssl-1_0_0-1.0.2p-lp152.8.9.1.i586", "product_id": "openssl-1_0_0-1.0.2p-lp152.8.9.1.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.i586", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.i586", "product_id": "openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2p-lp152.8.9.1.noarch", "product": { "name": "openssl-1_0_0-doc-1.0.2p-lp152.8.9.1.noarch", "product_id": "openssl-1_0_0-doc-1.0.2p-lp152.8.9.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.9.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.9.1.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.9.1.x86_64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-lp152.8.9.1.x86_64", "product": { "name": "libopenssl10-1.0.2p-lp152.8.9.1.x86_64", "product_id": "libopenssl10-1.0.2p-lp152.8.9.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-lp152.8.9.1.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2p-lp152.8.9.1.x86_64", "product_id": "libopenssl1_0_0-1.0.2p-lp152.8.9.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-lp152.8.9.1.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-lp152.8.9.1.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2p-lp152.8.9.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.9.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.9.1.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.9.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.x86_64", "product_id": "libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.9.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.9.1.x86_64", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.9.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-lp152.8.9.1.x86_64", "product": { "name": "openssl-1_0_0-1.0.2p-lp152.8.9.1.x86_64", "product_id": "openssl-1_0_0-1.0.2p-lp152.8.9.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.x86_64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.x86_64", "product_id": "openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.2", "product": { "name": "openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.i586" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.9.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-lp152.8.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.9.1.i586" }, "product_reference": "libopenssl10-1.0.2p-lp152.8.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-lp152.8.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.9.1.x86_64" }, "product_reference": "libopenssl10-1.0.2p-lp152.8.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-lp152.8.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.9.1.i586" }, "product_reference": "libopenssl1_0_0-1.0.2p-lp152.8.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-lp152.8.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.9.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-lp152.8.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2p-lp152.8.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-32bit-1.0.2p-lp152.8.9.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-lp152.8.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.i586" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.9.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.i586" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.x86_64" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.9.1.x86_64" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-lp152.8.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.9.1.i586" }, "product_reference": "openssl-1_0_0-1.0.2p-lp152.8.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-lp152.8.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.9.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-lp152.8.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.i586" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.x86_64" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2p-lp152.8.9.1.noarch as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_0_0-doc-1.0.2p-lp152.8.9.1.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-lp152.8.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-32bit-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-doc-1.0.2p-lp152.8.9.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-32bit-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-doc-1.0.2p-lp152.8.9.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-32bit-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-doc-1.0.2p-lp152.8.9.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2020-12-12T14:43:28Z", "details": "important" } ], "title": "CVE-2020-1971" } ] }
opensuse-su-2020:2269-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for openssl-1_0_0", "title": "Title of the patch" }, { "category": "description", "text": "This update for openssl-1_0_0 fixes the following issues:\n\n- CVE-2020-1971: Fixed a null pointer dereference in EDIPARTYNAME (bsc#1179491).\n- Initialized dh-\u003enid to NID_undef in DH_new_method() (bsc#1177673).\n- Fixed a test failure in apache_ssl in fips mode (bsc#1177793).\n- Renamed BN_get_rfc3526_prime_* functions back to get_rfc3526_prime_* (bsc#1177575).\n- Restored private key check in EC_KEY_check_key (bsc#1177479).\n- Added shared secret KAT to FIPS DH selftest (bsc#1176029).\n- Included ECDH/DH Requirements from SP800-56Arev3 (bsc#1176029).\n- Used SHA-2 in the RSA pairwise consistency check (bsc#1155346)\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2020-2269", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2020_2269-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2020:2269-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SGJECGZC6A7C36WKBWL3FKK6U7IGO4OK/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2020:2269-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SGJECGZC6A7C36WKBWL3FKK6U7IGO4OK/" }, { "category": "self", "summary": "SUSE Bug 1155346", "url": "https://bugzilla.suse.com/1155346" }, { "category": "self", "summary": "SUSE Bug 1176029", "url": "https://bugzilla.suse.com/1176029" }, { "category": "self", "summary": "SUSE Bug 1177479", "url": "https://bugzilla.suse.com/1177479" }, { "category": "self", "summary": "SUSE Bug 1177575", "url": "https://bugzilla.suse.com/1177575" }, { "category": "self", "summary": "SUSE Bug 1177673", "url": "https://bugzilla.suse.com/1177673" }, { "category": "self", "summary": "SUSE Bug 1177793", "url": "https://bugzilla.suse.com/1177793" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" } ], "title": "Security update for openssl-1_0_0", "tracking": { "current_release_date": "2020-12-17T17:31:21Z", "generator": { "date": "2020-12-17T17:31:21Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2020:2269-1", "initial_release_date": "2020-12-17T17:31:21Z", "revision_history": [ { "date": "2020-12-17T17:31:21Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.i586", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.i586", "product_id": "libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.i586" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-lp151.5.20.1.i586", "product": { "name": "libopenssl10-1.0.2p-lp151.5.20.1.i586", "product_id": "libopenssl10-1.0.2p-lp151.5.20.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-lp151.5.20.1.i586", "product": { "name": "libopenssl1_0_0-1.0.2p-lp151.5.20.1.i586", "product_id": "libopenssl1_0_0-1.0.2p-lp151.5.20.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.i586", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.i586", "product_id": "libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.i586", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.i586", "product_id": "libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-lp151.5.20.1.i586", "product": { "name": "openssl-1_0_0-1.0.2p-lp151.5.20.1.i586", "product_id": "openssl-1_0_0-1.0.2p-lp151.5.20.1.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.i586", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.i586", "product_id": "openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2p-lp151.5.20.1.noarch", "product": { "name": "openssl-1_0_0-doc-1.0.2p-lp151.5.20.1.noarch", "product_id": "openssl-1_0_0-doc-1.0.2p-lp151.5.20.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp151.5.20.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp151.5.20.1.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp151.5.20.1.x86_64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-lp151.5.20.1.x86_64", "product": { "name": "libopenssl10-1.0.2p-lp151.5.20.1.x86_64", "product_id": "libopenssl10-1.0.2p-lp151.5.20.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-lp151.5.20.1.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2p-lp151.5.20.1.x86_64", "product_id": "libopenssl1_0_0-1.0.2p-lp151.5.20.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-lp151.5.20.1.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-lp151.5.20.1.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2p-lp151.5.20.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp151.5.20.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp151.5.20.1.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp151.5.20.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.x86_64", "product_id": "libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2p-lp151.5.20.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2p-lp151.5.20.1.x86_64", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2p-lp151.5.20.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-lp151.5.20.1.x86_64", "product": { "name": "openssl-1_0_0-1.0.2p-lp151.5.20.1.x86_64", "product_id": "openssl-1_0_0-1.0.2p-lp151.5.20.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.x86_64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.x86_64", "product_id": "openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.1", "product": { "name": "openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.i586" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp151.5.20.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl-1_0_0-devel-32bit-1.0.2p-lp151.5.20.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp151.5.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-lp151.5.20.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl10-1.0.2p-lp151.5.20.1.i586" }, "product_reference": "libopenssl10-1.0.2p-lp151.5.20.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-lp151.5.20.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl10-1.0.2p-lp151.5.20.1.x86_64" }, "product_reference": "libopenssl10-1.0.2p-lp151.5.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-lp151.5.20.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_0_0-1.0.2p-lp151.5.20.1.i586" }, "product_reference": "libopenssl1_0_0-1.0.2p-lp151.5.20.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-lp151.5.20.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_0_0-1.0.2p-lp151.5.20.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-lp151.5.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2p-lp151.5.20.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_0_0-32bit-1.0.2p-lp151.5.20.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-lp151.5.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.i586" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp151.5.20.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_0_0-hmac-32bit-1.0.2p-lp151.5.20.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp151.5.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.i586" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.x86_64" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-32bit-1.0.2p-lp151.5.20.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_0_0-steam-32bit-1.0.2p-lp151.5.20.1.x86_64" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2p-lp151.5.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-lp151.5.20.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:openssl-1_0_0-1.0.2p-lp151.5.20.1.i586" }, "product_reference": "openssl-1_0_0-1.0.2p-lp151.5.20.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-lp151.5.20.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:openssl-1_0_0-1.0.2p-lp151.5.20.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-lp151.5.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.i586" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.x86_64" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2p-lp151.5.20.1.noarch as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:openssl-1_0_0-doc-1.0.2p-lp151.5.20.1.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-lp151.5.20.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl-1_0_0-devel-32bit-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl10-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl10-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl1_0_0-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-32bit-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-hmac-32bit-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-steam-32bit-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:openssl-1_0_0-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:openssl-1_0_0-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:openssl-1_0_0-doc-1.0.2p-lp151.5.20.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.1:libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl-1_0_0-devel-32bit-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl10-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl10-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl1_0_0-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-32bit-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-hmac-32bit-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-steam-32bit-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:openssl-1_0_0-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:openssl-1_0_0-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:openssl-1_0_0-doc-1.0.2p-lp151.5.20.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl-1_0_0-devel-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl-1_0_0-devel-32bit-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl10-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl10-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl1_0_0-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-32bit-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl1_0_0-hmac-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-hmac-32bit-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:libopenssl1_0_0-steam-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:libopenssl1_0_0-steam-32bit-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:openssl-1_0_0-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:openssl-1_0_0-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.i586", "openSUSE Leap 15.1:openssl-1_0_0-cavs-1.0.2p-lp151.5.20.1.x86_64", "openSUSE Leap 15.1:openssl-1_0_0-doc-1.0.2p-lp151.5.20.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2020-12-17T17:31:21Z", "details": "important" } ], "title": "CVE-2020-1971" } ] }
opensuse-su-2021:0082-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for nodejs10", "title": "Title of the patch" }, { "category": "description", "text": "This update for nodejs10 fixes the following issues:\n\n- New upstream LTS version 10.23.1:\n * CVE-2020-8265: use-after-free in TLSWrap (High) bug in TLS\n implementation. When writing to a TLS enabled socket,\n node::StreamBase::Write calls node::TLSWrap::DoWrite with\n a freshly allocated WriteWrap object as first argument.\n If the DoWrite method does not return an error, this object is\n passed back to the caller as part of a StreamWriteResult structure.\n This may be exploited to corrupt memory leading to a\n Denial of Service or potentially other exploits (bsc#1180553)\n * CVE-2020-8287: HTTP Request Smuggling allow two copies of a\n header field in a http request. For example, two Transfer-Encoding\n header fields. In this case Node.js identifies the first header\n field and ignores the second. This can lead to HTTP Request\n Smuggling (https://cwe.mitre.org/data/definitions/444.html).\n (bsc#1180554)\n * CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference\n (High) This is a vulnerability in OpenSSL which may be exploited\n through Node.js. (bsc#1179491)\n\n- New upstream LTS version 10.23.0:\n * deps: upgrade npm to 6.14.8\n * n-api:\n + create N-API version 7\n + expose napi_build_version variable\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2021-82", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_0082-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:0082-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/JQ2RC7AEXMLHMCFO7K3XLJO5WMPQXS7V/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:0082-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/JQ2RC7AEXMLHMCFO7K3XLJO5WMPQXS7V/" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE Bug 1180553", "url": "https://bugzilla.suse.com/1180553" }, { "category": "self", "summary": "SUSE Bug 1180554", "url": "https://bugzilla.suse.com/1180554" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8265 page", "url": "https://www.suse.com/security/cve/CVE-2020-8265/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8287 page", "url": "https://www.suse.com/security/cve/CVE-2020-8287/" } ], "title": "Security update for nodejs10", "tracking": { "current_release_date": "2021-01-16T11:24:40Z", "generator": { "date": "2021-01-16T11:24:40Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:0082-1", "initial_release_date": "2021-01-16T11:24:40Z", "revision_history": [ { "date": "2021-01-16T11:24:40Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-lp151.2.15.1.i586", "product": { "name": "nodejs10-10.23.1-lp151.2.15.1.i586", "product_id": "nodejs10-10.23.1-lp151.2.15.1.i586" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-lp151.2.15.1.i586", "product": { "name": "nodejs10-devel-10.23.1-lp151.2.15.1.i586", "product_id": "nodejs10-devel-10.23.1-lp151.2.15.1.i586" } }, { "category": "product_version", "name": "npm10-10.23.1-lp151.2.15.1.i586", "product": { "name": "npm10-10.23.1-lp151.2.15.1.i586", "product_id": "npm10-10.23.1-lp151.2.15.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "nodejs10-docs-10.23.1-lp151.2.15.1.noarch", "product": { "name": "nodejs10-docs-10.23.1-lp151.2.15.1.noarch", "product_id": "nodejs10-docs-10.23.1-lp151.2.15.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-lp151.2.15.1.x86_64", "product": { "name": "nodejs10-10.23.1-lp151.2.15.1.x86_64", "product_id": "nodejs10-10.23.1-lp151.2.15.1.x86_64" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-lp151.2.15.1.x86_64", "product": { "name": "nodejs10-devel-10.23.1-lp151.2.15.1.x86_64", "product_id": "nodejs10-devel-10.23.1-lp151.2.15.1.x86_64" } }, { "category": "product_version", "name": "npm10-10.23.1-lp151.2.15.1.x86_64", "product": { "name": "npm10-10.23.1-lp151.2.15.1.x86_64", "product_id": "npm10-10.23.1-lp151.2.15.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.1", "product": { "name": "openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-lp151.2.15.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.i586" }, "product_reference": "nodejs10-10.23.1-lp151.2.15.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-lp151.2.15.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.x86_64" }, "product_reference": "nodejs10-10.23.1-lp151.2.15.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-lp151.2.15.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.i586" }, "product_reference": "nodejs10-devel-10.23.1-lp151.2.15.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-lp151.2.15.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.x86_64" }, "product_reference": "nodejs10-devel-10.23.1-lp151.2.15.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-docs-10.23.1-lp151.2.15.1.noarch as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:nodejs10-docs-10.23.1-lp151.2.15.1.noarch" }, "product_reference": "nodejs10-docs-10.23.1-lp151.2.15.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-lp151.2.15.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.i586" }, "product_reference": "npm10-10.23.1-lp151.2.15.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-lp151.2.15.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.x86_64" }, "product_reference": "npm10-10.23.1-lp151.2.15.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-docs-10.23.1-lp151.2.15.1.noarch", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-docs-10.23.1-lp151.2.15.1.noarch", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-docs-10.23.1-lp151.2.15.1.noarch", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-16T11:24:40Z", "details": "important" } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2020-8265", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8265" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-docs-10.23.1-lp151.2.15.1.noarch", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8265", "url": "https://www.suse.com/security/cve/CVE-2020-8265" }, { "category": "external", "summary": "SUSE Bug 1180553 for CVE-2020-8265", "url": "https://bugzilla.suse.com/1180553" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-docs-10.23.1-lp151.2.15.1.noarch", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-docs-10.23.1-lp151.2.15.1.noarch", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-16T11:24:40Z", "details": "important" } ], "title": "CVE-2020-8265" }, { "cve": "CVE-2020-8287", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8287" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP request (for example, two Transfer-Encoding header fields). In this case, Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-docs-10.23.1-lp151.2.15.1.noarch", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8287", "url": "https://www.suse.com/security/cve/CVE-2020-8287" }, { "category": "external", "summary": "SUSE Bug 1180554 for CVE-2020-8287", "url": "https://bugzilla.suse.com/1180554" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-docs-10.23.1-lp151.2.15.1.noarch", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:nodejs10-devel-10.23.1-lp151.2.15.1.x86_64", "openSUSE Leap 15.1:nodejs10-docs-10.23.1-lp151.2.15.1.noarch", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.i586", "openSUSE Leap 15.1:npm10-10.23.1-lp151.2.15.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-16T11:24:40Z", "details": "moderate" } ], "title": "CVE-2020-8287" } ] }
opensuse-su-2021:0065-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for nodejs10", "title": "Title of the patch" }, { "category": "description", "text": "This update for nodejs10 fixes the following issues:\n\n- New upstream LTS version 10.23.1:\n * CVE-2020-8265: use-after-free in TLSWrap (High) bug in TLS\n implementation. When writing to a TLS enabled socket,\n node::StreamBase::Write calls node::TLSWrap::DoWrite with\n a freshly allocated WriteWrap object as first argument.\n If the DoWrite method does not return an error, this object is\n passed back to the caller as part of a StreamWriteResult structure.\n This may be exploited to corrupt memory leading to a\n Denial of Service or potentially other exploits (bsc#1180553)\n * CVE-2020-8287: HTTP Request Smuggling allow two copies of a\n header field in a http request. For example, two Transfer-Encoding\n header fields. In this case Node.js identifies the first header\n field and ignores the second. This can lead to HTTP Request\n Smuggling (https://cwe.mitre.org/data/definitions/444.html).\n (bsc#1180554)\n * CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference\n (High) This is a vulnerability in OpenSSL which may be exploited\n through Node.js. (bsc#1179491)\n\n- New upstream LTS version 10.23.0:\n * deps: upgrade npm to 6.14.8\n * n-api:\n + create N-API version 7\n + expose napi_build_version variable\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2021-65", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_0065-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:0065-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3MAV3V72VVUTVO6VC6SN5XB5EYX3TJWK/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:0065-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3MAV3V72VVUTVO6VC6SN5XB5EYX3TJWK/" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE Bug 1180553", "url": "https://bugzilla.suse.com/1180553" }, { "category": "self", "summary": "SUSE Bug 1180554", "url": "https://bugzilla.suse.com/1180554" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8265 page", "url": "https://www.suse.com/security/cve/CVE-2020-8265/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8287 page", "url": "https://www.suse.com/security/cve/CVE-2020-8287/" } ], "title": "Security update for nodejs10", "tracking": { "current_release_date": "2021-01-15T09:23:23Z", "generator": { "date": "2021-01-15T09:23:23Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:0065-1", "initial_release_date": "2021-01-15T09:23:23Z", "revision_history": [ { "date": "2021-01-15T09:23:23Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-lp152.2.9.1.i586", "product": { "name": "nodejs10-10.23.1-lp152.2.9.1.i586", "product_id": "nodejs10-10.23.1-lp152.2.9.1.i586" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-lp152.2.9.1.i586", "product": { "name": "nodejs10-devel-10.23.1-lp152.2.9.1.i586", "product_id": "nodejs10-devel-10.23.1-lp152.2.9.1.i586" } }, { "category": "product_version", "name": "npm10-10.23.1-lp152.2.9.1.i586", "product": { "name": "npm10-10.23.1-lp152.2.9.1.i586", "product_id": "npm10-10.23.1-lp152.2.9.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "nodejs10-docs-10.23.1-lp152.2.9.1.noarch", "product": { "name": "nodejs10-docs-10.23.1-lp152.2.9.1.noarch", "product_id": "nodejs10-docs-10.23.1-lp152.2.9.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs10-10.23.1-lp152.2.9.1.x86_64", "product": { "name": "nodejs10-10.23.1-lp152.2.9.1.x86_64", "product_id": "nodejs10-10.23.1-lp152.2.9.1.x86_64" } }, { "category": "product_version", "name": "nodejs10-devel-10.23.1-lp152.2.9.1.x86_64", "product": { "name": "nodejs10-devel-10.23.1-lp152.2.9.1.x86_64", "product_id": "nodejs10-devel-10.23.1-lp152.2.9.1.x86_64" } }, { "category": "product_version", "name": "npm10-10.23.1-lp152.2.9.1.x86_64", "product": { "name": "npm10-10.23.1-lp152.2.9.1.x86_64", "product_id": "npm10-10.23.1-lp152.2.9.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.2", "product": { "name": "openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-lp152.2.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.i586" }, "product_reference": "nodejs10-10.23.1-lp152.2.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-10.23.1-lp152.2.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.x86_64" }, "product_reference": "nodejs10-10.23.1-lp152.2.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-lp152.2.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.i586" }, "product_reference": "nodejs10-devel-10.23.1-lp152.2.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-devel-10.23.1-lp152.2.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.x86_64" }, "product_reference": "nodejs10-devel-10.23.1-lp152.2.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs10-docs-10.23.1-lp152.2.9.1.noarch as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:nodejs10-docs-10.23.1-lp152.2.9.1.noarch" }, "product_reference": "nodejs10-docs-10.23.1-lp152.2.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-lp152.2.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.i586" }, "product_reference": "npm10-10.23.1-lp152.2.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "npm10-10.23.1-lp152.2.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.x86_64" }, "product_reference": "npm10-10.23.1-lp152.2.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-docs-10.23.1-lp152.2.9.1.noarch", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-docs-10.23.1-lp152.2.9.1.noarch", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-docs-10.23.1-lp152.2.9.1.noarch", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-15T09:23:23Z", "details": "important" } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2020-8265", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8265" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-docs-10.23.1-lp152.2.9.1.noarch", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8265", "url": "https://www.suse.com/security/cve/CVE-2020-8265" }, { "category": "external", "summary": "SUSE Bug 1180553 for CVE-2020-8265", "url": "https://bugzilla.suse.com/1180553" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-docs-10.23.1-lp152.2.9.1.noarch", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-docs-10.23.1-lp152.2.9.1.noarch", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-15T09:23:23Z", "details": "important" } ], "title": "CVE-2020-8265" }, { "cve": "CVE-2020-8287", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8287" } ], "notes": [ { "category": "general", "text": "Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP request (for example, two Transfer-Encoding header fields). In this case, Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-docs-10.23.1-lp152.2.9.1.noarch", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8287", "url": "https://www.suse.com/security/cve/CVE-2020-8287" }, { "category": "external", "summary": "SUSE Bug 1180554 for CVE-2020-8287", "url": "https://bugzilla.suse.com/1180554" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-docs-10.23.1-lp152.2.9.1.noarch", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:nodejs10-devel-10.23.1-lp152.2.9.1.x86_64", "openSUSE Leap 15.2:nodejs10-docs-10.23.1-lp152.2.9.1.noarch", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.i586", "openSUSE Leap 15.2:npm10-10.23.1-lp152.2.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-15T09:23:23Z", "details": "moderate" } ], "title": "CVE-2020-8287" } ] }
opensuse-su-2020:2223-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for openssl-1_1", "title": "Title of the patch" }, { "category": "description", "text": "This update for openssl-1_1 fixes the following issues:\n\t \n- CVE-2020-1971: Fixed a null pointer dereference in EDIPARTYNAME (bsc#1179491).\n\nThis update was imported from the SUSE:SLE-15-SP2:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2020-2223", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2020_2223-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2020:2223-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/GMYUDIGG7RM42AIH4Q3WW4VZGFRAPLQ7/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2020:2223-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/GMYUDIGG7RM42AIH4Q3WW4VZGFRAPLQ7/" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2020-12-10T13:00:09Z", "generator": { "date": "2020-12-10T13:00:09Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2020:2223-1", "initial_release_date": "2020-12-10T13:00:09Z", "revision_history": [ { "date": "2020-12-10T13:00:09Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.i586", "product": { "name": "libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.i586", "product_id": "libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-lp152.7.9.1.i586", "product": { "name": "libopenssl1_1-1.1.1d-lp152.7.9.1.i586", "product_id": "libopenssl1_1-1.1.1d-lp152.7.9.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.i586", "product": { "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.i586", "product_id": "libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-lp152.7.9.1.i586", "product": { "name": "openssl-1_1-1.1.1d-lp152.7.9.1.i586", "product_id": "openssl-1_1-1.1.1d-lp152.7.9.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.1d-lp152.7.9.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.1d-lp152.7.9.1.noarch", "product_id": "openssl-1_1-doc-1.1.1d-lp152.7.9.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.9.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.9.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.9.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-lp152.7.9.1.x86_64", "product": { "name": "libopenssl1_1-1.1.1d-lp152.7.9.1.x86_64", "product_id": "libopenssl1_1-1.1.1d-lp152.7.9.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-lp152.7.9.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.1d-lp152.7.9.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.1d-lp152.7.9.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.9.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.9.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.9.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-lp152.7.9.1.x86_64", "product": { "name": "openssl-1_1-1.1.1d-lp152.7.9.1.x86_64", "product_id": "openssl-1_1-1.1.1d-lp152.7.9.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.2", "product": { "name": "openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.i586" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.9.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-lp152.7.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.9.1.i586" }, "product_reference": "libopenssl1_1-1.1.1d-lp152.7.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-lp152.7.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.9.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-lp152.7.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-lp152.7.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.9.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-lp152.7.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.i586" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.9.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-lp152.7.9.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.9.1.i586" }, "product_reference": "openssl-1_1-1.1.1d-lp152.7.9.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-lp152.7.9.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.9.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-lp152.7.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-doc-1.1.1d-lp152.7.9.1.noarch as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.9.1.noarch" }, "product_reference": "openssl-1_1-doc-1.1.1d-lp152.7.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.i586", "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.9.1.i586", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.i586", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.9.1.i586", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.9.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.i586", "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.9.1.i586", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.i586", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.9.1.i586", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.9.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.i586", "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.9.1.i586", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.i586", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.9.1.i586", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.9.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.9.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2020-12-10T13:00:09Z", "details": "important" } ], "title": "CVE-2020-1971" } ] }
opensuse-su-2020:2245-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for openssl-1_1", "title": "Title of the patch" }, { "category": "description", "text": "This update for openssl-1_1 fixes the following issues:\n\n- CVE-2020-1971: Fixed a null pointer dereference in EDIPARTYNAME (bsc#1179491).\n\nThis update was imported from the SUSE:SLE-15-SP1:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2020-2245", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2020_2245-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2020:2245-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DET3T3KBOIXDZC2VZ5XGHXVGQ54LOAI5/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2020:2245-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DET3T3KBOIXDZC2VZ5XGHXVGQ54LOAI5/" }, { "category": "self", "summary": "SUSE Bug 1179491", "url": "https://bugzilla.suse.com/1179491" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2020-12-14T17:06:59Z", "generator": { "date": "2020-12-14T17:06:59Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2020:2245-1", "initial_release_date": "2020-12-14T17:06:59Z", "revision_history": [ { "date": "2020-12-14T17:06:59Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.i586", "product": { "name": "libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.i586", "product_id": "libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-lp151.8.12.2.i586", "product": { "name": "libopenssl1_1-1.1.0i-lp151.8.12.2.i586", "product_id": "libopenssl1_1-1.1.0i-lp151.8.12.2.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.i586", "product": { "name": "libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.i586", "product_id": "libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-lp151.8.12.2.i586", "product": { "name": "openssl-1_1-1.1.0i-lp151.8.12.2.i586", "product_id": "openssl-1_1-1.1.0i-lp151.8.12.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.0i-lp151.8.12.2.noarch", "product": { "name": "openssl-1_1-doc-1.1.0i-lp151.8.12.2.noarch", "product_id": "openssl-1_1-doc-1.1.0i-lp151.8.12.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.x86_64", "product_id": "libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.0i-lp151.8.12.2.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-lp151.8.12.2.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.0i-lp151.8.12.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-lp151.8.12.2.x86_64", "product": { "name": "libopenssl1_1-1.1.0i-lp151.8.12.2.x86_64", "product_id": "libopenssl1_1-1.1.0i-lp151.8.12.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.0i-lp151.8.12.2.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.0i-lp151.8.12.2.x86_64", "product_id": "libopenssl1_1-32bit-1.1.0i-lp151.8.12.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.x86_64", "product_id": "libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.0i-lp151.8.12.2.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-lp151.8.12.2.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.0i-lp151.8.12.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-lp151.8.12.2.x86_64", "product": { "name": "openssl-1_1-1.1.0i-lp151.8.12.2.x86_64", "product_id": "openssl-1_1-1.1.0i-lp151.8.12.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.1", "product": { "name": "openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.i586" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-lp151.8.12.2.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl-1_1-devel-32bit-1.1.0i-lp151.8.12.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-lp151.8.12.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-lp151.8.12.2.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_1-1.1.0i-lp151.8.12.2.i586" }, "product_reference": "libopenssl1_1-1.1.0i-lp151.8.12.2.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-lp151.8.12.2.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_1-1.1.0i-lp151.8.12.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-lp151.8.12.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-lp151.8.12.2.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_1-32bit-1.1.0i-lp151.8.12.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-lp151.8.12.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.i586" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-lp151.8.12.2.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libopenssl1_1-hmac-32bit-1.1.0i-lp151.8.12.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-lp151.8.12.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-lp151.8.12.2.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:openssl-1_1-1.1.0i-lp151.8.12.2.i586" }, "product_reference": "openssl-1_1-1.1.0i-lp151.8.12.2.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-lp151.8.12.2.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:openssl-1_1-1.1.0i-lp151.8.12.2.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-lp151.8.12.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-doc-1.1.0i-lp151.8.12.2.noarch as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:openssl-1_1-doc-1.1.0i-lp151.8.12.2.noarch" }, "product_reference": "openssl-1_1-doc-1.1.0i-lp151.8.12.2.noarch", "relates_to_product_reference": "openSUSE Leap 15.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.i586", "openSUSE Leap 15.1:libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl-1_1-devel-32bit-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl1_1-1.1.0i-lp151.8.12.2.i586", "openSUSE Leap 15.1:libopenssl1_1-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl1_1-32bit-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.i586", "openSUSE Leap 15.1:libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl1_1-hmac-32bit-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:openssl-1_1-1.1.0i-lp151.8.12.2.i586", "openSUSE Leap 15.1:openssl-1_1-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:openssl-1_1-doc-1.1.0i-lp151.8.12.2.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.1:libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.i586", "openSUSE Leap 15.1:libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl-1_1-devel-32bit-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl1_1-1.1.0i-lp151.8.12.2.i586", "openSUSE Leap 15.1:libopenssl1_1-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl1_1-32bit-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.i586", "openSUSE Leap 15.1:libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl1_1-hmac-32bit-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:openssl-1_1-1.1.0i-lp151.8.12.2.i586", "openSUSE Leap 15.1:openssl-1_1-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:openssl-1_1-doc-1.1.0i-lp151.8.12.2.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.i586", "openSUSE Leap 15.1:libopenssl-1_1-devel-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl-1_1-devel-32bit-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl1_1-1.1.0i-lp151.8.12.2.i586", "openSUSE Leap 15.1:libopenssl1_1-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl1_1-32bit-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.i586", "openSUSE Leap 15.1:libopenssl1_1-hmac-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:libopenssl1_1-hmac-32bit-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:openssl-1_1-1.1.0i-lp151.8.12.2.i586", "openSUSE Leap 15.1:openssl-1_1-1.1.0i-lp151.8.12.2.x86_64", "openSUSE Leap 15.1:openssl-1_1-doc-1.1.0i-lp151.8.12.2.noarch" ] } ], "threats": [ { "category": "impact", "date": "2020-12-14T17:06:59Z", "details": "important" } ], "title": "CVE-2020-1971" } ] }
opensuse-su-2024:12687-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "libopenssl-1_0_0-devel-1.0.2u-12.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the libopenssl-1_0_0-devel-1.0.2u-12.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-12687", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12687-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-4304 page", "url": "https://www.suse.com/security/cve/CVE-2022-4304/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-0215 page", "url": "https://www.suse.com/security/cve/CVE-2023-0215/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-0286 page", "url": "https://www.suse.com/security/cve/CVE-2023-0286/" } ], "title": "libopenssl-1_0_0-devel-1.0.2u-12.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:12687-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "product_id": "libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2u-12.1.aarch64", "product": { "name": "libopenssl10-1.0.2u-12.1.aarch64", "product_id": "libopenssl10-1.0.2u-12.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2u-12.1.aarch64", "product": { "name": "libopenssl1_0_0-1.0.2u-12.1.aarch64", "product_id": "libopenssl1_0_0-1.0.2u-12.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "product_id": "libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "product_id": "libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "product": { "name": "libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "product_id": "libopenssl1_0_0-steam-1.0.2u-12.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2u-12.1.aarch64", "product": { "name": "openssl-1_0_0-1.0.2u-12.1.aarch64", "product_id": "openssl-1_0_0-1.0.2u-12.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "product": { "name": "openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "product_id": "openssl-1_0_0-cavs-1.0.2u-12.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "product": { "name": "openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "product_id": "openssl-1_0_0-doc-1.0.2u-12.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "product": { "name": "libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "product_id": "libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl10-1.0.2u-12.1.ppc64le", "product": { "name": "libopenssl10-1.0.2u-12.1.ppc64le", "product_id": "libopenssl10-1.0.2u-12.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2u-12.1.ppc64le", "product": { "name": "libopenssl1_0_0-1.0.2u-12.1.ppc64le", "product_id": "libopenssl1_0_0-1.0.2u-12.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "product": { "name": "libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "product_id": "libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "product_id": "libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "product": { "name": "libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "product_id": "libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2u-12.1.ppc64le", "product": { "name": "openssl-1_0_0-1.0.2u-12.1.ppc64le", "product_id": "openssl-1_0_0-1.0.2u-12.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "product": { "name": "openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "product_id": "openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "product": { "name": "openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "product_id": "openssl-1_0_0-doc-1.0.2u-12.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "product": { "name": "libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "product_id": "libopenssl-1_0_0-devel-1.0.2u-12.1.s390x" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x" } }, { "category": "product_version", "name": "libopenssl10-1.0.2u-12.1.s390x", "product": { "name": "libopenssl10-1.0.2u-12.1.s390x", "product_id": "libopenssl10-1.0.2u-12.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2u-12.1.s390x", "product": { "name": "libopenssl1_0_0-1.0.2u-12.1.s390x", "product_id": "libopenssl1_0_0-1.0.2u-12.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "product": { "name": "libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "product_id": "libopenssl1_0_0-32bit-1.0.2u-12.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "product": { "name": "libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "product_id": "libopenssl1_0_0-hmac-1.0.2u-12.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "product": { "name": "libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "product_id": "libopenssl1_0_0-steam-1.0.2u-12.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2u-12.1.s390x", "product": { "name": "openssl-1_0_0-1.0.2u-12.1.s390x", "product_id": "openssl-1_0_0-1.0.2u-12.1.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "product": { "name": "openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "product_id": "openssl-1_0_0-cavs-1.0.2u-12.1.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2u-12.1.s390x", "product": { "name": "openssl-1_0_0-doc-1.0.2u-12.1.s390x", "product_id": "openssl-1_0_0-doc-1.0.2u-12.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2u-12.1.x86_64", "product": { "name": "libopenssl10-1.0.2u-12.1.x86_64", "product_id": "libopenssl10-1.0.2u-12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2u-12.1.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2u-12.1.x86_64", "product_id": "libopenssl1_0_0-1.0.2u-12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "product_id": "libopenssl1_0_0-steam-1.0.2u-12.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2u-12.1.x86_64", "product": { "name": "openssl-1_0_0-1.0.2u-12.1.x86_64", "product_id": "openssl-1_0_0-1.0.2u-12.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "product": { "name": "openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "product_id": "openssl-1_0_0-cavs-1.0.2u-12.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2u-12.1.x86_64", "product": { "name": "openssl-1_0_0-doc-1.0.2u-12.1.x86_64", "product_id": "openssl-1_0_0-doc-1.0.2u-12.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2u-12.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2u-12.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.aarch64" }, "product_reference": "libopenssl10-1.0.2u-12.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2u-12.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.ppc64le" }, "product_reference": "libopenssl10-1.0.2u-12.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2u-12.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.s390x" }, "product_reference": "libopenssl10-1.0.2u-12.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2u-12.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.x86_64" }, "product_reference": "libopenssl10-1.0.2u-12.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2u-12.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2u-12.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2u-12.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2u-12.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2u-12.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2u-12.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2u-12.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2u-12.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2u-12.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2u-12.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2u-12.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.aarch64" }, "product_reference": "libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le" }, "product_reference": "libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2u-12.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.s390x" }, "product_reference": "libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2u-12.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.x86_64" }, "product_reference": "libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2u-12.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2u-12.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2u-12.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2u-12.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2u-12.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.s390x" }, "product_reference": "openssl-1_0_0-1.0.2u-12.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2u-12.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2u-12.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2u-12.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.aarch64" }, "product_reference": "openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le" }, "product_reference": "openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2u-12.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.s390x" }, "product_reference": "openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2u-12.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.x86_64" }, "product_reference": "openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2u-12.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.aarch64" }, "product_reference": "openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2u-12.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.ppc64le" }, "product_reference": "openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2u-12.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.s390x" }, "product_reference": "openssl-1_0_0-doc-1.0.2u-12.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2u-12.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.x86_64" }, "product_reference": "openssl-1_0_0-doc-1.0.2u-12.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2022-4304", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-4304" } ], "notes": [ { "category": "general", "text": "A timing based side channel exists in the OpenSSL RSA Decryption implementation\nwhich could be sufficient to recover a plaintext across a network in a\nBleichenbacher style attack. To achieve a successful decryption an attacker\nwould have to be able to send a very large number of trial messages for\ndecryption. The vulnerability affects all RSA padding modes: PKCS#1 v1.5,\nRSA-OEAP and RSASVE.\n\nFor example, in a TLS connection, RSA is commonly used by a client to send an\nencrypted pre-master secret to the server. An attacker that had observed a\ngenuine connection between a client and a server could use this flaw to send\ntrial messages to the server and record the time taken to process them. After a\nsufficiently large number of messages the attacker could recover the pre-master\nsecret used for the original connection and thus be able to decrypt the\napplication data sent over that connection.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-4304", "url": "https://www.suse.com/security/cve/CVE-2022-4304" }, { "category": "external", "summary": "SUSE Bug 1207534 for CVE-2022-4304", "url": "https://bugzilla.suse.com/1207534" }, { "category": "external", "summary": "SUSE Bug 1210067 for CVE-2022-4304", "url": "https://bugzilla.suse.com/1210067" }, { "category": "external", "summary": "SUSE Bug 1213146 for CVE-2022-4304", "url": "https://bugzilla.suse.com/1213146" }, { "category": "external", "summary": "SUSE Bug 1213289 for CVE-2022-4304", "url": "https://bugzilla.suse.com/1213289" }, { "category": "external", "summary": "SUSE Bug 1215014 for CVE-2022-4304", "url": "https://bugzilla.suse.com/1215014" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2022-4304" }, { "cve": "CVE-2023-0215", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-0215" } ], "notes": [ { "category": "general", "text": "The public API function BIO_new_NDEF is a helper function used for streaming\nASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the\nSMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by\nend user applications.\n\nThe function receives a BIO from the caller, prepends a new BIO_f_asn1 filter\nBIO onto the front of it to form a BIO chain, and then returns the new head of\nthe BIO chain to the caller. Under certain conditions, for example if a CMS\nrecipient public key is invalid, the new filter BIO is freed and the function\nreturns a NULL result indicating a failure. However, in this case, the BIO chain\nis not properly cleaned up and the BIO passed by the caller still retains\ninternal pointers to the previously freed filter BIO. If the caller then goes on\nto call BIO_pop() on the BIO then a use-after-free will occur. This will most\nlikely result in a crash.\n\n\n\nThis scenario occurs directly in the internal function B64_write_ASN1() which\nmay cause BIO_new_NDEF() to be called and will subsequently call BIO_pop() on\nthe BIO. This internal function is in turn called by the public API functions\nPEM_write_bio_ASN1_stream, PEM_write_bio_CMS_stream, PEM_write_bio_PKCS7_stream,\nSMIME_write_ASN1, SMIME_write_CMS and SMIME_write_PKCS7.\n\nOther public API functions that may be impacted by this include\ni2d_ASN1_bio_stream, BIO_new_CMS, BIO_new_PKCS7, i2d_CMS_bio_stream and\ni2d_PKCS7_bio_stream.\n\nThe OpenSSL cms and smime command line applications are similarly affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-0215", "url": "https://www.suse.com/security/cve/CVE-2023-0215" }, { "category": "external", "summary": "SUSE Bug 1207536 for CVE-2023-0215", "url": "https://bugzilla.suse.com/1207536" }, { "category": "external", "summary": "SUSE Bug 1213146 for CVE-2023-0215", "url": "https://bugzilla.suse.com/1213146" }, { "category": "external", "summary": "SUSE Bug 1225628 for CVE-2023-0215", "url": "https://bugzilla.suse.com/1225628" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2023-0215" }, { "cve": "CVE-2023-0286", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-0286" } ], "notes": [ { "category": "general", "text": "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-0286", "url": "https://www.suse.com/security/cve/CVE-2023-0286" }, { "category": "external", "summary": "SUSE Bug 1207533 for CVE-2023-0286", "url": "https://bugzilla.suse.com/1207533" }, { "category": "external", "summary": "SUSE Bug 1207569 for CVE-2023-0286", "url": "https://bugzilla.suse.com/1207569" }, { "category": "external", "summary": "SUSE Bug 1211136 for CVE-2023-0286", "url": "https://bugzilla.suse.com/1211136" }, { "category": "external", "summary": "SUSE Bug 1211503 for CVE-2023-0286", "url": "https://bugzilla.suse.com/1211503" }, { "category": "external", "summary": "SUSE Bug 1213146 for CVE-2023-0286", "url": "https://bugzilla.suse.com/1213146" }, { "category": "external", "summary": "SUSE Bug 1214269 for CVE-2023-0286", "url": "https://bugzilla.suse.com/1214269" }, { "category": "external", "summary": "SUSE Bug 1218477 for CVE-2023-0286", "url": "https://bugzilla.suse.com/1218477" }, { "category": "external", "summary": "SUSE Bug 1218967 for CVE-2023-0286", "url": "https://bugzilla.suse.com/1218967" }, { "category": "external", "summary": "SUSE Bug 1225677 for CVE-2023-0286", "url": "https://bugzilla.suse.com/1225677" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-12.1.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-12.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2023-0286" } ] }
opensuse-su-2024:11797-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "libopenssl-3-devel-3.0.1-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the libopenssl-3-devel-3.0.1-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-11797", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11797-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-4044 page", "url": "https://www.suse.com/security/cve/CVE-2021-4044/" } ], "title": "libopenssl-3-devel-3.0.1-1.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:11797-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-3-devel-3.0.1-1.1.aarch64", "product": { "name": "libopenssl-3-devel-3.0.1-1.1.aarch64", "product_id": "libopenssl-3-devel-3.0.1-1.1.aarch64" } }, { "category": "product_version", "name": "libopenssl-3-devel-32bit-3.0.1-1.1.aarch64", "product": { "name": "libopenssl-3-devel-32bit-3.0.1-1.1.aarch64", "product_id": "libopenssl-3-devel-32bit-3.0.1-1.1.aarch64" } }, { "category": "product_version", "name": "libopenssl3-3.0.1-1.1.aarch64", "product": { "name": "libopenssl3-3.0.1-1.1.aarch64", "product_id": "libopenssl3-3.0.1-1.1.aarch64" } }, { "category": "product_version", "name": "libopenssl3-32bit-3.0.1-1.1.aarch64", "product": { "name": "libopenssl3-32bit-3.0.1-1.1.aarch64", "product_id": "libopenssl3-32bit-3.0.1-1.1.aarch64" } }, { "category": "product_version", "name": "openssl-3-3.0.1-1.1.aarch64", "product": { "name": "openssl-3-3.0.1-1.1.aarch64", "product_id": "openssl-3-3.0.1-1.1.aarch64" } }, { "category": "product_version", "name": "openssl-3-doc-3.0.1-1.1.aarch64", "product": { "name": "openssl-3-doc-3.0.1-1.1.aarch64", "product_id": "openssl-3-doc-3.0.1-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-3-devel-3.0.1-1.1.ppc64le", "product": { "name": "libopenssl-3-devel-3.0.1-1.1.ppc64le", "product_id": "libopenssl-3-devel-3.0.1-1.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl-3-devel-32bit-3.0.1-1.1.ppc64le", "product": { "name": "libopenssl-3-devel-32bit-3.0.1-1.1.ppc64le", "product_id": "libopenssl-3-devel-32bit-3.0.1-1.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl3-3.0.1-1.1.ppc64le", "product": { "name": "libopenssl3-3.0.1-1.1.ppc64le", "product_id": "libopenssl3-3.0.1-1.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl3-32bit-3.0.1-1.1.ppc64le", "product": { "name": "libopenssl3-32bit-3.0.1-1.1.ppc64le", "product_id": "libopenssl3-32bit-3.0.1-1.1.ppc64le" } }, { "category": "product_version", "name": "openssl-3-3.0.1-1.1.ppc64le", "product": { "name": "openssl-3-3.0.1-1.1.ppc64le", "product_id": "openssl-3-3.0.1-1.1.ppc64le" } }, { "category": "product_version", "name": "openssl-3-doc-3.0.1-1.1.ppc64le", "product": { "name": "openssl-3-doc-3.0.1-1.1.ppc64le", "product_id": "openssl-3-doc-3.0.1-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-3-devel-3.0.1-1.1.s390x", "product": { "name": "libopenssl-3-devel-3.0.1-1.1.s390x", "product_id": "libopenssl-3-devel-3.0.1-1.1.s390x" } }, { "category": "product_version", "name": "libopenssl-3-devel-32bit-3.0.1-1.1.s390x", "product": { "name": "libopenssl-3-devel-32bit-3.0.1-1.1.s390x", "product_id": "libopenssl-3-devel-32bit-3.0.1-1.1.s390x" } }, { "category": "product_version", "name": "libopenssl3-3.0.1-1.1.s390x", "product": { "name": "libopenssl3-3.0.1-1.1.s390x", "product_id": "libopenssl3-3.0.1-1.1.s390x" } }, { "category": "product_version", "name": "libopenssl3-32bit-3.0.1-1.1.s390x", "product": { "name": "libopenssl3-32bit-3.0.1-1.1.s390x", "product_id": "libopenssl3-32bit-3.0.1-1.1.s390x" } }, { "category": "product_version", "name": "openssl-3-3.0.1-1.1.s390x", "product": { "name": "openssl-3-3.0.1-1.1.s390x", "product_id": "openssl-3-3.0.1-1.1.s390x" } }, { "category": "product_version", "name": "openssl-3-doc-3.0.1-1.1.s390x", "product": { "name": "openssl-3-doc-3.0.1-1.1.s390x", "product_id": "openssl-3-doc-3.0.1-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-3-devel-3.0.1-1.1.x86_64", "product": { "name": "libopenssl-3-devel-3.0.1-1.1.x86_64", "product_id": "libopenssl-3-devel-3.0.1-1.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-3-devel-32bit-3.0.1-1.1.x86_64", "product": { "name": "libopenssl-3-devel-32bit-3.0.1-1.1.x86_64", "product_id": "libopenssl-3-devel-32bit-3.0.1-1.1.x86_64" } }, { "category": "product_version", "name": "libopenssl3-3.0.1-1.1.x86_64", "product": { "name": "libopenssl3-3.0.1-1.1.x86_64", "product_id": "libopenssl3-3.0.1-1.1.x86_64" } }, { "category": "product_version", "name": "libopenssl3-32bit-3.0.1-1.1.x86_64", "product": { "name": "libopenssl3-32bit-3.0.1-1.1.x86_64", "product_id": "libopenssl3-32bit-3.0.1-1.1.x86_64" } }, { "category": "product_version", "name": "openssl-3-3.0.1-1.1.x86_64", "product": { "name": "openssl-3-3.0.1-1.1.x86_64", "product_id": "openssl-3-3.0.1-1.1.x86_64" } }, { "category": "product_version", "name": "openssl-3-doc-3.0.1-1.1.x86_64", "product": { "name": "openssl-3-doc-3.0.1-1.1.x86_64", "product_id": "openssl-3-doc-3.0.1-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-3-devel-3.0.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.aarch64" }, "product_reference": "libopenssl-3-devel-3.0.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-3-devel-3.0.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.ppc64le" }, "product_reference": "libopenssl-3-devel-3.0.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-3-devel-3.0.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.s390x" }, "product_reference": "libopenssl-3-devel-3.0.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-3-devel-3.0.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.x86_64" }, "product_reference": "libopenssl-3-devel-3.0.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-3-devel-32bit-3.0.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.aarch64" }, "product_reference": "libopenssl-3-devel-32bit-3.0.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-3-devel-32bit-3.0.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.ppc64le" }, "product_reference": "libopenssl-3-devel-32bit-3.0.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-3-devel-32bit-3.0.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.s390x" }, "product_reference": "libopenssl-3-devel-32bit-3.0.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-3-devel-32bit-3.0.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.x86_64" }, "product_reference": "libopenssl-3-devel-32bit-3.0.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl3-3.0.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.aarch64" }, "product_reference": "libopenssl3-3.0.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl3-3.0.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.ppc64le" }, "product_reference": "libopenssl3-3.0.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl3-3.0.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.s390x" }, "product_reference": "libopenssl3-3.0.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl3-3.0.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.x86_64" }, "product_reference": "libopenssl3-3.0.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl3-32bit-3.0.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.aarch64" }, "product_reference": "libopenssl3-32bit-3.0.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl3-32bit-3.0.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.ppc64le" }, "product_reference": "libopenssl3-32bit-3.0.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl3-32bit-3.0.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.s390x" }, "product_reference": "libopenssl3-32bit-3.0.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl3-32bit-3.0.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.x86_64" }, "product_reference": "libopenssl3-32bit-3.0.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-3-3.0.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.aarch64" }, "product_reference": "openssl-3-3.0.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-3-3.0.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.ppc64le" }, "product_reference": "openssl-3-3.0.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-3-3.0.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.s390x" }, "product_reference": "openssl-3-3.0.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-3-3.0.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.x86_64" }, "product_reference": "openssl-3-3.0.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-3-doc-3.0.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.aarch64" }, "product_reference": "openssl-3-doc-3.0.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-3-doc-3.0.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.ppc64le" }, "product_reference": "openssl-3-doc-3.0.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-3-doc-3.0.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.s390x" }, "product_reference": "openssl-3-doc-3.0.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-3-doc-3.0.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.x86_64" }, "product_reference": "openssl-3-doc-3.0.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.s390x", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.s390x", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.s390x", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.s390x", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.s390x", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.s390x", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2021-4044", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-4044" } ], "notes": [ { "category": "general", "text": "Internally libssl in OpenSSL calls X509_verify_cert() on the client side to verify a certificate supplied by a server. That function may return a negative return value to indicate an internal error (for example out of memory). Such a negative return value is mishandled by OpenSSL and will cause an IO function (such as SSL_connect() or SSL_do_handshake()) to not indicate success and a subsequent call to SSL_get_error() to return the value SSL_ERROR_WANT_RETRY_VERIFY. This return value is only supposed to be returned by OpenSSL if the application has previously called SSL_CTX_set_cert_verify_callback(). Since most applications do not do this the SSL_ERROR_WANT_RETRY_VERIFY return value from SSL_get_error() will be totally unexpected and applications may not behave correctly as a result. The exact behaviour will depend on the application but it could result in crashes, infinite loops or other similar incorrect responses. This issue is made more serious in combination with a separate bug in OpenSSL 3.0 that will cause X509_verify_cert() to indicate an internal error when processing a certificate chain. This will occur where a certificate does not include the Subject Alternative Name extension but where a Certificate Authority has enforced name constraints. This issue can occur even with valid chains. By combining the two issues an attacker could induce incorrect, application dependent behaviour. Fixed in OpenSSL 3.0.1 (Affected 3.0.0).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.s390x", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.s390x", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-4044", "url": "https://www.suse.com/security/cve/CVE-2021-4044" }, { "category": "external", "summary": "SUSE Bug 1193740 for CVE-2021-4044", "url": "https://bugzilla.suse.com/1193740" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.s390x", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.s390x", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl-3-devel-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl3-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.s390x", "openSUSE Tumbleweed:libopenssl3-32bit-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.s390x", "openSUSE Tumbleweed:openssl-3-3.0.1-1.1.x86_64", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.aarch64", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.ppc64le", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.s390x", "openSUSE Tumbleweed:openssl-3-doc-3.0.1-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2021-4044" } ] }
opensuse-su-2024:11127-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "libopenssl-1_1-devel-1.1.1l-1.2 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the libopenssl-1_1-devel-1.1.1l-1.2 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-11127", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11127-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2006-2937 page", "url": "https://www.suse.com/security/cve/CVE-2006-2937/" }, { "category": "self", "summary": "SUSE CVE CVE-2006-2940 page", "url": "https://www.suse.com/security/cve/CVE-2006-2940/" }, { "category": "self", "summary": "SUSE CVE CVE-2006-3738 page", "url": "https://www.suse.com/security/cve/CVE-2006-3738/" }, { "category": "self", "summary": "SUSE CVE CVE-2006-4339 page", "url": "https://www.suse.com/security/cve/CVE-2006-4339/" }, { "category": "self", "summary": "SUSE CVE CVE-2006-4343 page", "url": "https://www.suse.com/security/cve/CVE-2006-4343/" }, { "category": "self", "summary": "SUSE CVE CVE-2006-7250 page", "url": "https://www.suse.com/security/cve/CVE-2006-7250/" }, { "category": "self", "summary": "SUSE CVE CVE-2007-3108 page", "url": "https://www.suse.com/security/cve/CVE-2007-3108/" }, { "category": "self", "summary": "SUSE CVE CVE-2007-5135 page", "url": "https://www.suse.com/security/cve/CVE-2007-5135/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-0891 page", "url": "https://www.suse.com/security/cve/CVE-2008-0891/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-1672 page", "url": "https://www.suse.com/security/cve/CVE-2008-1672/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-5077 page", "url": "https://www.suse.com/security/cve/CVE-2008-5077/" }, { "category": "self", "summary": "SUSE CVE CVE-2009-0590 page", "url": "https://www.suse.com/security/cve/CVE-2009-0590/" }, { "category": "self", "summary": "SUSE CVE CVE-2009-0591 page", "url": "https://www.suse.com/security/cve/CVE-2009-0591/" }, { "category": "self", "summary": "SUSE CVE CVE-2009-0789 page", "url": "https://www.suse.com/security/cve/CVE-2009-0789/" }, { "category": "self", "summary": "SUSE CVE CVE-2009-1377 page", "url": "https://www.suse.com/security/cve/CVE-2009-1377/" }, { "category": "self", "summary": "SUSE CVE CVE-2009-1378 page", "url": "https://www.suse.com/security/cve/CVE-2009-1378/" }, { "category": "self", "summary": "SUSE CVE CVE-2009-1379 page", "url": "https://www.suse.com/security/cve/CVE-2009-1379/" }, { "category": "self", "summary": "SUSE CVE CVE-2009-1386 page", "url": "https://www.suse.com/security/cve/CVE-2009-1386/" }, { "category": "self", "summary": "SUSE CVE CVE-2009-1387 page", "url": "https://www.suse.com/security/cve/CVE-2009-1387/" }, { "category": "self", "summary": "SUSE CVE CVE-2010-0740 page", "url": "https://www.suse.com/security/cve/CVE-2010-0740/" }, { "category": "self", "summary": "SUSE CVE CVE-2010-0742 page", "url": "https://www.suse.com/security/cve/CVE-2010-0742/" }, { "category": "self", "summary": "SUSE CVE CVE-2010-1633 page", "url": "https://www.suse.com/security/cve/CVE-2010-1633/" }, { "category": "self", "summary": "SUSE CVE CVE-2010-2939 page", "url": "https://www.suse.com/security/cve/CVE-2010-2939/" }, { "category": "self", "summary": "SUSE CVE CVE-2010-3864 page", "url": "https://www.suse.com/security/cve/CVE-2010-3864/" }, { "category": "self", "summary": "SUSE CVE CVE-2010-5298 page", "url": "https://www.suse.com/security/cve/CVE-2010-5298/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-0014 page", "url": "https://www.suse.com/security/cve/CVE-2011-0014/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-3207 page", "url": "https://www.suse.com/security/cve/CVE-2011-3207/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-4108 page", "url": "https://www.suse.com/security/cve/CVE-2011-4108/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-4576 page", "url": "https://www.suse.com/security/cve/CVE-2011-4576/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-4577 page", "url": "https://www.suse.com/security/cve/CVE-2011-4577/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-4619 page", "url": "https://www.suse.com/security/cve/CVE-2011-4619/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-0027 page", "url": "https://www.suse.com/security/cve/CVE-2012-0027/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-0050 page", "url": "https://www.suse.com/security/cve/CVE-2012-0050/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-0884 page", "url": "https://www.suse.com/security/cve/CVE-2012-0884/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-1165 page", "url": "https://www.suse.com/security/cve/CVE-2012-1165/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-2110 page", "url": "https://www.suse.com/security/cve/CVE-2012-2110/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-2686 page", "url": "https://www.suse.com/security/cve/CVE-2012-2686/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-4929 page", "url": "https://www.suse.com/security/cve/CVE-2012-4929/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-0166 page", "url": "https://www.suse.com/security/cve/CVE-2013-0166/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-0169 page", "url": "https://www.suse.com/security/cve/CVE-2013-0169/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-4353 page", "url": "https://www.suse.com/security/cve/CVE-2013-4353/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-6449 page", "url": "https://www.suse.com/security/cve/CVE-2013-6449/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-6450 page", "url": "https://www.suse.com/security/cve/CVE-2013-6450/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-0076 page", "url": "https://www.suse.com/security/cve/CVE-2014-0076/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-0160 page", "url": "https://www.suse.com/security/cve/CVE-2014-0160/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-0195 page", "url": "https://www.suse.com/security/cve/CVE-2014-0195/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-0198 page", "url": "https://www.suse.com/security/cve/CVE-2014-0198/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-0221 page", "url": "https://www.suse.com/security/cve/CVE-2014-0221/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-0224 page", "url": "https://www.suse.com/security/cve/CVE-2014-0224/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3470 page", "url": "https://www.suse.com/security/cve/CVE-2014-3470/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3505 page", "url": "https://www.suse.com/security/cve/CVE-2014-3505/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3506 page", "url": "https://www.suse.com/security/cve/CVE-2014-3506/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3507 page", "url": "https://www.suse.com/security/cve/CVE-2014-3507/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3508 page", "url": "https://www.suse.com/security/cve/CVE-2014-3508/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3509 page", "url": "https://www.suse.com/security/cve/CVE-2014-3509/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3510 page", "url": "https://www.suse.com/security/cve/CVE-2014-3510/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3511 page", "url": "https://www.suse.com/security/cve/CVE-2014-3511/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3512 page", "url": "https://www.suse.com/security/cve/CVE-2014-3512/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3513 page", "url": "https://www.suse.com/security/cve/CVE-2014-3513/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3567 page", "url": "https://www.suse.com/security/cve/CVE-2014-3567/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3568 page", "url": "https://www.suse.com/security/cve/CVE-2014-3568/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3569 page", "url": "https://www.suse.com/security/cve/CVE-2014-3569/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3570 page", "url": "https://www.suse.com/security/cve/CVE-2014-3570/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3571 page", "url": "https://www.suse.com/security/cve/CVE-2014-3571/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-3572 page", "url": "https://www.suse.com/security/cve/CVE-2014-3572/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-5139 page", "url": "https://www.suse.com/security/cve/CVE-2014-5139/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-8275 page", "url": "https://www.suse.com/security/cve/CVE-2014-8275/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-0204 page", "url": "https://www.suse.com/security/cve/CVE-2015-0204/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-0205 page", "url": "https://www.suse.com/security/cve/CVE-2015-0205/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-0206 page", "url": "https://www.suse.com/security/cve/CVE-2015-0206/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-0209 page", "url": "https://www.suse.com/security/cve/CVE-2015-0209/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-0286 page", "url": "https://www.suse.com/security/cve/CVE-2015-0286/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-0287 page", "url": "https://www.suse.com/security/cve/CVE-2015-0287/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-0288 page", "url": "https://www.suse.com/security/cve/CVE-2015-0288/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-0289 page", "url": "https://www.suse.com/security/cve/CVE-2015-0289/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-0293 page", "url": "https://www.suse.com/security/cve/CVE-2015-0293/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-1788 page", "url": "https://www.suse.com/security/cve/CVE-2015-1788/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-1789 page", "url": "https://www.suse.com/security/cve/CVE-2015-1789/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-1790 page", "url": "https://www.suse.com/security/cve/CVE-2015-1790/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-1791 page", "url": "https://www.suse.com/security/cve/CVE-2015-1791/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-1792 page", "url": "https://www.suse.com/security/cve/CVE-2015-1792/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-1793 page", "url": "https://www.suse.com/security/cve/CVE-2015-1793/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-1794 page", "url": "https://www.suse.com/security/cve/CVE-2015-1794/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-3193 page", "url": "https://www.suse.com/security/cve/CVE-2015-3193/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-3194 page", "url": "https://www.suse.com/security/cve/CVE-2015-3194/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-3195 page", "url": "https://www.suse.com/security/cve/CVE-2015-3195/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-3196 page", "url": "https://www.suse.com/security/cve/CVE-2015-3196/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-3197 page", "url": "https://www.suse.com/security/cve/CVE-2015-3197/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-0701 page", "url": "https://www.suse.com/security/cve/CVE-2016-0701/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-0702 page", "url": "https://www.suse.com/security/cve/CVE-2016-0702/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-0705 page", "url": "https://www.suse.com/security/cve/CVE-2016-0705/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-0797 page", "url": "https://www.suse.com/security/cve/CVE-2016-0797/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-0798 page", "url": "https://www.suse.com/security/cve/CVE-2016-0798/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-0800 page", "url": "https://www.suse.com/security/cve/CVE-2016-0800/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2105 page", "url": "https://www.suse.com/security/cve/CVE-2016-2105/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2106 page", "url": "https://www.suse.com/security/cve/CVE-2016-2106/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2107 page", "url": "https://www.suse.com/security/cve/CVE-2016-2107/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2109 page", "url": "https://www.suse.com/security/cve/CVE-2016-2109/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2176 page", "url": "https://www.suse.com/security/cve/CVE-2016-2176/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2177 page", "url": "https://www.suse.com/security/cve/CVE-2016-2177/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2178 page", "url": "https://www.suse.com/security/cve/CVE-2016-2178/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2179 page", "url": "https://www.suse.com/security/cve/CVE-2016-2179/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2180 page", "url": "https://www.suse.com/security/cve/CVE-2016-2180/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2181 page", "url": "https://www.suse.com/security/cve/CVE-2016-2181/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2182 page", "url": "https://www.suse.com/security/cve/CVE-2016-2182/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2183 page", "url": "https://www.suse.com/security/cve/CVE-2016-2183/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-6302 page", "url": "https://www.suse.com/security/cve/CVE-2016-6302/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-6303 page", "url": "https://www.suse.com/security/cve/CVE-2016-6303/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-6304 page", "url": "https://www.suse.com/security/cve/CVE-2016-6304/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-6306 page", "url": "https://www.suse.com/security/cve/CVE-2016-6306/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-7052 page", "url": "https://www.suse.com/security/cve/CVE-2016-7052/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-7055 page", "url": "https://www.suse.com/security/cve/CVE-2016-7055/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-7056 page", "url": "https://www.suse.com/security/cve/CVE-2016-7056/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-3731 page", "url": "https://www.suse.com/security/cve/CVE-2017-3731/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-3732 page", "url": "https://www.suse.com/security/cve/CVE-2017-3732/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-3735 page", "url": "https://www.suse.com/security/cve/CVE-2017-3735/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-3736 page", "url": "https://www.suse.com/security/cve/CVE-2017-3736/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-3738 page", "url": "https://www.suse.com/security/cve/CVE-2017-3738/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-0732 page", "url": "https://www.suse.com/security/cve/CVE-2018-0732/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-0734 page", "url": "https://www.suse.com/security/cve/CVE-2018-0734/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-0735 page", "url": "https://www.suse.com/security/cve/CVE-2018-0735/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-0737 page", "url": "https://www.suse.com/security/cve/CVE-2018-0737/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-0739 page", "url": "https://www.suse.com/security/cve/CVE-2018-0739/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-1543 page", "url": "https://www.suse.com/security/cve/CVE-2019-1543/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-1547 page", "url": "https://www.suse.com/security/cve/CVE-2019-1547/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-1549 page", "url": "https://www.suse.com/security/cve/CVE-2019-1549/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-1551 page", "url": "https://www.suse.com/security/cve/CVE-2019-1551/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-1563 page", "url": "https://www.suse.com/security/cve/CVE-2019-1563/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1967 page", "url": "https://www.suse.com/security/cve/CVE-2020-1967/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-23840 page", "url": "https://www.suse.com/security/cve/CVE-2021-23840/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-23841 page", "url": "https://www.suse.com/security/cve/CVE-2021-23841/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3449 page", "url": "https://www.suse.com/security/cve/CVE-2021-3449/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3450 page", "url": "https://www.suse.com/security/cve/CVE-2021-3450/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3711 page", "url": "https://www.suse.com/security/cve/CVE-2021-3711/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "libopenssl-1_1-devel-1.1.1l-1.2 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:11127-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "product_id": "libopenssl-1_1-devel-1.1.1l-1.2.aarch64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1l-1.2.aarch64", "product": { "name": "libopenssl1_1-1.1.1l-1.2.aarch64", "product_id": "libopenssl1_1-1.1.1l-1.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "product": { "name": "libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "product_id": "libopenssl1_1-32bit-1.1.1l-1.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "product": { "name": "libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "product_id": "libopenssl1_1-hmac-1.1.1l-1.2.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1l-1.2.aarch64", "product": { "name": "openssl-1_1-1.1.1l-1.2.aarch64", "product_id": "openssl-1_1-1.1.1l-1.2.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-doc-1.1.1l-1.2.aarch64", "product": { "name": "openssl-1_1-doc-1.1.1l-1.2.aarch64", "product_id": "openssl-1_1-doc-1.1.1l-1.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.1l-1.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "product_id": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1l-1.2.ppc64le", "product": { "name": "libopenssl1_1-1.1.1l-1.2.ppc64le", "product_id": "libopenssl1_1-1.1.1l-1.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "product": { "name": "libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "product_id": "libopenssl1_1-32bit-1.1.1l-1.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "product": { "name": "libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "product_id": "libopenssl1_1-hmac-1.1.1l-1.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1l-1.2.ppc64le", "product": { "name": "openssl-1_1-1.1.1l-1.2.ppc64le", "product_id": "openssl-1_1-1.1.1l-1.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-doc-1.1.1l-1.2.ppc64le", "product": { "name": "openssl-1_1-doc-1.1.1l-1.2.ppc64le", "product_id": "openssl-1_1-doc-1.1.1l-1.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1l-1.2.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.1l-1.2.s390x", "product_id": "libopenssl-1_1-devel-1.1.1l-1.2.s390x" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "product_id": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1l-1.2.s390x", "product": { "name": "libopenssl1_1-1.1.1l-1.2.s390x", "product_id": "libopenssl1_1-1.1.1l-1.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1l-1.2.s390x", "product": { "name": "libopenssl1_1-32bit-1.1.1l-1.2.s390x", "product_id": "libopenssl1_1-32bit-1.1.1l-1.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1l-1.2.s390x", "product": { "name": "libopenssl1_1-hmac-1.1.1l-1.2.s390x", "product_id": "libopenssl1_1-hmac-1.1.1l-1.2.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1l-1.2.s390x", "product": { "name": "openssl-1_1-1.1.1l-1.2.s390x", "product_id": "openssl-1_1-1.1.1l-1.2.s390x" } }, { "category": "product_version", "name": "openssl-1_1-doc-1.1.1l-1.2.s390x", "product": { "name": "openssl-1_1-doc-1.1.1l-1.2.s390x", "product_id": "openssl-1_1-doc-1.1.1l-1.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "product_id": "libopenssl-1_1-devel-1.1.1l-1.2.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1l-1.2.x86_64", "product": { "name": "libopenssl1_1-1.1.1l-1.2.x86_64", "product_id": "libopenssl1_1-1.1.1l-1.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "product_id": "libopenssl1_1-32bit-1.1.1l-1.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "product_id": "libopenssl1_1-hmac-1.1.1l-1.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1l-1.2.x86_64", "product": { "name": "openssl-1_1-1.1.1l-1.2.x86_64", "product_id": "openssl-1_1-1.1.1l-1.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-doc-1.1.1l-1.2.x86_64", "product": { "name": "openssl-1_1-doc-1.1.1l-1.2.x86_64", "product_id": "openssl-1_1-doc-1.1.1l-1.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1l-1.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1l-1.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1l-1.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.1l-1.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1l-1.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1l-1.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64" }, "product_reference": "libopenssl1_1-1.1.1l-1.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1l-1.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1l-1.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1l-1.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x" }, "product_reference": "libopenssl1_1-1.1.1l-1.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1l-1.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.1l-1.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1l-1.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64" }, "product_reference": "libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1l-1.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le" }, "product_reference": "libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1l-1.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x" }, "product_reference": "libopenssl1_1-32bit-1.1.1l-1.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1l-1.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1l-1.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1l-1.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1l-1.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.1l-1.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1l-1.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1l-1.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64" }, "product_reference": "openssl-1_1-1.1.1l-1.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1l-1.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le" }, "product_reference": "openssl-1_1-1.1.1l-1.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1l-1.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x" }, "product_reference": "openssl-1_1-1.1.1l-1.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1l-1.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64" }, "product_reference": "openssl-1_1-1.1.1l-1.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-doc-1.1.1l-1.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64" }, "product_reference": "openssl-1_1-doc-1.1.1l-1.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-doc-1.1.1l-1.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le" }, "product_reference": "openssl-1_1-doc-1.1.1l-1.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-doc-1.1.1l-1.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x" }, "product_reference": "openssl-1_1-doc-1.1.1l-1.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-doc-1.1.1l-1.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" }, "product_reference": "openssl-1_1-doc-1.1.1l-1.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2006-2937", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2006-2937" } ], "notes": [ { "category": "general", "text": "OpenSSL 0.9.7 before 0.9.7l and 0.9.8 before 0.9.8d allows remote attackers to cause a denial of service (infinite loop and memory consumption) via malformed ASN.1 structures that trigger an improperly handled error condition.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2006-2937", "url": "https://www.suse.com/security/cve/CVE-2006-2937" }, { "category": "external", "summary": "SUSE Bug 202366 for CVE-2006-2937", "url": "https://bugzilla.suse.com/202366" }, { "category": "external", "summary": "SUSE Bug 207635 for CVE-2006-2937", "url": "https://bugzilla.suse.com/207635" }, { "category": "external", "summary": "SUSE Bug 215623 for CVE-2006-2937", "url": "https://bugzilla.suse.com/215623" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2006-2937" }, { "cve": "CVE-2006-2940", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2006-2940" } ], "notes": [ { "category": "general", "text": "OpenSSL 0.9.7 before 0.9.7l, 0.9.8 before 0.9.8d, and earlier versions allows attackers to cause a denial of service (CPU consumption) via parasitic public keys with large (1) \"public exponent\" or (2) \"public modulus\" values in X.509 certificates that require extra time to process when using RSA signature verification.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2006-2940", "url": "https://www.suse.com/security/cve/CVE-2006-2940" }, { "category": "external", "summary": "SUSE Bug 202366 for CVE-2006-2940", "url": "https://bugzilla.suse.com/202366" }, { "category": "external", "summary": "SUSE Bug 207635 for CVE-2006-2940", "url": "https://bugzilla.suse.com/207635" }, { "category": "external", "summary": "SUSE Bug 208971 for CVE-2006-2940", "url": "https://bugzilla.suse.com/208971" }, { "category": "external", "summary": "SUSE Bug 215623 for CVE-2006-2940", "url": "https://bugzilla.suse.com/215623" }, { "category": "external", "summary": "SUSE Bug 223040 for CVE-2006-2940", "url": "https://bugzilla.suse.com/223040" }, { "category": "external", "summary": "SUSE Bug 992991 for CVE-2006-2940", "url": "https://bugzilla.suse.com/992991" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2006-2940" }, { "cve": "CVE-2006-3738", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2006-3738" } ], "notes": [ { "category": "general", "text": "Buffer overflow in the SSL_get_shared_ciphers function in OpenSSL 0.9.7 before 0.9.7l, 0.9.8 before 0.9.8d, and earlier versions has unspecified impact and remote attack vectors involving a long list of ciphers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2006-3738", "url": "https://www.suse.com/security/cve/CVE-2006-3738" }, { "category": "external", "summary": "SUSE Bug 202366 for CVE-2006-3738", "url": "https://bugzilla.suse.com/202366" }, { "category": "external", "summary": "SUSE Bug 215623 for CVE-2006-3738", "url": "https://bugzilla.suse.com/215623" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "critical" } ], "title": "CVE-2006-3738" }, { "cve": "CVE-2006-4339", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2006-4339" } ], "notes": [ { "category": "general", "text": "OpenSSL before 0.9.7, 0.9.7 before 0.9.7k, and 0.9.8 before 0.9.8c, when using an RSA key with exponent 3, removes PKCS-1 padding before generating a hash, which allows remote attackers to forge a PKCS #1 v1.5 signature that is signed by that RSA key and prevents OpenSSL from correctly verifying X.509 and other certificates that use PKCS #1.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2006-4339", "url": "https://www.suse.com/security/cve/CVE-2006-4339" }, { "category": "external", "summary": "SUSE Bug 202366 for CVE-2006-4339", "url": "https://bugzilla.suse.com/202366" }, { "category": "external", "summary": "SUSE Bug 203595 for CVE-2006-4339", "url": "https://bugzilla.suse.com/203595" }, { "category": "external", "summary": "SUSE Bug 206636 for CVE-2006-4339", "url": "https://bugzilla.suse.com/206636" }, { "category": "external", "summary": "SUSE Bug 207635 for CVE-2006-4339", "url": "https://bugzilla.suse.com/207635" }, { "category": "external", "summary": "SUSE Bug 215623 for CVE-2006-4339", "url": "https://bugzilla.suse.com/215623" }, { "category": "external", "summary": "SUSE Bug 218303 for CVE-2006-4339", "url": "https://bugzilla.suse.com/218303" }, { "category": "external", "summary": "SUSE Bug 233584 for CVE-2006-4339", "url": "https://bugzilla.suse.com/233584" }, { "category": "external", "summary": "SUSE Bug 564512 for CVE-2006-4339", "url": "https://bugzilla.suse.com/564512" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2006-4339" }, { "cve": "CVE-2006-4343", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2006-4343" } ], "notes": [ { "category": "general", "text": "The get_server_hello function in the SSLv2 client code in OpenSSL 0.9.7 before 0.9.7l, 0.9.8 before 0.9.8d, and earlier versions allows remote servers to cause a denial of service (client crash) via unknown vectors that trigger a null pointer dereference.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2006-4343", "url": "https://www.suse.com/security/cve/CVE-2006-4343" }, { "category": "external", "summary": "SUSE Bug 202366 for CVE-2006-4343", "url": "https://bugzilla.suse.com/202366" }, { "category": "external", "summary": "SUSE Bug 207635 for CVE-2006-4343", "url": "https://bugzilla.suse.com/207635" }, { "category": "external", "summary": "SUSE Bug 215623 for CVE-2006-4343", "url": "https://bugzilla.suse.com/215623" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2006-4343" }, { "cve": "CVE-2006-7250", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2006-7250" } ], "notes": [ { "category": "general", "text": "The mime_hdr_cmp function in crypto/asn1/asn_mime.c in OpenSSL 0.9.8t and earlier allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted S/MIME message.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2006-7250", "url": "https://www.suse.com/security/cve/CVE-2006-7250" }, { "category": "external", "summary": "SUSE Bug 748738 for CVE-2006-7250", "url": "https://bugzilla.suse.com/748738" }, { "category": "external", "summary": "SUSE Bug 883307 for CVE-2006-7250", "url": "https://bugzilla.suse.com/883307" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2006-7250" }, { "cve": "CVE-2007-3108", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2007-3108" } ], "notes": [ { "category": "general", "text": "The BN_from_montgomery function in crypto/bn/bn_mont.c in OpenSSL 0.9.8e and earlier does not properly perform Montgomery multiplication, which might allow local users to conduct a side-channel attack and retrieve RSA private keys.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2007-3108", "url": "https://www.suse.com/security/cve/CVE-2007-3108" }, { "category": "external", "summary": "SUSE Bug 296511 for CVE-2007-3108", "url": "https://bugzilla.suse.com/296511" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2007-3108" }, { "cve": "CVE-2007-5135", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2007-5135" } ], "notes": [ { "category": "general", "text": "Off-by-one error in the SSL_get_shared_ciphers function in OpenSSL 0.9.7 up to 0.9.7l, and 0.9.8 up to 0.9.8f, might allow remote attackers to execute arbitrary code via a crafted packet that triggers a one-byte buffer underflow. NOTE: this issue was introduced as a result of a fix for CVE-2006-3738. As of 20071012, it is unknown whether code execution is possible.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2007-5135", "url": "https://www.suse.com/security/cve/CVE-2007-5135" }, { "category": "external", "summary": "SUSE Bug 329208 for CVE-2007-5135", "url": "https://bugzilla.suse.com/329208" }, { "category": "external", "summary": "SUSE Bug 331726 for CVE-2007-5135", "url": "https://bugzilla.suse.com/331726" }, { "category": "external", "summary": "SUSE Bug 363663 for CVE-2007-5135", "url": "https://bugzilla.suse.com/363663" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2007-5135" }, { "cve": "CVE-2008-0891", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-0891" } ], "notes": [ { "category": "general", "text": "Double free vulnerability in OpenSSL 0.9.8f and 0.9.8g, when the TLS server name extensions are enabled, allows remote attackers to cause a denial of service (crash) via a malformed Client Hello packet. NOTE: some of these details are obtained from third party information.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-0891", "url": "https://www.suse.com/security/cve/CVE-2008-0891" }, { "category": "external", "summary": "SUSE Bug 394317 for CVE-2008-0891", "url": "https://bugzilla.suse.com/394317" }, { "category": "external", "summary": "SUSE Bug 404511 for CVE-2008-0891", "url": "https://bugzilla.suse.com/404511" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2008-0891" }, { "cve": "CVE-2008-1672", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-1672" } ], "notes": [ { "category": "general", "text": "OpenSSL 0.9.8f and 0.9.8g allows remote attackers to cause a denial of service (crash) via a TLS handshake that omits the Server Key Exchange message and uses \"particular cipher suites,\" which triggers a NULL pointer dereference.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-1672", "url": "https://www.suse.com/security/cve/CVE-2008-1672" }, { "category": "external", "summary": "SUSE Bug 394317 for CVE-2008-1672", "url": "https://bugzilla.suse.com/394317" }, { "category": "external", "summary": "SUSE Bug 404511 for CVE-2008-1672", "url": "https://bugzilla.suse.com/404511" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2008-1672" }, { "cve": "CVE-2008-5077", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-5077" } ], "notes": [ { "category": "general", "text": "OpenSSL 0.9.8i and earlier does not properly check the return value from the EVP_VerifyFinal function, which allows remote attackers to bypass validation of the certificate chain via a malformed SSL/TLS signature for DSA and ECDSA keys.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-5077", "url": "https://www.suse.com/security/cve/CVE-2008-5077" }, { "category": "external", "summary": "SUSE Bug 459468 for CVE-2008-5077", "url": "https://bugzilla.suse.com/459468" }, { "category": "external", "summary": "SUSE Bug 465675 for CVE-2008-5077", "url": "https://bugzilla.suse.com/465675" }, { "category": "external", "summary": "SUSE Bug 465676 for CVE-2008-5077", "url": "https://bugzilla.suse.com/465676" }, { "category": "external", "summary": "SUSE Bug 468866 for CVE-2008-5077", "url": "https://bugzilla.suse.com/468866" }, { "category": "external", "summary": "SUSE Bug 470968 for CVE-2008-5077", "url": "https://bugzilla.suse.com/470968" }, { "category": "external", "summary": "SUSE Bug 475108 for CVE-2008-5077", "url": "https://bugzilla.suse.com/475108" }, { "category": "external", "summary": "SUSE Bug 552497 for CVE-2008-5077", "url": "https://bugzilla.suse.com/552497" }, { "category": "external", "summary": "SUSE Bug 629905 for CVE-2008-5077", "url": "https://bugzilla.suse.com/629905" }, { "category": "external", "summary": "SUSE Bug 708266 for CVE-2008-5077", "url": "https://bugzilla.suse.com/708266" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2008-5077" }, { "cve": "CVE-2009-0590", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2009-0590" } ], "notes": [ { "category": "general", "text": "The ASN1_STRING_print_ex function in OpenSSL before 0.9.8k allows remote attackers to cause a denial of service (invalid memory access and application crash) via vectors that trigger printing of a (1) BMPString or (2) UniversalString with an invalid encoded length.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2009-0590", "url": "https://www.suse.com/security/cve/CVE-2009-0590" }, { "category": "external", "summary": "SUSE Bug 459468 for CVE-2009-0590", "url": "https://bugzilla.suse.com/459468" }, { "category": "external", "summary": "SUSE Bug 489641 for CVE-2009-0590", "url": "https://bugzilla.suse.com/489641" }, { "category": "external", "summary": "SUSE Bug 629905 for CVE-2009-0590", "url": "https://bugzilla.suse.com/629905" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2009-0590" }, { "cve": "CVE-2009-0591", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2009-0591" } ], "notes": [ { "category": "general", "text": "The CMS_verify function in OpenSSL 0.9.8h through 0.9.8j, when CMS is enabled, does not properly handle errors associated with malformed signed attributes, which allows remote attackers to repudiate a signature that originally appeared to be valid but was actually invalid.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2009-0591", "url": "https://www.suse.com/security/cve/CVE-2009-0591" }, { "category": "external", "summary": "SUSE Bug 489641 for CVE-2009-0591", "url": "https://bugzilla.suse.com/489641" }, { "category": "external", "summary": "SUSE Bug 629905 for CVE-2009-0591", "url": "https://bugzilla.suse.com/629905" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2009-0591" }, { "cve": "CVE-2009-0789", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2009-0789" } ], "notes": [ { "category": "general", "text": "OpenSSL before 0.9.8k on WIN64 and certain other platforms does not properly handle a malformed ASN.1 structure, which allows remote attackers to cause a denial of service (invalid memory access and application crash) by placing this structure in the public key of a certificate, as demonstrated by an RSA public key.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2009-0789", "url": "https://www.suse.com/security/cve/CVE-2009-0789" }, { "category": "external", "summary": "SUSE Bug 459468 for CVE-2009-0789", "url": "https://bugzilla.suse.com/459468" }, { "category": "external", "summary": "SUSE Bug 489641 for CVE-2009-0789", "url": "https://bugzilla.suse.com/489641" }, { "category": "external", "summary": "SUSE Bug 629905 for CVE-2009-0789", "url": "https://bugzilla.suse.com/629905" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2009-0789" }, { "cve": "CVE-2009-1377", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2009-1377" } ], "notes": [ { "category": "general", "text": "The dtls1_buffer_record function in ssl/d1_pkt.c in OpenSSL 0.9.8k and earlier 0.9.8 versions allows remote attackers to cause a denial of service (memory consumption) via a large series of \"future epoch\" DTLS records that are buffered in a queue, aka \"DTLS record buffer limitation bug.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2009-1377", "url": "https://www.suse.com/security/cve/CVE-2009-1377" }, { "category": "external", "summary": "SUSE Bug 459468 for CVE-2009-1377", "url": "https://bugzilla.suse.com/459468" }, { "category": "external", "summary": "SUSE Bug 504687 for CVE-2009-1377", "url": "https://bugzilla.suse.com/504687" }, { "category": "external", "summary": "SUSE Bug 629905 for CVE-2009-1377", "url": "https://bugzilla.suse.com/629905" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2009-1377" }, { "cve": "CVE-2009-1378", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2009-1378" } ], "notes": [ { "category": "general", "text": "Multiple memory leaks in the dtls1_process_out_of_seq_message function in ssl/d1_both.c in OpenSSL 0.9.8k and earlier 0.9.8 versions allow remote attackers to cause a denial of service (memory consumption) via DTLS records that (1) are duplicates or (2) have sequence numbers much greater than current sequence numbers, aka \"DTLS fragment handling memory leak.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2009-1378", "url": "https://www.suse.com/security/cve/CVE-2009-1378" }, { "category": "external", "summary": "SUSE Bug 459468 for CVE-2009-1378", "url": "https://bugzilla.suse.com/459468" }, { "category": "external", "summary": "SUSE Bug 504687 for CVE-2009-1378", "url": "https://bugzilla.suse.com/504687" }, { "category": "external", "summary": "SUSE Bug 629905 for CVE-2009-1378", "url": "https://bugzilla.suse.com/629905" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2009-1378" }, { "cve": "CVE-2009-1379", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2009-1379" } ], "notes": [ { "category": "general", "text": "Use-after-free vulnerability in the dtls1_retrieve_buffered_fragment function in ssl/d1_both.c in OpenSSL 1.0.0 Beta 2 allows remote attackers to cause a denial of service (openssl s_client crash) and possibly have unspecified other impact via a DTLS packet, as demonstrated by a packet from a server that uses a crafted server certificate.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2009-1379", "url": "https://www.suse.com/security/cve/CVE-2009-1379" }, { "category": "external", "summary": "SUSE Bug 459468 for CVE-2009-1379", "url": "https://bugzilla.suse.com/459468" }, { "category": "external", "summary": "SUSE Bug 504687 for CVE-2009-1379", "url": "https://bugzilla.suse.com/504687" }, { "category": "external", "summary": "SUSE Bug 629905 for CVE-2009-1379", "url": "https://bugzilla.suse.com/629905" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2009-1379" }, { "cve": "CVE-2009-1386", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2009-1386" } ], "notes": [ { "category": "general", "text": "ssl/s3_pkt.c in OpenSSL before 0.9.8i allows remote attackers to cause a denial of service (NULL pointer dereference and daemon crash) via a DTLS ChangeCipherSpec packet that occurs before ClientHello.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2009-1386", "url": "https://www.suse.com/security/cve/CVE-2009-1386" }, { "category": "external", "summary": "SUSE Bug 459468 for CVE-2009-1386", "url": "https://bugzilla.suse.com/459468" }, { "category": "external", "summary": "SUSE Bug 509031 for CVE-2009-1386", "url": "https://bugzilla.suse.com/509031" }, { "category": "external", "summary": "SUSE Bug 515659 for CVE-2009-1386", "url": "https://bugzilla.suse.com/515659" }, { "category": "external", "summary": "SUSE Bug 629905 for CVE-2009-1386", "url": "https://bugzilla.suse.com/629905" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2009-1386" }, { "cve": "CVE-2009-1387", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2009-1387" } ], "notes": [ { "category": "general", "text": "The dtls1_retrieve_buffered_fragment function in ssl/d1_both.c in OpenSSL before 1.0.0 Beta 2 allows remote attackers to cause a denial of service (NULL pointer dereference and daemon crash) via an out-of-sequence DTLS handshake message, related to a \"fragment bug.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2009-1387", "url": "https://www.suse.com/security/cve/CVE-2009-1387" }, { "category": "external", "summary": "SUSE Bug 459468 for CVE-2009-1387", "url": "https://bugzilla.suse.com/459468" }, { "category": "external", "summary": "SUSE Bug 509031 for CVE-2009-1387", "url": "https://bugzilla.suse.com/509031" }, { "category": "external", "summary": "SUSE Bug 515659 for CVE-2009-1387", "url": "https://bugzilla.suse.com/515659" }, { "category": "external", "summary": "SUSE Bug 629905 for CVE-2009-1387", "url": "https://bugzilla.suse.com/629905" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2009-1387" }, { "cve": "CVE-2010-0740", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2010-0740" } ], "notes": [ { "category": "general", "text": "The ssl3_get_record function in ssl/s3_pkt.c in OpenSSL 0.9.8f through 0.9.8m allows remote attackers to cause a denial of service (crash) via a malformed record in a TLS connection that triggers a NULL pointer dereference, related to the minor version number. NOTE: some of these details are obtained from third party information.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2010-0740", "url": "https://www.suse.com/security/cve/CVE-2010-0740" }, { "category": "external", "summary": "SUSE Bug 590833 for CVE-2010-0740", "url": "https://bugzilla.suse.com/590833" }, { "category": "external", "summary": "SUSE Bug 629905 for CVE-2010-0740", "url": "https://bugzilla.suse.com/629905" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2010-0740" }, { "cve": "CVE-2010-0742", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2010-0742" } ], "notes": [ { "category": "general", "text": "The Cryptographic Message Syntax (CMS) implementation in crypto/cms/cms_asn1.c in OpenSSL before 0.9.8o and 1.x before 1.0.0a does not properly handle structures that contain OriginatorInfo, which allows context-dependent attackers to modify invalid memory locations or conduct double-free attacks, and possibly execute arbitrary code, via unspecified vectors.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2010-0742", "url": "https://www.suse.com/security/cve/CVE-2010-0742" }, { "category": "external", "summary": "SUSE Bug 610642 for CVE-2010-0742", "url": "https://bugzilla.suse.com/610642" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2010-0742" }, { "cve": "CVE-2010-1633", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2010-1633" } ], "notes": [ { "category": "general", "text": "RSA verification recovery in the EVP_PKEY_verify_recover function in OpenSSL 1.x before 1.0.0a, as used by pkeyutl and possibly other applications, returns uninitialized memory upon failure, which might allow context-dependent attackers to bypass intended key requirements or obtain sensitive information via unspecified vectors. NOTE: some of these details are obtained from third party information.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2010-1633", "url": "https://www.suse.com/security/cve/CVE-2010-1633" }, { "category": "external", "summary": "SUSE Bug 610642 for CVE-2010-1633", "url": "https://bugzilla.suse.com/610642" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2010-1633" }, { "cve": "CVE-2010-2939", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2010-2939" } ], "notes": [ { "category": "general", "text": "Double free vulnerability in the ssl3_get_key_exchange function in the OpenSSL client (ssl/s3_clnt.c) in OpenSSL 1.0.0a, 0.9.8, 0.9.7, and possibly other versions, when using ECDH, allows context-dependent attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted private key with an invalid prime. NOTE: some sources refer to this as a use-after-free issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2010-2939", "url": "https://www.suse.com/security/cve/CVE-2010-2939" }, { "category": "external", "summary": "SUSE Bug 489641 for CVE-2010-2939", "url": "https://bugzilla.suse.com/489641" }, { "category": "external", "summary": "SUSE Bug 629905 for CVE-2010-2939", "url": "https://bugzilla.suse.com/629905" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2010-2939" }, { "cve": "CVE-2010-3864", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2010-3864" } ], "notes": [ { "category": "general", "text": "Multiple race conditions in ssl/t1_lib.c in OpenSSL 0.9.8f through 0.9.8o, 1.0.0, and 1.0.0a, when multi-threading and internal caching are enabled on a TLS server, might allow remote attackers to execute arbitrary code via client data that triggers a heap-based buffer overflow, related to (1) the TLS server name extension and (2) elliptic curve cryptography.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2010-3864", "url": "https://www.suse.com/security/cve/CVE-2010-3864" }, { "category": "external", "summary": "SUSE Bug 629905 for CVE-2010-3864", "url": "https://bugzilla.suse.com/629905" }, { "category": "external", "summary": "SUSE Bug 651003 for CVE-2010-3864", "url": "https://bugzilla.suse.com/651003" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2010-3864" }, { "cve": "CVE-2010-5298", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2010-5298" } ], "notes": [ { "category": "general", "text": "Race condition in the ssl3_read_bytes function in s3_pkt.c in OpenSSL through 1.0.1g, when SSL_MODE_RELEASE_BUFFERS is enabled, allows remote attackers to inject data across sessions or cause a denial of service (use-after-free and parsing error) via an SSL connection in a multithreaded environment.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2010-5298", "url": "https://www.suse.com/security/cve/CVE-2010-5298" }, { "category": "external", "summary": "SUSE Bug 873351 for CVE-2010-5298", "url": "https://bugzilla.suse.com/873351" }, { "category": "external", "summary": "SUSE Bug 880891 for CVE-2010-5298", "url": "https://bugzilla.suse.com/880891" }, { "category": "external", "summary": "SUSE Bug 883126 for CVE-2010-5298", "url": "https://bugzilla.suse.com/883126" }, { "category": "external", "summary": "SUSE Bug 885777 for CVE-2010-5298", "url": "https://bugzilla.suse.com/885777" }, { "category": "external", "summary": "SUSE Bug 915913 for CVE-2010-5298", "url": "https://bugzilla.suse.com/915913" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2010-5298" }, { "cve": "CVE-2011-0014", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-0014" } ], "notes": [ { "category": "general", "text": "ssl/t1_lib.c in OpenSSL 0.9.8h through 0.9.8q and 1.0.0 through 1.0.0c allows remote attackers to cause a denial of service (crash), and possibly obtain sensitive information in applications that use OpenSSL, via a malformed ClientHello handshake message that triggers an out-of-bounds memory access, aka \"OCSP stapling vulnerability.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-0014", "url": "https://www.suse.com/security/cve/CVE-2011-0014" }, { "category": "external", "summary": "SUSE Bug 670526 for CVE-2011-0014", "url": "https://bugzilla.suse.com/670526" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2011-0014" }, { "cve": "CVE-2011-3207", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-3207" } ], "notes": [ { "category": "general", "text": "crypto/x509/x509_vfy.c in OpenSSL 1.0.x before 1.0.0e does not initialize certain structure members, which makes it easier for remote attackers to bypass CRL validation by using a nextUpdate value corresponding to a time in the past.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-3207", "url": "https://www.suse.com/security/cve/CVE-2011-3207" }, { "category": "external", "summary": "SUSE Bug 716143 for CVE-2011-3207", "url": "https://bugzilla.suse.com/716143" }, { "category": "external", "summary": "SUSE Bug 854391 for CVE-2011-3207", "url": "https://bugzilla.suse.com/854391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2011-3207" }, { "cve": "CVE-2011-4108", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-4108" } ], "notes": [ { "category": "general", "text": "The DTLS implementation in OpenSSL before 0.9.8s and 1.x before 1.0.0f performs a MAC check only if certain padding is valid, which makes it easier for remote attackers to recover plaintext via a padding oracle attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-4108", "url": "https://www.suse.com/security/cve/CVE-2011-4108" }, { "category": "external", "summary": "SUSE Bug 739719 for CVE-2011-4108", "url": "https://bugzilla.suse.com/739719" }, { "category": "external", "summary": "SUSE Bug 742821 for CVE-2011-4108", "url": "https://bugzilla.suse.com/742821" }, { "category": "external", "summary": "SUSE Bug 758060 for CVE-2011-4108", "url": "https://bugzilla.suse.com/758060" }, { "category": "external", "summary": "SUSE Bug 778825 for CVE-2011-4108", "url": "https://bugzilla.suse.com/778825" }, { "category": "external", "summary": "SUSE Bug 854391 for CVE-2011-4108", "url": "https://bugzilla.suse.com/854391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2011-4108" }, { "cve": "CVE-2011-4576", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-4576" } ], "notes": [ { "category": "general", "text": "The SSL 3.0 implementation in OpenSSL before 0.9.8s and 1.x before 1.0.0f does not properly initialize data structures for block cipher padding, which might allow remote attackers to obtain sensitive information by decrypting the padding data sent by an SSL peer.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-4576", "url": "https://www.suse.com/security/cve/CVE-2011-4576" }, { "category": "external", "summary": "SUSE Bug 739719 for CVE-2011-4576", "url": "https://bugzilla.suse.com/739719" }, { "category": "external", "summary": "SUSE Bug 758060 for CVE-2011-4576", "url": "https://bugzilla.suse.com/758060" }, { "category": "external", "summary": "SUSE Bug 778825 for CVE-2011-4576", "url": "https://bugzilla.suse.com/778825" }, { "category": "external", "summary": "SUSE Bug 854391 for CVE-2011-4576", "url": "https://bugzilla.suse.com/854391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2011-4576" }, { "cve": "CVE-2011-4577", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-4577" } ], "notes": [ { "category": "general", "text": "OpenSSL before 0.9.8s and 1.x before 1.0.0f, when RFC 3779 support is enabled, allows remote attackers to cause a denial of service (assertion failure) via an X.509 certificate containing certificate-extension data associated with (1) IP address blocks or (2) Autonomous System (AS) identifiers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-4577", "url": "https://www.suse.com/security/cve/CVE-2011-4577" }, { "category": "external", "summary": "SUSE Bug 739719 for CVE-2011-4577", "url": "https://bugzilla.suse.com/739719" }, { "category": "external", "summary": "SUSE Bug 758060 for CVE-2011-4577", "url": "https://bugzilla.suse.com/758060" }, { "category": "external", "summary": "SUSE Bug 854391 for CVE-2011-4577", "url": "https://bugzilla.suse.com/854391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2011-4577" }, { "cve": "CVE-2011-4619", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-4619" } ], "notes": [ { "category": "general", "text": "The Server Gated Cryptography (SGC) implementation in OpenSSL before 0.9.8s and 1.x before 1.0.0f does not properly handle handshake restarts, which allows remote attackers to cause a denial of service (CPU consumption) via unspecified vectors.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-4619", "url": "https://www.suse.com/security/cve/CVE-2011-4619" }, { "category": "external", "summary": "SUSE Bug 739719 for CVE-2011-4619", "url": "https://bugzilla.suse.com/739719" }, { "category": "external", "summary": "SUSE Bug 758060 for CVE-2011-4619", "url": "https://bugzilla.suse.com/758060" }, { "category": "external", "summary": "SUSE Bug 799454 for CVE-2011-4619", "url": "https://bugzilla.suse.com/799454" }, { "category": "external", "summary": "SUSE Bug 854391 for CVE-2011-4619", "url": "https://bugzilla.suse.com/854391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2011-4619" }, { "cve": "CVE-2012-0027", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-0027" } ], "notes": [ { "category": "general", "text": "The GOST ENGINE in OpenSSL before 1.0.0f does not properly handle invalid parameters for the GOST block cipher, which allows remote attackers to cause a denial of service (daemon crash) via crafted data from a TLS client.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-0027", "url": "https://www.suse.com/security/cve/CVE-2012-0027" }, { "category": "external", "summary": "SUSE Bug 739719 for CVE-2012-0027", "url": "https://bugzilla.suse.com/739719" }, { "category": "external", "summary": "SUSE Bug 854391 for CVE-2012-0027", "url": "https://bugzilla.suse.com/854391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2012-0027" }, { "cve": "CVE-2012-0050", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-0050" } ], "notes": [ { "category": "general", "text": "OpenSSL 0.9.8s and 1.0.0f does not properly support DTLS applications, which allows remote attackers to cause a denial of service (crash) via unspecified vectors related to an out-of-bounds read. NOTE: this vulnerability exists because of an incorrect fix for CVE-2011-4108.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-0050", "url": "https://www.suse.com/security/cve/CVE-2012-0050" }, { "category": "external", "summary": "SUSE Bug 739719 for CVE-2012-0050", "url": "https://bugzilla.suse.com/739719" }, { "category": "external", "summary": "SUSE Bug 742821 for CVE-2012-0050", "url": "https://bugzilla.suse.com/742821" }, { "category": "external", "summary": "SUSE Bug 758060 for CVE-2012-0050", "url": "https://bugzilla.suse.com/758060" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2012-0050" }, { "cve": "CVE-2012-0884", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-0884" } ], "notes": [ { "category": "general", "text": "The implementation of Cryptographic Message Syntax (CMS) and PKCS #7 in OpenSSL before 0.9.8u and 1.x before 1.0.0h does not properly restrict certain oracle behavior, which makes it easier for context-dependent attackers to decrypt data via a Million Message Attack (MMA) adaptive chosen ciphertext attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-0884", "url": "https://www.suse.com/security/cve/CVE-2012-0884" }, { "category": "external", "summary": "SUSE Bug 749210 for CVE-2012-0884", "url": "https://bugzilla.suse.com/749210" }, { "category": "external", "summary": "SUSE Bug 749735 for CVE-2012-0884", "url": "https://bugzilla.suse.com/749735" }, { "category": "external", "summary": "SUSE Bug 751977 for CVE-2012-0884", "url": "https://bugzilla.suse.com/751977" }, { "category": "external", "summary": "SUSE Bug 754640 for CVE-2012-0884", "url": "https://bugzilla.suse.com/754640" }, { "category": "external", "summary": "SUSE Bug 761819 for CVE-2012-0884", "url": "https://bugzilla.suse.com/761819" }, { "category": "external", "summary": "SUSE Bug 854391 for CVE-2012-0884", "url": "https://bugzilla.suse.com/854391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2012-0884" }, { "cve": "CVE-2012-1165", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-1165" } ], "notes": [ { "category": "general", "text": "The mime_param_cmp function in crypto/asn1/asn_mime.c in OpenSSL before 0.9.8u and 1.x before 1.0.0h allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted S/MIME message, a different vulnerability than CVE-2006-7250.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-1165", "url": "https://www.suse.com/security/cve/CVE-2012-1165" }, { "category": "external", "summary": "SUSE Bug 749210 for CVE-2012-1165", "url": "https://bugzilla.suse.com/749210" }, { "category": "external", "summary": "SUSE Bug 749213 for CVE-2012-1165", "url": "https://bugzilla.suse.com/749213" }, { "category": "external", "summary": "SUSE Bug 751946 for CVE-2012-1165", "url": "https://bugzilla.suse.com/751946" }, { "category": "external", "summary": "SUSE Bug 754640 for CVE-2012-1165", "url": "https://bugzilla.suse.com/754640" }, { "category": "external", "summary": "SUSE Bug 854391 for CVE-2012-1165", "url": "https://bugzilla.suse.com/854391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2012-1165" }, { "cve": "CVE-2012-2110", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-2110" } ], "notes": [ { "category": "general", "text": "The asn1_d2i_read_bio function in crypto/asn1/a_d2i_fp.c in OpenSSL before 0.9.8v, 1.0.0 before 1.0.0i, and 1.0.1 before 1.0.1a does not properly interpret integer data, which allows remote attackers to conduct buffer overflow attacks, and cause a denial of service (memory corruption) or possibly have unspecified other impact, via crafted DER data, as demonstrated by an X.509 certificate or an RSA public key.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-2110", "url": "https://www.suse.com/security/cve/CVE-2012-2110" }, { "category": "external", "summary": "SUSE Bug 758060 for CVE-2012-2110", "url": "https://bugzilla.suse.com/758060" }, { "category": "external", "summary": "SUSE Bug 778825 for CVE-2012-2110", "url": "https://bugzilla.suse.com/778825" }, { "category": "external", "summary": "SUSE Bug 854391 for CVE-2012-2110", "url": "https://bugzilla.suse.com/854391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2012-2110" }, { "cve": "CVE-2012-2686", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-2686" } ], "notes": [ { "category": "general", "text": "crypto/evp/e_aes_cbc_hmac_sha1.c in the AES-NI functionality in the TLS 1.1 and 1.2 implementations in OpenSSL 1.0.1 before 1.0.1d allows remote attackers to cause a denial of service (application crash) via crafted CBC data.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-2686", "url": "https://www.suse.com/security/cve/CVE-2012-2686" }, { "category": "external", "summary": "SUSE Bug 802648 for CVE-2012-2686", "url": "https://bugzilla.suse.com/802648" }, { "category": "external", "summary": "SUSE Bug 854391 for CVE-2012-2686", "url": "https://bugzilla.suse.com/854391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2012-2686" }, { "cve": "CVE-2012-4929", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-4929" } ], "notes": [ { "category": "general", "text": "The TLS protocol 1.2 and earlier, as used in Mozilla Firefox, Google Chrome, Qt, and other products, can encrypt compressed data without properly obfuscating the length of the unencrypted data, which allows man-in-the-middle attackers to obtain plaintext HTTP headers by observing length differences during a series of guesses in which a string in an HTTP request potentially matches an unknown string in an HTTP header, aka a \"CRIME\" attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-4929", "url": "https://www.suse.com/security/cve/CVE-2012-4929" }, { "category": "external", "summary": "SUSE Bug 1011293 for CVE-2012-4929", "url": "https://bugzilla.suse.com/1011293" }, { "category": "external", "summary": "SUSE Bug 779952 for CVE-2012-4929", "url": "https://bugzilla.suse.com/779952" }, { "category": "external", "summary": "SUSE Bug 793420 for CVE-2012-4929", "url": "https://bugzilla.suse.com/793420" }, { "category": "external", "summary": "SUSE Bug 803004 for CVE-2012-4929", "url": "https://bugzilla.suse.com/803004" }, { "category": "external", "summary": "SUSE Bug 847895 for CVE-2012-4929", "url": "https://bugzilla.suse.com/847895" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2012-4929" }, { "cve": "CVE-2013-0166", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-0166" } ], "notes": [ { "category": "general", "text": "OpenSSL before 0.9.8y, 1.0.0 before 1.0.0k, and 1.0.1 before 1.0.1d does not properly perform signature verification for OCSP responses, which allows remote OCSP servers to cause a denial of service (NULL pointer dereference and application crash) via an invalid key.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-0166", "url": "https://www.suse.com/security/cve/CVE-2013-0166" }, { "category": "external", "summary": "SUSE Bug 802648 for CVE-2013-0166", "url": "https://bugzilla.suse.com/802648" }, { "category": "external", "summary": "SUSE Bug 802746 for CVE-2013-0166", "url": "https://bugzilla.suse.com/802746" }, { "category": "external", "summary": "SUSE Bug 813366 for CVE-2013-0166", "url": "https://bugzilla.suse.com/813366" }, { "category": "external", "summary": "SUSE Bug 821818 for CVE-2013-0166", "url": "https://bugzilla.suse.com/821818" }, { "category": "external", "summary": "SUSE Bug 833408 for CVE-2013-0166", "url": "https://bugzilla.suse.com/833408" }, { "category": "external", "summary": "SUSE Bug 854391 for CVE-2013-0166", "url": "https://bugzilla.suse.com/854391" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2013-0166", "url": "https://bugzilla.suse.com/905106" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2013-0166" }, { "cve": "CVE-2013-0169", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-0169" } ], "notes": [ { "category": "general", "text": "The TLS protocol 1.1 and 1.2 and the DTLS protocol 1.0 and 1.2, as used in OpenSSL, OpenJDK, PolarSSL, and other products, do not properly consider timing side-channel attacks on a MAC check requirement during the processing of malformed CBC padding, which allows remote attackers to conduct distinguishing attacks and plaintext-recovery attacks via statistical analysis of timing data for crafted packets, aka the \"Lucky Thirteen\" issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-0169", "url": "https://www.suse.com/security/cve/CVE-2013-0169" }, { "category": "external", "summary": "SUSE Bug 1070148 for CVE-2013-0169", "url": "https://bugzilla.suse.com/1070148" }, { "category": "external", "summary": "SUSE Bug 1103036 for CVE-2013-0169", "url": "https://bugzilla.suse.com/1103036" }, { "category": "external", "summary": "SUSE Bug 1103597 for CVE-2013-0169", "url": "https://bugzilla.suse.com/1103597" }, { "category": "external", "summary": "SUSE Bug 802184 for CVE-2013-0169", "url": "https://bugzilla.suse.com/802184" }, { "category": "external", "summary": "SUSE Bug 802648 for CVE-2013-0169", "url": "https://bugzilla.suse.com/802648" }, { "category": "external", "summary": "SUSE Bug 802746 for CVE-2013-0169", "url": "https://bugzilla.suse.com/802746" }, { "category": "external", "summary": "SUSE Bug 803379 for CVE-2013-0169", "url": "https://bugzilla.suse.com/803379" }, { "category": "external", "summary": "SUSE Bug 804654 for CVE-2013-0169", "url": "https://bugzilla.suse.com/804654" }, { "category": "external", "summary": "SUSE Bug 809839 for CVE-2013-0169", "url": "https://bugzilla.suse.com/809839" }, { "category": "external", "summary": "SUSE Bug 813366 for CVE-2013-0169", "url": "https://bugzilla.suse.com/813366" }, { "category": "external", "summary": "SUSE Bug 813939 for CVE-2013-0169", "url": "https://bugzilla.suse.com/813939" }, { "category": "external", "summary": "SUSE Bug 821818 for CVE-2013-0169", "url": "https://bugzilla.suse.com/821818" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2013-0169", "url": "https://bugzilla.suse.com/905106" }, { "category": "external", "summary": "SUSE Bug 977584 for CVE-2013-0169", "url": "https://bugzilla.suse.com/977584" }, { "category": "external", "summary": "SUSE Bug 977616 for CVE-2013-0169", "url": "https://bugzilla.suse.com/977616" }, { "category": "external", "summary": "SUSE Bug 984977 for CVE-2013-0169", "url": "https://bugzilla.suse.com/984977" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2013-0169" }, { "cve": "CVE-2013-4353", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-4353" } ], "notes": [ { "category": "general", "text": "The ssl3_take_mac function in ssl/s3_both.c in OpenSSL 1.0.1 before 1.0.1f allows remote TLS servers to cause a denial of service (NULL pointer dereference and application crash) via a crafted Next Protocol Negotiation record in a TLS handshake.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-4353", "url": "https://www.suse.com/security/cve/CVE-2013-4353" }, { "category": "external", "summary": "SUSE Bug 857640 for CVE-2013-4353", "url": "https://bugzilla.suse.com/857640" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2013-4353" }, { "cve": "CVE-2013-6449", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-6449" } ], "notes": [ { "category": "general", "text": "The ssl_get_algorithm2 function in ssl/s3_lib.c in OpenSSL before 1.0.2 obtains a certain version number from an incorrect data structure, which allows remote attackers to cause a denial of service (daemon crash) via crafted traffic from a TLS 1.2 client.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-6449", "url": "https://www.suse.com/security/cve/CVE-2013-6449" }, { "category": "external", "summary": "SUSE Bug 856687 for CVE-2013-6449", "url": "https://bugzilla.suse.com/856687" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2013-6449" }, { "cve": "CVE-2013-6450", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-6450" } ], "notes": [ { "category": "general", "text": "The DTLS retransmission implementation in OpenSSL 1.0.0 before 1.0.0l and 1.0.1 before 1.0.1f does not properly maintain data structures for digest and encryption contexts, which might allow man-in-the-middle attackers to trigger the use of a different context and cause a denial of service (application crash) by interfering with packet delivery, related to ssl/d1_both.c and ssl/t1_enc.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-6450", "url": "https://www.suse.com/security/cve/CVE-2013-6450" }, { "category": "external", "summary": "SUSE Bug 857203 for CVE-2013-6450", "url": "https://bugzilla.suse.com/857203" }, { "category": "external", "summary": "SUSE Bug 861384 for CVE-2013-6450", "url": "https://bugzilla.suse.com/861384" }, { "category": "external", "summary": "SUSE Bug 986238 for CVE-2013-6450", "url": "https://bugzilla.suse.com/986238" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2013-6450" }, { "cve": "CVE-2014-0076", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-0076" } ], "notes": [ { "category": "general", "text": "The Montgomery ladder implementation in OpenSSL through 1.0.0l does not ensure that certain swap operations have a constant-time behavior, which makes it easier for local users to obtain ECDSA nonces via a FLUSH+RELOAD cache side-channel attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-0076", "url": "https://www.suse.com/security/cve/CVE-2014-0076" }, { "category": "external", "summary": "SUSE Bug 869945 for CVE-2014-0076", "url": "https://bugzilla.suse.com/869945" }, { "category": "external", "summary": "SUSE Bug 880891 for CVE-2014-0076", "url": "https://bugzilla.suse.com/880891" }, { "category": "external", "summary": "SUSE Bug 883126 for CVE-2014-0076", "url": "https://bugzilla.suse.com/883126" }, { "category": "external", "summary": "SUSE Bug 885777 for CVE-2014-0076", "url": "https://bugzilla.suse.com/885777" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2014-0076", "url": "https://bugzilla.suse.com/905106" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2014-0076" }, { "cve": "CVE-2014-0160", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-0160" } ], "notes": [ { "category": "general", "text": "The (1) TLS and (2) DTLS implementations in OpenSSL 1.0.1 before 1.0.1g do not properly handle Heartbeat Extension packets, which allows remote attackers to obtain sensitive information from process memory via crafted packets that trigger a buffer over-read, as demonstrated by reading private keys, related to d1_both.c and t1_lib.c, aka the Heartbleed bug.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-0160", "url": "https://www.suse.com/security/cve/CVE-2014-0160" }, { "category": "external", "summary": "SUSE Bug 872299 for CVE-2014-0160", "url": "https://bugzilla.suse.com/872299" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2014-0160" }, { "cve": "CVE-2014-0195", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-0195" } ], "notes": [ { "category": "general", "text": "The dtls1_reassemble_fragment function in d1_both.c in OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly validate fragment lengths in DTLS ClientHello messages, which allows remote attackers to execute arbitrary code or cause a denial of service (buffer overflow and application crash) via a long non-initial fragment.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-0195", "url": "https://www.suse.com/security/cve/CVE-2014-0195" }, { "category": "external", "summary": "SUSE Bug 880891 for CVE-2014-0195", "url": "https://bugzilla.suse.com/880891" }, { "category": "external", "summary": "SUSE Bug 885777 for CVE-2014-0195", "url": "https://bugzilla.suse.com/885777" }, { "category": "external", "summary": "SUSE Bug 915913 for CVE-2014-0195", "url": "https://bugzilla.suse.com/915913" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-0195" }, { "cve": "CVE-2014-0198", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-0198" } ], "notes": [ { "category": "general", "text": "The do_ssl3_write function in s3_pkt.c in OpenSSL 1.x through 1.0.1g, when SSL_MODE_RELEASE_BUFFERS is enabled, does not properly manage a buffer pointer during certain recursive calls, which allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via vectors that trigger an alert condition.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-0198", "url": "https://www.suse.com/security/cve/CVE-2014-0198" }, { "category": "external", "summary": "SUSE Bug 876282 for CVE-2014-0198", "url": "https://bugzilla.suse.com/876282" }, { "category": "external", "summary": "SUSE Bug 880891 for CVE-2014-0198", "url": "https://bugzilla.suse.com/880891" }, { "category": "external", "summary": "SUSE Bug 885777 for CVE-2014-0198", "url": "https://bugzilla.suse.com/885777" }, { "category": "external", "summary": "SUSE Bug 915913 for CVE-2014-0198", "url": "https://bugzilla.suse.com/915913" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-0198" }, { "cve": "CVE-2014-0221", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-0221" } ], "notes": [ { "category": "general", "text": "The dtls1_get_message_fragment function in d1_both.c in OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h allows remote attackers to cause a denial of service (recursion and client crash) via a DTLS hello message in an invalid DTLS handshake.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-0221", "url": "https://www.suse.com/security/cve/CVE-2014-0221" }, { "category": "external", "summary": "SUSE Bug 880891 for CVE-2014-0221", "url": "https://bugzilla.suse.com/880891" }, { "category": "external", "summary": "SUSE Bug 883126 for CVE-2014-0221", "url": "https://bugzilla.suse.com/883126" }, { "category": "external", "summary": "SUSE Bug 885777 for CVE-2014-0221", "url": "https://bugzilla.suse.com/885777" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2014-0221", "url": "https://bugzilla.suse.com/905106" }, { "category": "external", "summary": "SUSE Bug 915913 for CVE-2014-0221", "url": "https://bugzilla.suse.com/915913" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-0221" }, { "cve": "CVE-2014-0224", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-0224" } ], "notes": [ { "category": "general", "text": "OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCipherSpec messages, which allows man-in-the-middle attackers to trigger use of a zero-length master key in certain OpenSSL-to-OpenSSL communications, and consequently hijack sessions or obtain sensitive information, via a crafted TLS handshake, aka the \"CCS Injection\" vulnerability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-0224", "url": "https://www.suse.com/security/cve/CVE-2014-0224" }, { "category": "external", "summary": "SUSE Bug 1146657 for CVE-2014-0224", "url": "https://bugzilla.suse.com/1146657" }, { "category": "external", "summary": "SUSE Bug 880891 for CVE-2014-0224", "url": "https://bugzilla.suse.com/880891" }, { "category": "external", "summary": "SUSE Bug 881743 for CVE-2014-0224", "url": "https://bugzilla.suse.com/881743" }, { "category": "external", "summary": "SUSE Bug 883126 for CVE-2014-0224", "url": "https://bugzilla.suse.com/883126" }, { "category": "external", "summary": "SUSE Bug 885777 for CVE-2014-0224", "url": "https://bugzilla.suse.com/885777" }, { "category": "external", "summary": "SUSE Bug 892403 for CVE-2014-0224", "url": "https://bugzilla.suse.com/892403" }, { "category": "external", "summary": "SUSE Bug 901237 for CVE-2014-0224", "url": "https://bugzilla.suse.com/901237" }, { "category": "external", "summary": "SUSE Bug 903703 for CVE-2014-0224", "url": "https://bugzilla.suse.com/903703" }, { "category": "external", "summary": "SUSE Bug 905018 for CVE-2014-0224", "url": "https://bugzilla.suse.com/905018" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2014-0224", "url": "https://bugzilla.suse.com/905106" }, { "category": "external", "summary": "SUSE Bug 914447 for CVE-2014-0224", "url": "https://bugzilla.suse.com/914447" }, { "category": "external", "summary": "SUSE Bug 915913 for CVE-2014-0224", "url": "https://bugzilla.suse.com/915913" }, { "category": "external", "summary": "SUSE Bug 916239 for CVE-2014-0224", "url": "https://bugzilla.suse.com/916239" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2014-0224" }, { "cve": "CVE-2014-3470", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3470" } ], "notes": [ { "category": "general", "text": "The ssl3_send_client_key_exchange function in s3_clnt.c in OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h, when an anonymous ECDH cipher suite is used, allows remote attackers to cause a denial of service (NULL pointer dereference and client crash) by triggering a NULL certificate value.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3470", "url": "https://www.suse.com/security/cve/CVE-2014-3470" }, { "category": "external", "summary": "SUSE Bug 880891 for CVE-2014-3470", "url": "https://bugzilla.suse.com/880891" }, { "category": "external", "summary": "SUSE Bug 883126 for CVE-2014-3470", "url": "https://bugzilla.suse.com/883126" }, { "category": "external", "summary": "SUSE Bug 885777 for CVE-2014-3470", "url": "https://bugzilla.suse.com/885777" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2014-3470", "url": "https://bugzilla.suse.com/905106" }, { "category": "external", "summary": "SUSE Bug 915913 for CVE-2014-3470", "url": "https://bugzilla.suse.com/915913" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-3470" }, { "cve": "CVE-2014-3505", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3505" } ], "notes": [ { "category": "general", "text": "Double free vulnerability in d1_both.c in the DTLS implementation in OpenSSL 0.9.8 before 0.9.8zb, 1.0.0 before 1.0.0n, and 1.0.1 before 1.0.1i allows remote attackers to cause a denial of service (application crash) via crafted DTLS packets that trigger an error condition.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3505", "url": "https://www.suse.com/security/cve/CVE-2014-3505" }, { "category": "external", "summary": "SUSE Bug 890759 for CVE-2014-3505", "url": "https://bugzilla.suse.com/890759" }, { "category": "external", "summary": "SUSE Bug 890764 for CVE-2014-3505", "url": "https://bugzilla.suse.com/890764" }, { "category": "external", "summary": "SUSE Bug 890767 for CVE-2014-3505", "url": "https://bugzilla.suse.com/890767" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2014-3505", "url": "https://bugzilla.suse.com/905106" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2014-3505" }, { "cve": "CVE-2014-3506", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3506" } ], "notes": [ { "category": "general", "text": "d1_both.c in the DTLS implementation in OpenSSL 0.9.8 before 0.9.8zb, 1.0.0 before 1.0.0n, and 1.0.1 before 1.0.1i allows remote attackers to cause a denial of service (memory consumption) via crafted DTLS handshake messages that trigger memory allocations corresponding to large length values.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3506", "url": "https://www.suse.com/security/cve/CVE-2014-3506" }, { "category": "external", "summary": "SUSE Bug 890759 for CVE-2014-3506", "url": "https://bugzilla.suse.com/890759" }, { "category": "external", "summary": "SUSE Bug 890764 for CVE-2014-3506", "url": "https://bugzilla.suse.com/890764" }, { "category": "external", "summary": "SUSE Bug 890768 for CVE-2014-3506", "url": "https://bugzilla.suse.com/890768" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2014-3506", "url": "https://bugzilla.suse.com/905106" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2014-3506" }, { "cve": "CVE-2014-3507", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3507" } ], "notes": [ { "category": "general", "text": "Memory leak in d1_both.c in the DTLS implementation in OpenSSL 0.9.8 before 0.9.8zb, 1.0.0 before 1.0.0n, and 1.0.1 before 1.0.1i allows remote attackers to cause a denial of service (memory consumption) via zero-length DTLS fragments that trigger improper handling of the return value of a certain insert function.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3507", "url": "https://www.suse.com/security/cve/CVE-2014-3507" }, { "category": "external", "summary": "SUSE Bug 890759 for CVE-2014-3507", "url": "https://bugzilla.suse.com/890759" }, { "category": "external", "summary": "SUSE Bug 890764 for CVE-2014-3507", "url": "https://bugzilla.suse.com/890764" }, { "category": "external", "summary": "SUSE Bug 890769 for CVE-2014-3507", "url": "https://bugzilla.suse.com/890769" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2014-3507", "url": "https://bugzilla.suse.com/905106" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2014-3507" }, { "cve": "CVE-2014-3508", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3508" } ], "notes": [ { "category": "general", "text": "The OBJ_obj2txt function in crypto/objects/obj_dat.c in OpenSSL 0.9.8 before 0.9.8zb, 1.0.0 before 1.0.0n, and 1.0.1 before 1.0.1i, when pretty printing is used, does not ensure the presence of \u0027\\0\u0027 characters, which allows context-dependent attackers to obtain sensitive information from process stack memory by reading output from X509_name_oneline, X509_name_print_ex, and unspecified other functions.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3508", "url": "https://www.suse.com/security/cve/CVE-2014-3508" }, { "category": "external", "summary": "SUSE Bug 890759 for CVE-2014-3508", "url": "https://bugzilla.suse.com/890759" }, { "category": "external", "summary": "SUSE Bug 890764 for CVE-2014-3508", "url": "https://bugzilla.suse.com/890764" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2014-3508", "url": "https://bugzilla.suse.com/905106" }, { "category": "external", "summary": "SUSE Bug 950708 for CVE-2014-3508", "url": "https://bugzilla.suse.com/950708" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2014-3508" }, { "cve": "CVE-2014-3509", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3509" } ], "notes": [ { "category": "general", "text": "Race condition in the ssl_parse_serverhello_tlsext function in t1_lib.c in OpenSSL 1.0.0 before 1.0.0n and 1.0.1 before 1.0.1i, when multithreading and session resumption are used, allows remote SSL servers to cause a denial of service (memory overwrite and client application crash) or possibly have unspecified other impact by sending Elliptic Curve (EC) Supported Point Formats Extension data.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3509", "url": "https://www.suse.com/security/cve/CVE-2014-3509" }, { "category": "external", "summary": "SUSE Bug 890759 for CVE-2014-3509", "url": "https://bugzilla.suse.com/890759" }, { "category": "external", "summary": "SUSE Bug 890766 for CVE-2014-3509", "url": "https://bugzilla.suse.com/890766" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2014-3509" }, { "cve": "CVE-2014-3510", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3510" } ], "notes": [ { "category": "general", "text": "The ssl3_send_client_key_exchange function in s3_clnt.c in OpenSSL 0.9.8 before 0.9.8zb, 1.0.0 before 1.0.0n, and 1.0.1 before 1.0.1i allows remote DTLS servers to cause a denial of service (NULL pointer dereference and client application crash) via a crafted handshake message in conjunction with a (1) anonymous DH or (2) anonymous ECDH ciphersuite.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3510", "url": "https://www.suse.com/security/cve/CVE-2014-3510" }, { "category": "external", "summary": "SUSE Bug 890759 for CVE-2014-3510", "url": "https://bugzilla.suse.com/890759" }, { "category": "external", "summary": "SUSE Bug 890764 for CVE-2014-3510", "url": "https://bugzilla.suse.com/890764" }, { "category": "external", "summary": "SUSE Bug 890770 for CVE-2014-3510", "url": "https://bugzilla.suse.com/890770" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2014-3510", "url": "https://bugzilla.suse.com/905106" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2014-3510" }, { "cve": "CVE-2014-3511", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3511" } ], "notes": [ { "category": "general", "text": "The ssl23_get_client_hello function in s23_srvr.c in OpenSSL 1.0.1 before 1.0.1i allows man-in-the-middle attackers to force the use of TLS 1.0 by triggering ClientHello message fragmentation in communication between a client and server that both support later TLS versions, related to a \"protocol downgrade\" issue.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3511", "url": "https://www.suse.com/security/cve/CVE-2014-3511" }, { "category": "external", "summary": "SUSE Bug 890759 for CVE-2014-3511", "url": "https://bugzilla.suse.com/890759" }, { "category": "external", "summary": "SUSE Bug 890771 for CVE-2014-3511", "url": "https://bugzilla.suse.com/890771" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2014-3511" }, { "cve": "CVE-2014-3512", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3512" } ], "notes": [ { "category": "general", "text": "Multiple buffer overflows in crypto/srp/srp_lib.c in the SRP implementation in OpenSSL 1.0.1 before 1.0.1i allow remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via an invalid SRP (1) g, (2) A, or (3) B parameter.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3512", "url": "https://www.suse.com/security/cve/CVE-2014-3512" }, { "category": "external", "summary": "SUSE Bug 890759 for CVE-2014-3512", "url": "https://bugzilla.suse.com/890759" }, { "category": "external", "summary": "SUSE Bug 890772 for CVE-2014-3512", "url": "https://bugzilla.suse.com/890772" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2014-3512" }, { "cve": "CVE-2014-3513", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3513" } ], "notes": [ { "category": "general", "text": "Memory leak in d1_srtp.c in the DTLS SRTP extension in OpenSSL 1.0.1 before 1.0.1j allows remote attackers to cause a denial of service (memory consumption) via a crafted handshake message.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3513", "url": "https://www.suse.com/security/cve/CVE-2014-3513" }, { "category": "external", "summary": "SUSE Bug 901277 for CVE-2014-3513", "url": "https://bugzilla.suse.com/901277" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-3513" }, { "cve": "CVE-2014-3567", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3567" } ], "notes": [ { "category": "general", "text": "Memory leak in the tls_decrypt_ticket function in t1_lib.c in OpenSSL before 0.9.8zc, 1.0.0 before 1.0.0o, and 1.0.1 before 1.0.1j allows remote attackers to cause a denial of service (memory consumption) via a crafted session ticket that triggers an integrity-check failure.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3567", "url": "https://www.suse.com/security/cve/CVE-2014-3567" }, { "category": "external", "summary": "SUSE Bug 877506 for CVE-2014-3567", "url": "https://bugzilla.suse.com/877506" }, { "category": "external", "summary": "SUSE Bug 901277 for CVE-2014-3567", "url": "https://bugzilla.suse.com/901277" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2014-3567", "url": "https://bugzilla.suse.com/905106" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2014-3567" }, { "cve": "CVE-2014-3568", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3568" } ], "notes": [ { "category": "general", "text": "OpenSSL before 0.9.8zc, 1.0.0 before 1.0.0o, and 1.0.1 before 1.0.1j does not properly enforce the no-ssl3 build option, which allows remote attackers to bypass intended access restrictions via an SSL 3.0 handshake, related to s23_clnt.c and s23_srvr.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3568", "url": "https://www.suse.com/security/cve/CVE-2014-3568" }, { "category": "external", "summary": "SUSE Bug 901277 for CVE-2014-3568", "url": "https://bugzilla.suse.com/901277" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2014-3568", "url": "https://bugzilla.suse.com/905106" }, { "category": "external", "summary": "SUSE Bug 911399 for CVE-2014-3568", "url": "https://bugzilla.suse.com/911399" }, { "category": "external", "summary": "SUSE Bug 986238 for CVE-2014-3568", "url": "https://bugzilla.suse.com/986238" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-3568" }, { "cve": "CVE-2014-3569", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3569" } ], "notes": [ { "category": "general", "text": "The ssl23_get_client_hello function in s23_srvr.c in OpenSSL 0.9.8zc, 1.0.0o, and 1.0.1j does not properly handle attempts to use unsupported protocols, which allows remote attackers to cause a denial of service (NULL pointer dereference and daemon crash) via an unexpected handshake, as demonstrated by an SSLv3 handshake to a no-ssl3 application with certain error handling. NOTE: this issue became relevant after the CVE-2014-3568 fix.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3569", "url": "https://www.suse.com/security/cve/CVE-2014-3569" }, { "category": "external", "summary": "SUSE Bug 911399 for CVE-2014-3569", "url": "https://bugzilla.suse.com/911399" }, { "category": "external", "summary": "SUSE Bug 927623 for CVE-2014-3569", "url": "https://bugzilla.suse.com/927623" }, { "category": "external", "summary": "SUSE Bug 986238 for CVE-2014-3569", "url": "https://bugzilla.suse.com/986238" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-3569" }, { "cve": "CVE-2014-3570", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3570" } ], "notes": [ { "category": "general", "text": "The BN_sqr implementation in OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k does not properly calculate the square of a BIGNUM value, which might make it easier for remote attackers to defeat cryptographic protection mechanisms via unspecified vectors, related to crypto/bn/asm/mips.pl, crypto/bn/asm/x86_64-gcc.c, and crypto/bn/bn_asm.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3570", "url": "https://www.suse.com/security/cve/CVE-2014-3570" }, { "category": "external", "summary": "SUSE Bug 912296 for CVE-2014-3570", "url": "https://bugzilla.suse.com/912296" }, { "category": "external", "summary": "SUSE Bug 915848 for CVE-2014-3570", "url": "https://bugzilla.suse.com/915848" }, { "category": "external", "summary": "SUSE Bug 927623 for CVE-2014-3570", "url": "https://bugzilla.suse.com/927623" }, { "category": "external", "summary": "SUSE Bug 937891 for CVE-2014-3570", "url": "https://bugzilla.suse.com/937891" }, { "category": "external", "summary": "SUSE Bug 944456 for CVE-2014-3570", "url": "https://bugzilla.suse.com/944456" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-3570" }, { "cve": "CVE-2014-3571", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3571" } ], "notes": [ { "category": "general", "text": "OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted DTLS message that is processed with a different read operation for the handshake header than for the handshake body, related to the dtls1_get_record function in d1_pkt.c and the ssl3_read_n function in s3_pkt.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3571", "url": "https://www.suse.com/security/cve/CVE-2014-3571" }, { "category": "external", "summary": "SUSE Bug 912294 for CVE-2014-3571", "url": "https://bugzilla.suse.com/912294" }, { "category": "external", "summary": "SUSE Bug 915848 for CVE-2014-3571", "url": "https://bugzilla.suse.com/915848" }, { "category": "external", "summary": "SUSE Bug 927623 for CVE-2014-3571", "url": "https://bugzilla.suse.com/927623" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-3571" }, { "cve": "CVE-2014-3572", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-3572" } ], "notes": [ { "category": "general", "text": "The ssl3_get_key_exchange function in s3_clnt.c in OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k allows remote SSL servers to conduct ECDHE-to-ECDH downgrade attacks and trigger a loss of forward secrecy by omitting the ServerKeyExchange message.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-3572", "url": "https://www.suse.com/security/cve/CVE-2014-3572" }, { "category": "external", "summary": "SUSE Bug 912015 for CVE-2014-3572", "url": "https://bugzilla.suse.com/912015" }, { "category": "external", "summary": "SUSE Bug 915848 for CVE-2014-3572", "url": "https://bugzilla.suse.com/915848" }, { "category": "external", "summary": "SUSE Bug 927623 for CVE-2014-3572", "url": "https://bugzilla.suse.com/927623" }, { "category": "external", "summary": "SUSE Bug 937891 for CVE-2014-3572", "url": "https://bugzilla.suse.com/937891" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-3572" }, { "cve": "CVE-2014-5139", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-5139" } ], "notes": [ { "category": "general", "text": "The ssl_set_client_disabled function in t1_lib.c in OpenSSL 1.0.1 before 1.0.1i allows remote SSL servers to cause a denial of service (NULL pointer dereference and client application crash) via a ServerHello message that includes an SRP ciphersuite without the required negotiation of that ciphersuite with the client.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-5139", "url": "https://www.suse.com/security/cve/CVE-2014-5139" }, { "category": "external", "summary": "SUSE Bug 886831 for CVE-2014-5139", "url": "https://bugzilla.suse.com/886831" }, { "category": "external", "summary": "SUSE Bug 890759 for CVE-2014-5139", "url": "https://bugzilla.suse.com/890759" }, { "category": "external", "summary": "SUSE Bug 890765 for CVE-2014-5139", "url": "https://bugzilla.suse.com/890765" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2014-5139" }, { "cve": "CVE-2014-8275", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-8275" } ], "notes": [ { "category": "general", "text": "OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k does not enforce certain constraints on certificate data, which allows remote attackers to defeat a fingerprint-based certificate-blacklist protection mechanism by including crafted data within a certificate\u0027s unsigned portion, related to crypto/asn1/a_verify.c, crypto/dsa/dsa_asn1.c, crypto/ecdsa/ecs_vrf.c, and crypto/x509/x_all.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-8275", "url": "https://www.suse.com/security/cve/CVE-2014-8275" }, { "category": "external", "summary": "SUSE Bug 912018 for CVE-2014-8275", "url": "https://bugzilla.suse.com/912018" }, { "category": "external", "summary": "SUSE Bug 915848 for CVE-2014-8275", "url": "https://bugzilla.suse.com/915848" }, { "category": "external", "summary": "SUSE Bug 927623 for CVE-2014-8275", "url": "https://bugzilla.suse.com/927623" }, { "category": "external", "summary": "SUSE Bug 937891 for CVE-2014-8275", "url": "https://bugzilla.suse.com/937891" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-8275" }, { "cve": "CVE-2015-0204", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-0204" } ], "notes": [ { "category": "general", "text": "The ssl3_get_key_exchange function in s3_clnt.c in OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k allows remote SSL servers to conduct RSA-to-EXPORT_RSA downgrade attacks and facilitate brute-force decryption by offering a weak ephemeral RSA key in a noncompliant role, related to the \"FREAK\" issue. NOTE: the scope of this CVE is only client code based on OpenSSL, not EXPORT_RSA issues associated with servers or other TLS implementations.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-0204", "url": "https://www.suse.com/security/cve/CVE-2015-0204" }, { "category": "external", "summary": "SUSE Bug 912014 for CVE-2015-0204", "url": "https://bugzilla.suse.com/912014" }, { "category": "external", "summary": "SUSE Bug 920482 for CVE-2015-0204", "url": "https://bugzilla.suse.com/920482" }, { "category": "external", "summary": "SUSE Bug 920484 for CVE-2015-0204", "url": "https://bugzilla.suse.com/920484" }, { "category": "external", "summary": "SUSE Bug 927591 for CVE-2015-0204", "url": "https://bugzilla.suse.com/927591" }, { "category": "external", "summary": "SUSE Bug 927623 for CVE-2015-0204", "url": "https://bugzilla.suse.com/927623" }, { "category": "external", "summary": "SUSE Bug 936787 for CVE-2015-0204", "url": "https://bugzilla.suse.com/936787" }, { "category": "external", "summary": "SUSE Bug 952088 for CVE-2015-0204", "url": "https://bugzilla.suse.com/952088" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "critical" } ], "title": "CVE-2015-0204" }, { "cve": "CVE-2015-0205", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-0205" } ], "notes": [ { "category": "general", "text": "The ssl3_get_cert_verify function in s3_srvr.c in OpenSSL 1.0.0 before 1.0.0p and 1.0.1 before 1.0.1k accepts client authentication with a Diffie-Hellman (DH) certificate without requiring a CertificateVerify message, which allows remote attackers to obtain access without knowledge of a private key via crafted TLS Handshake Protocol traffic to a server that recognizes a Certification Authority with DH support.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-0205", "url": "https://www.suse.com/security/cve/CVE-2015-0205" }, { "category": "external", "summary": "SUSE Bug 912293 for CVE-2015-0205", "url": "https://bugzilla.suse.com/912293" }, { "category": "external", "summary": "SUSE Bug 915848 for CVE-2015-0205", "url": "https://bugzilla.suse.com/915848" }, { "category": "external", "summary": "SUSE Bug 927623 for CVE-2015-0205", "url": "https://bugzilla.suse.com/927623" }, { "category": "external", "summary": "SUSE Bug 937891 for CVE-2015-0205", "url": "https://bugzilla.suse.com/937891" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2015-0205" }, { "cve": "CVE-2015-0206", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-0206" } ], "notes": [ { "category": "general", "text": "Memory leak in the dtls1_buffer_record function in d1_pkt.c in OpenSSL 1.0.0 before 1.0.0p and 1.0.1 before 1.0.1k allows remote attackers to cause a denial of service (memory consumption) by sending many duplicate records for the next epoch, leading to failure of replay detection.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-0206", "url": "https://www.suse.com/security/cve/CVE-2015-0206" }, { "category": "external", "summary": "SUSE Bug 912292 for CVE-2015-0206", "url": "https://bugzilla.suse.com/912292" }, { "category": "external", "summary": "SUSE Bug 927623 for CVE-2015-0206", "url": "https://bugzilla.suse.com/927623" }, { "category": "external", "summary": "SUSE Bug 937891 for CVE-2015-0206", "url": "https://bugzilla.suse.com/937891" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2015-0206" }, { "cve": "CVE-2015-0209", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-0209" } ], "notes": [ { "category": "general", "text": "Use-after-free vulnerability in the d2i_ECPrivateKey function in crypto/ec/ec_asn1.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a might allow remote attackers to cause a denial of service (memory corruption and application crash) or possibly have unspecified other impact via a malformed Elliptic Curve (EC) private-key file that is improperly handled during import.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-0209", "url": "https://www.suse.com/security/cve/CVE-2015-0209" }, { "category": "external", "summary": "SUSE Bug 912014 for CVE-2015-0209", "url": "https://bugzilla.suse.com/912014" }, { "category": "external", "summary": "SUSE Bug 919648 for CVE-2015-0209", "url": "https://bugzilla.suse.com/919648" }, { "category": "external", "summary": "SUSE Bug 936586 for CVE-2015-0209", "url": "https://bugzilla.suse.com/936586" }, { "category": "external", "summary": "SUSE Bug 937891 for CVE-2015-0209", "url": "https://bugzilla.suse.com/937891" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "critical" } ], "title": "CVE-2015-0209" }, { "cve": "CVE-2015-0286", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-0286" } ], "notes": [ { "category": "general", "text": "The ASN1_TYPE_cmp function in crypto/asn1/a_type.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a does not properly perform boolean-type comparisons, which allows remote attackers to cause a denial of service (invalid read operation and application crash) via a crafted X.509 certificate to an endpoint that uses the certificate-verification feature.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-0286", "url": "https://www.suse.com/security/cve/CVE-2015-0286" }, { "category": "external", "summary": "SUSE Bug 912014 for CVE-2015-0286", "url": "https://bugzilla.suse.com/912014" }, { "category": "external", "summary": "SUSE Bug 919648 for CVE-2015-0286", "url": "https://bugzilla.suse.com/919648" }, { "category": "external", "summary": "SUSE Bug 922496 for CVE-2015-0286", "url": "https://bugzilla.suse.com/922496" }, { "category": "external", "summary": "SUSE Bug 936586 for CVE-2015-0286", "url": "https://bugzilla.suse.com/936586" }, { "category": "external", "summary": "SUSE Bug 937891 for CVE-2015-0286", "url": "https://bugzilla.suse.com/937891" }, { "category": "external", "summary": "SUSE Bug 951391 for CVE-2015-0286", "url": "https://bugzilla.suse.com/951391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "critical" } ], "title": "CVE-2015-0286" }, { "cve": "CVE-2015-0287", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-0287" } ], "notes": [ { "category": "general", "text": "The ASN1_item_ex_d2i function in crypto/asn1/tasn_dec.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a does not reinitialize CHOICE and ADB data structures, which might allow attackers to cause a denial of service (invalid write operation and memory corruption) by leveraging an application that relies on ASN.1 structure reuse.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-0287", "url": "https://www.suse.com/security/cve/CVE-2015-0287" }, { "category": "external", "summary": "SUSE Bug 912014 for CVE-2015-0287", "url": "https://bugzilla.suse.com/912014" }, { "category": "external", "summary": "SUSE Bug 919648 for CVE-2015-0287", "url": "https://bugzilla.suse.com/919648" }, { "category": "external", "summary": "SUSE Bug 922499 for CVE-2015-0287", "url": "https://bugzilla.suse.com/922499" }, { "category": "external", "summary": "SUSE Bug 936586 for CVE-2015-0287", "url": "https://bugzilla.suse.com/936586" }, { "category": "external", "summary": "SUSE Bug 937891 for CVE-2015-0287", "url": "https://bugzilla.suse.com/937891" }, { "category": "external", "summary": "SUSE Bug 968888 for CVE-2015-0287", "url": "https://bugzilla.suse.com/968888" }, { "category": "external", "summary": "SUSE Bug 991722 for CVE-2015-0287", "url": "https://bugzilla.suse.com/991722" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "critical" } ], "title": "CVE-2015-0287" }, { "cve": "CVE-2015-0288", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-0288" } ], "notes": [ { "category": "general", "text": "The X509_to_X509_REQ function in crypto/x509/x509_req.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a might allow attackers to cause a denial of service (NULL pointer dereference and application crash) via an invalid certificate key.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-0288", "url": "https://www.suse.com/security/cve/CVE-2015-0288" }, { "category": "external", "summary": "SUSE Bug 912014 for CVE-2015-0288", "url": "https://bugzilla.suse.com/912014" }, { "category": "external", "summary": "SUSE Bug 919648 for CVE-2015-0288", "url": "https://bugzilla.suse.com/919648" }, { "category": "external", "summary": "SUSE Bug 920236 for CVE-2015-0288", "url": "https://bugzilla.suse.com/920236" }, { "category": "external", "summary": "SUSE Bug 936586 for CVE-2015-0288", "url": "https://bugzilla.suse.com/936586" }, { "category": "external", "summary": "SUSE Bug 937891 for CVE-2015-0288", "url": "https://bugzilla.suse.com/937891" }, { "category": "external", "summary": "SUSE Bug 951391 for CVE-2015-0288", "url": "https://bugzilla.suse.com/951391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "critical" } ], "title": "CVE-2015-0288" }, { "cve": "CVE-2015-0289", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-0289" } ], "notes": [ { "category": "general", "text": "The PKCS#7 implementation in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a does not properly handle a lack of outer ContentInfo, which allows attackers to cause a denial of service (NULL pointer dereference and application crash) by leveraging an application that processes arbitrary PKCS#7 data and providing malformed data with ASN.1 encoding, related to crypto/pkcs7/pk7_doit.c and crypto/pkcs7/pk7_lib.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-0289", "url": "https://www.suse.com/security/cve/CVE-2015-0289" }, { "category": "external", "summary": "SUSE Bug 912014 for CVE-2015-0289", "url": "https://bugzilla.suse.com/912014" }, { "category": "external", "summary": "SUSE Bug 919648 for CVE-2015-0289", "url": "https://bugzilla.suse.com/919648" }, { "category": "external", "summary": "SUSE Bug 922500 for CVE-2015-0289", "url": "https://bugzilla.suse.com/922500" }, { "category": "external", "summary": "SUSE Bug 936586 for CVE-2015-0289", "url": "https://bugzilla.suse.com/936586" }, { "category": "external", "summary": "SUSE Bug 937891 for CVE-2015-0289", "url": "https://bugzilla.suse.com/937891" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "critical" } ], "title": "CVE-2015-0289" }, { "cve": "CVE-2015-0293", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-0293" } ], "notes": [ { "category": "general", "text": "The SSLv2 implementation in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a allows remote attackers to cause a denial of service (s2_lib.c assertion failure and daemon exit) via a crafted CLIENT-MASTER-KEY message.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-0293", "url": "https://www.suse.com/security/cve/CVE-2015-0293" }, { "category": "external", "summary": "SUSE Bug 912014 for CVE-2015-0293", "url": "https://bugzilla.suse.com/912014" }, { "category": "external", "summary": "SUSE Bug 919648 for CVE-2015-0293", "url": "https://bugzilla.suse.com/919648" }, { "category": "external", "summary": "SUSE Bug 922488 for CVE-2015-0293", "url": "https://bugzilla.suse.com/922488" }, { "category": "external", "summary": "SUSE Bug 936586 for CVE-2015-0293", "url": "https://bugzilla.suse.com/936586" }, { "category": "external", "summary": "SUSE Bug 968044 for CVE-2015-0293", "url": "https://bugzilla.suse.com/968044" }, { "category": "external", "summary": "SUSE Bug 968051 for CVE-2015-0293", "url": "https://bugzilla.suse.com/968051" }, { "category": "external", "summary": "SUSE Bug 968053 for CVE-2015-0293", "url": "https://bugzilla.suse.com/968053" }, { "category": "external", "summary": "SUSE Bug 986238 for CVE-2015-0293", "url": "https://bugzilla.suse.com/986238" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "critical" } ], "title": "CVE-2015-0293" }, { "cve": "CVE-2015-1788", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-1788" } ], "notes": [ { "category": "general", "text": "The BN_GF2m_mod_inv function in crypto/bn/bn_gf2m.c in OpenSSL before 0.9.8s, 1.0.0 before 1.0.0e, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b does not properly handle ECParameters structures in which the curve is over a malformed binary polynomial field, which allows remote attackers to cause a denial of service (infinite loop) via a session that uses an Elliptic Curve algorithm, as demonstrated by an attack against a server that supports client authentication.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-1788", "url": "https://www.suse.com/security/cve/CVE-2015-1788" }, { "category": "external", "summary": "SUSE Bug 934487 for CVE-2015-1788", "url": "https://bugzilla.suse.com/934487" }, { "category": "external", "summary": "SUSE Bug 934666 for CVE-2015-1788", "url": "https://bugzilla.suse.com/934666" }, { "category": "external", "summary": "SUSE Bug 936586 for CVE-2015-1788", "url": "https://bugzilla.suse.com/936586" }, { "category": "external", "summary": "SUSE Bug 937891 for CVE-2015-1788", "url": "https://bugzilla.suse.com/937891" }, { "category": "external", "summary": "SUSE Bug 938432 for CVE-2015-1788", "url": "https://bugzilla.suse.com/938432" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2015-1788" }, { "cve": "CVE-2015-1789", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-1789" } ], "notes": [ { "category": "general", "text": "The X509_cmp_time function in crypto/x509/x509_vfy.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted length field in ASN1_TIME data, as demonstrated by an attack against a server that supports client authentication with a custom verification callback.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-1789", "url": "https://www.suse.com/security/cve/CVE-2015-1789" }, { "category": "external", "summary": "SUSE Bug 934489 for CVE-2015-1789", "url": "https://bugzilla.suse.com/934489" }, { "category": "external", "summary": "SUSE Bug 934666 for CVE-2015-1789", "url": "https://bugzilla.suse.com/934666" }, { "category": "external", "summary": "SUSE Bug 936586 for CVE-2015-1789", "url": "https://bugzilla.suse.com/936586" }, { "category": "external", "summary": "SUSE Bug 937891 for CVE-2015-1789", "url": "https://bugzilla.suse.com/937891" }, { "category": "external", "summary": "SUSE Bug 938432 for CVE-2015-1789", "url": "https://bugzilla.suse.com/938432" }, { "category": "external", "summary": "SUSE Bug 951391 for CVE-2015-1789", "url": "https://bugzilla.suse.com/951391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2015-1789" }, { "cve": "CVE-2015-1790", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-1790" } ], "notes": [ { "category": "general", "text": "The PKCS7_dataDecodefunction in crypto/pkcs7/pk7_doit.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a PKCS#7 blob that uses ASN.1 encoding and lacks inner EncryptedContent data.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-1790", "url": "https://www.suse.com/security/cve/CVE-2015-1790" }, { "category": "external", "summary": "SUSE Bug 934491 for CVE-2015-1790", "url": "https://bugzilla.suse.com/934491" }, { "category": "external", "summary": "SUSE Bug 934666 for CVE-2015-1790", "url": "https://bugzilla.suse.com/934666" }, { "category": "external", "summary": "SUSE Bug 936586 for CVE-2015-1790", "url": "https://bugzilla.suse.com/936586" }, { "category": "external", "summary": "SUSE Bug 938432 for CVE-2015-1790", "url": "https://bugzilla.suse.com/938432" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2015-1790" }, { "cve": "CVE-2015-1791", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-1791" } ], "notes": [ { "category": "general", "text": "Race condition in the ssl3_get_new_session_ticket function in ssl/s3_clnt.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b, when used for a multi-threaded client, allows remote attackers to cause a denial of service (double free and application crash) or possibly have unspecified other impact by providing a NewSessionTicket during an attempt to reuse a ticket that had been obtained earlier.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-1791", "url": "https://www.suse.com/security/cve/CVE-2015-1791" }, { "category": "external", "summary": "SUSE Bug 933911 for CVE-2015-1791", "url": "https://bugzilla.suse.com/933911" }, { "category": "external", "summary": "SUSE Bug 934666 for CVE-2015-1791", "url": "https://bugzilla.suse.com/934666" }, { "category": "external", "summary": "SUSE Bug 986238 for CVE-2015-1791", "url": "https://bugzilla.suse.com/986238" }, { "category": "external", "summary": "SUSE Bug 989464 for CVE-2015-1791", "url": "https://bugzilla.suse.com/989464" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2015-1791" }, { "cve": "CVE-2015-1792", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-1792" } ], "notes": [ { "category": "general", "text": "The do_free_upto function in crypto/cms/cms_smime.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b allows remote attackers to cause a denial of service (infinite loop) via vectors that trigger a NULL value of a BIO data structure, as demonstrated by an unrecognized X.660 OID for a hash function.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-1792", "url": "https://www.suse.com/security/cve/CVE-2015-1792" }, { "category": "external", "summary": "SUSE Bug 934493 for CVE-2015-1792", "url": "https://bugzilla.suse.com/934493" }, { "category": "external", "summary": "SUSE Bug 934666 for CVE-2015-1792", "url": "https://bugzilla.suse.com/934666" }, { "category": "external", "summary": "SUSE Bug 937891 for CVE-2015-1792", "url": "https://bugzilla.suse.com/937891" }, { "category": "external", "summary": "SUSE Bug 986238 for CVE-2015-1792", "url": "https://bugzilla.suse.com/986238" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2015-1792" }, { "cve": "CVE-2015-1793", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-1793" } ], "notes": [ { "category": "general", "text": "The X509_verify_cert function in crypto/x509/x509_vfy.c in OpenSSL 1.0.1n, 1.0.1o, 1.0.2b, and 1.0.2c does not properly process X.509 Basic Constraints cA values during identification of alternative certificate chains, which allows remote attackers to spoof a Certification Authority role and trigger unintended certificate verifications via a valid leaf certificate.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-1793", "url": "https://www.suse.com/security/cve/CVE-2015-1793" }, { "category": "external", "summary": "SUSE Bug 936746 for CVE-2015-1793", "url": "https://bugzilla.suse.com/936746" }, { "category": "external", "summary": "SUSE Bug 937637 for CVE-2015-1793", "url": "https://bugzilla.suse.com/937637" }, { "category": "external", "summary": "SUSE Bug 951391 for CVE-2015-1793", "url": "https://bugzilla.suse.com/951391" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2015-1793" }, { "cve": "CVE-2015-1794", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-1794" } ], "notes": [ { "category": "general", "text": "The ssl3_get_key_exchange function in ssl/s3_clnt.c in OpenSSL 1.0.2 before 1.0.2e allows remote servers to cause a denial of service (segmentation fault) via a zero p value in an anonymous Diffie-Hellman (DH) ServerKeyExchange message.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-1794", "url": "https://www.suse.com/security/cve/CVE-2015-1794" }, { "category": "external", "summary": "SUSE Bug 957984 for CVE-2015-1794", "url": "https://bugzilla.suse.com/957984" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2015-1794" }, { "cve": "CVE-2015-3193", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-3193" } ], "notes": [ { "category": "general", "text": "The Montgomery squaring implementation in crypto/bn/asm/x86_64-mont5.pl in OpenSSL 1.0.2 before 1.0.2e on the x86_64 platform, as used by the BN_mod_exp function, mishandles carry propagation and produces incorrect output, which makes it easier for remote attackers to obtain sensitive private-key information via an attack against use of a (1) Diffie-Hellman (DH) or (2) Diffie-Hellman Ephemeral (DHE) ciphersuite.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-3193", "url": "https://www.suse.com/security/cve/CVE-2015-3193" }, { "category": "external", "summary": "SUSE Bug 1022086 for CVE-2015-3193", "url": "https://bugzilla.suse.com/1022086" }, { "category": "external", "summary": "SUSE Bug 1066242 for CVE-2015-3193", "url": "https://bugzilla.suse.com/1066242" }, { "category": "external", "summary": "SUSE Bug 1071906 for CVE-2015-3193", "url": "https://bugzilla.suse.com/1071906" }, { "category": "external", "summary": "SUSE Bug 957814 for CVE-2015-3193", "url": "https://bugzilla.suse.com/957814" }, { "category": "external", "summary": "SUSE Bug 960151 for CVE-2015-3193", "url": "https://bugzilla.suse.com/960151" }, { "category": "external", "summary": "SUSE Bug 990370 for CVE-2015-3193", "url": "https://bugzilla.suse.com/990370" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2015-3193" }, { "cve": "CVE-2015-3194", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-3194" } ], "notes": [ { "category": "general", "text": "crypto/rsa/rsa_ameth.c in OpenSSL 1.0.1 before 1.0.1q and 1.0.2 before 1.0.2e allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via an RSA PSS ASN.1 signature that lacks a mask generation function parameter.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-3194", "url": "https://www.suse.com/security/cve/CVE-2015-3194" }, { "category": "external", "summary": "SUSE Bug 957812 for CVE-2015-3194", "url": "https://bugzilla.suse.com/957812" }, { "category": "external", "summary": "SUSE Bug 957815 for CVE-2015-3194", "url": "https://bugzilla.suse.com/957815" }, { "category": "external", "summary": "SUSE Bug 958768 for CVE-2015-3194", "url": "https://bugzilla.suse.com/958768" }, { "category": "external", "summary": "SUSE Bug 976341 for CVE-2015-3194", "url": "https://bugzilla.suse.com/976341" }, { "category": "external", "summary": "SUSE Bug 990370 for CVE-2015-3194", "url": "https://bugzilla.suse.com/990370" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2015-3194" }, { "cve": "CVE-2015-3195", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-3195" } ], "notes": [ { "category": "general", "text": "The ASN1_TFLG_COMBINE implementation in crypto/asn1/tasn_dec.c in OpenSSL before 0.9.8zh, 1.0.0 before 1.0.0t, 1.0.1 before 1.0.1q, and 1.0.2 before 1.0.2e mishandles errors caused by malformed X509_ATTRIBUTE data, which allows remote attackers to obtain sensitive information from process memory by triggering a decoding failure in a PKCS#7 or CMS application.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-3195", "url": "https://www.suse.com/security/cve/CVE-2015-3195" }, { "category": "external", "summary": "SUSE Bug 923755 for CVE-2015-3195", "url": "https://bugzilla.suse.com/923755" }, { "category": "external", "summary": "SUSE Bug 957812 for CVE-2015-3195", "url": "https://bugzilla.suse.com/957812" }, { "category": "external", "summary": "SUSE Bug 957815 for CVE-2015-3195", "url": "https://bugzilla.suse.com/957815" }, { "category": "external", "summary": "SUSE Bug 958768 for CVE-2015-3195", "url": "https://bugzilla.suse.com/958768" }, { "category": "external", "summary": "SUSE Bug 963977 for CVE-2015-3195", "url": "https://bugzilla.suse.com/963977" }, { "category": "external", "summary": "SUSE Bug 986238 for CVE-2015-3195", "url": "https://bugzilla.suse.com/986238" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2015-3195" }, { "cve": "CVE-2015-3196", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-3196" } ], "notes": [ { "category": "general", "text": "ssl/s3_clnt.c in OpenSSL 1.0.0 before 1.0.0t, 1.0.1 before 1.0.1p, and 1.0.2 before 1.0.2d, when used for a multi-threaded client, writes the PSK identity hint to an incorrect data structure, which allows remote servers to cause a denial of service (race condition and double free) via a crafted ServerKeyExchange message.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-3196", "url": "https://www.suse.com/security/cve/CVE-2015-3196" }, { "category": "external", "summary": "SUSE Bug 957813 for CVE-2015-3196", "url": "https://bugzilla.suse.com/957813" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2015-3196" }, { "cve": "CVE-2015-3197", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-3197" } ], "notes": [ { "category": "general", "text": "ssl/s2_srvr.c in OpenSSL 1.0.1 before 1.0.1r and 1.0.2 before 1.0.2f does not prevent use of disabled ciphers, which makes it easier for man-in-the-middle attackers to defeat cryptographic protection mechanisms by performing computations on SSLv2 traffic, related to the get_client_master_key and get_client_hello functions.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-3197", "url": "https://www.suse.com/security/cve/CVE-2015-3197" }, { "category": "external", "summary": "SUSE Bug 963410 for CVE-2015-3197", "url": "https://bugzilla.suse.com/963410" }, { "category": "external", "summary": "SUSE Bug 963415 for CVE-2015-3197", "url": "https://bugzilla.suse.com/963415" }, { "category": "external", "summary": "SUSE Bug 968044 for CVE-2015-3197", "url": "https://bugzilla.suse.com/968044" }, { "category": "external", "summary": "SUSE Bug 968046 for CVE-2015-3197", "url": "https://bugzilla.suse.com/968046" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2015-3197" }, { "cve": "CVE-2016-0701", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-0701" } ], "notes": [ { "category": "general", "text": "The DH_check_pub_key function in crypto/dh/dh_check.c in OpenSSL 1.0.2 before 1.0.2f does not ensure that prime numbers are appropriate for Diffie-Hellman (DH) key exchange, which makes it easier for remote attackers to discover a private DH exponent by making multiple handshakes with a peer that chose an inappropriate number, as demonstrated by a number in an X9.42 file.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-0701", "url": "https://www.suse.com/security/cve/CVE-2016-0701" }, { "category": "external", "summary": "SUSE Bug 1071906 for CVE-2016-0701", "url": "https://bugzilla.suse.com/1071906" }, { "category": "external", "summary": "SUSE Bug 1176331 for CVE-2016-0701", "url": "https://bugzilla.suse.com/1176331" }, { "category": "external", "summary": "SUSE Bug 1195379 for CVE-2016-0701", "url": "https://bugzilla.suse.com/1195379" }, { "category": "external", "summary": "SUSE Bug 963410 for CVE-2016-0701", "url": "https://bugzilla.suse.com/963410" }, { "category": "external", "summary": "SUSE Bug 963413 for CVE-2016-0701", "url": "https://bugzilla.suse.com/963413" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2016-0701" }, { "cve": "CVE-2016-0702", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-0702" } ], "notes": [ { "category": "general", "text": "The MOD_EXP_CTIME_COPY_FROM_PREBUF function in crypto/bn/bn_exp.c in OpenSSL 1.0.1 before 1.0.1s and 1.0.2 before 1.0.2g does not properly consider cache-bank access times during modular exponentiation, which makes it easier for local users to discover RSA keys by running a crafted application on the same Intel Sandy Bridge CPU core as a victim and leveraging cache-bank conflicts, aka a \"CacheBleed\" attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-0702", "url": "https://www.suse.com/security/cve/CVE-2016-0702" }, { "category": "external", "summary": "SUSE Bug 1007806 for CVE-2016-0702", "url": "https://bugzilla.suse.com/1007806" }, { "category": "external", "summary": "SUSE Bug 968044 for CVE-2016-0702", "url": "https://bugzilla.suse.com/968044" }, { "category": "external", "summary": "SUSE Bug 968050 for CVE-2016-0702", "url": "https://bugzilla.suse.com/968050" }, { "category": "external", "summary": "SUSE Bug 971238 for CVE-2016-0702", "url": "https://bugzilla.suse.com/971238" }, { "category": "external", "summary": "SUSE Bug 990370 for CVE-2016-0702", "url": "https://bugzilla.suse.com/990370" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2016-0702" }, { "cve": "CVE-2016-0705", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-0705" } ], "notes": [ { "category": "general", "text": "Double free vulnerability in the dsa_priv_decode function in crypto/dsa/dsa_ameth.c in OpenSSL 1.0.1 before 1.0.1s and 1.0.2 before 1.0.2g allows remote attackers to cause a denial of service (memory corruption) or possibly have unspecified other impact via a malformed DSA private key.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-0705", "url": "https://www.suse.com/security/cve/CVE-2016-0705" }, { "category": "external", "summary": "SUSE Bug 968044 for CVE-2016-0705", "url": "https://bugzilla.suse.com/968044" }, { "category": "external", "summary": "SUSE Bug 968047 for CVE-2016-0705", "url": "https://bugzilla.suse.com/968047" }, { "category": "external", "summary": "SUSE Bug 971238 for CVE-2016-0705", "url": "https://bugzilla.suse.com/971238" }, { "category": "external", "summary": "SUSE Bug 976341 for CVE-2016-0705", "url": "https://bugzilla.suse.com/976341" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2016-0705" }, { "cve": "CVE-2016-0797", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-0797" } ], "notes": [ { "category": "general", "text": "Multiple integer overflows in OpenSSL 1.0.1 before 1.0.1s and 1.0.2 before 1.0.2g allow remote attackers to cause a denial of service (heap memory corruption or NULL pointer dereference) or possibly have unspecified other impact via a long digit string that is mishandled by the (1) BN_dec2bn or (2) BN_hex2bn function, related to crypto/bn/bn.h and crypto/bn/bn_print.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-0797", "url": "https://www.suse.com/security/cve/CVE-2016-0797" }, { "category": "external", "summary": "SUSE Bug 968044 for CVE-2016-0797", "url": "https://bugzilla.suse.com/968044" }, { "category": "external", "summary": "SUSE Bug 968048 for CVE-2016-0797", "url": "https://bugzilla.suse.com/968048" }, { "category": "external", "summary": "SUSE Bug 990370 for CVE-2016-0797", "url": "https://bugzilla.suse.com/990370" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2016-0797" }, { "cve": "CVE-2016-0798", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-0798" } ], "notes": [ { "category": "general", "text": "Memory leak in the SRP_VBASE_get_by_user implementation in OpenSSL 1.0.1 before 1.0.1s and 1.0.2 before 1.0.2g allows remote attackers to cause a denial of service (memory consumption) by providing an invalid username in a connection attempt, related to apps/s_server.c and crypto/srp/srp_vfy.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-0798", "url": "https://www.suse.com/security/cve/CVE-2016-0798" }, { "category": "external", "summary": "SUSE Bug 968044 for CVE-2016-0798", "url": "https://bugzilla.suse.com/968044" }, { "category": "external", "summary": "SUSE Bug 968265 for CVE-2016-0798", "url": "https://bugzilla.suse.com/968265" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2016-0798" }, { "cve": "CVE-2016-0800", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-0800" } ], "notes": [ { "category": "general", "text": "The SSLv2 protocol, as used in OpenSSL before 1.0.1s and 1.0.2 before 1.0.2g and other products, requires a server to send a ServerVerify message before establishing that a client possesses certain plaintext RSA data, which makes it easier for remote attackers to decrypt TLS ciphertext data by leveraging a Bleichenbacher RSA padding oracle, aka a \"DROWN\" attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-0800", "url": "https://www.suse.com/security/cve/CVE-2016-0800" }, { "category": "external", "summary": "SUSE Bug 1106871 for CVE-2016-0800", "url": "https://bugzilla.suse.com/1106871" }, { "category": "external", "summary": "SUSE Bug 961377 for CVE-2016-0800", "url": "https://bugzilla.suse.com/961377" }, { "category": "external", "summary": "SUSE Bug 968044 for CVE-2016-0800", "url": "https://bugzilla.suse.com/968044" }, { "category": "external", "summary": "SUSE Bug 968046 for CVE-2016-0800", "url": "https://bugzilla.suse.com/968046" }, { "category": "external", "summary": "SUSE Bug 968888 for CVE-2016-0800", "url": "https://bugzilla.suse.com/968888" }, { "category": "external", "summary": "SUSE Bug 969591 for CVE-2016-0800", "url": "https://bugzilla.suse.com/969591" }, { "category": "external", "summary": "SUSE Bug 979060 for CVE-2016-0800", "url": "https://bugzilla.suse.com/979060" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-0800" }, { "cve": "CVE-2016-2105", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2105" } ], "notes": [ { "category": "general", "text": "Integer overflow in the EVP_EncodeUpdate function in crypto/evp/encode.c in OpenSSL before 1.0.1t and 1.0.2 before 1.0.2h allows remote attackers to cause a denial of service (heap memory corruption) via a large amount of binary data.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2105", "url": "https://www.suse.com/security/cve/CVE-2016-2105" }, { "category": "external", "summary": "SUSE Bug 977584 for CVE-2016-2105", "url": "https://bugzilla.suse.com/977584" }, { "category": "external", "summary": "SUSE Bug 977614 for CVE-2016-2105", "url": "https://bugzilla.suse.com/977614" }, { "category": "external", "summary": "SUSE Bug 978492 for CVE-2016-2105", "url": "https://bugzilla.suse.com/978492" }, { "category": "external", "summary": "SUSE Bug 989902 for CVE-2016-2105", "url": "https://bugzilla.suse.com/989902" }, { "category": "external", "summary": "SUSE Bug 990369 for CVE-2016-2105", "url": "https://bugzilla.suse.com/990369" }, { "category": "external", "summary": "SUSE Bug 990370 for CVE-2016-2105", "url": "https://bugzilla.suse.com/990370" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2016-2105" }, { "cve": "CVE-2016-2106", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2106" } ], "notes": [ { "category": "general", "text": "Integer overflow in the EVP_EncryptUpdate function in crypto/evp/evp_enc.c in OpenSSL before 1.0.1t and 1.0.2 before 1.0.2h allows remote attackers to cause a denial of service (heap memory corruption) via a large amount of data.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2106", "url": "https://www.suse.com/security/cve/CVE-2016-2106" }, { "category": "external", "summary": "SUSE Bug 977584 for CVE-2016-2106", "url": "https://bugzilla.suse.com/977584" }, { "category": "external", "summary": "SUSE Bug 977615 for CVE-2016-2106", "url": "https://bugzilla.suse.com/977615" }, { "category": "external", "summary": "SUSE Bug 978492 for CVE-2016-2106", "url": "https://bugzilla.suse.com/978492" }, { "category": "external", "summary": "SUSE Bug 979279 for CVE-2016-2106", "url": "https://bugzilla.suse.com/979279" }, { "category": "external", "summary": "SUSE Bug 990369 for CVE-2016-2106", "url": "https://bugzilla.suse.com/990369" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2016-2106" }, { "cve": "CVE-2016-2107", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2107" } ], "notes": [ { "category": "general", "text": "The AES-NI implementation in OpenSSL before 1.0.1t and 1.0.2 before 1.0.2h does not consider memory allocation during a certain padding check, which allows remote attackers to obtain sensitive cleartext information via a padding-oracle attack against an AES CBC session. NOTE: this vulnerability exists because of an incorrect fix for CVE-2013-0169.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2107", "url": "https://www.suse.com/security/cve/CVE-2016-2107" }, { "category": "external", "summary": "SUSE Bug 976942 for CVE-2016-2107", "url": "https://bugzilla.suse.com/976942" }, { "category": "external", "summary": "SUSE Bug 977584 for CVE-2016-2107", "url": "https://bugzilla.suse.com/977584" }, { "category": "external", "summary": "SUSE Bug 977616 for CVE-2016-2107", "url": "https://bugzilla.suse.com/977616" }, { "category": "external", "summary": "SUSE Bug 978492 for CVE-2016-2107", "url": "https://bugzilla.suse.com/978492" }, { "category": "external", "summary": "SUSE Bug 990369 for CVE-2016-2107", "url": "https://bugzilla.suse.com/990369" }, { "category": "external", "summary": "SUSE Bug 990370 for CVE-2016-2107", "url": "https://bugzilla.suse.com/990370" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2016-2107" }, { "cve": "CVE-2016-2109", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2109" } ], "notes": [ { "category": "general", "text": "The asn1_d2i_read_bio function in crypto/asn1/a_d2i_fp.c in the ASN.1 BIO implementation in OpenSSL before 1.0.1t and 1.0.2 before 1.0.2h allows remote attackers to cause a denial of service (memory consumption) via a short invalid encoding.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2109", "url": "https://www.suse.com/security/cve/CVE-2016-2109" }, { "category": "external", "summary": "SUSE Bug 1015243 for CVE-2016-2109", "url": "https://bugzilla.suse.com/1015243" }, { "category": "external", "summary": "SUSE Bug 976942 for CVE-2016-2109", "url": "https://bugzilla.suse.com/976942" }, { "category": "external", "summary": "SUSE Bug 977584 for CVE-2016-2109", "url": "https://bugzilla.suse.com/977584" }, { "category": "external", "summary": "SUSE Bug 978492 for CVE-2016-2109", "url": "https://bugzilla.suse.com/978492" }, { "category": "external", "summary": "SUSE Bug 990369 for CVE-2016-2109", "url": "https://bugzilla.suse.com/990369" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-2109" }, { "cve": "CVE-2016-2176", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2176" } ], "notes": [ { "category": "general", "text": "The X509_NAME_oneline function in crypto/x509/x509_obj.c in OpenSSL before 1.0.1t and 1.0.2 before 1.0.2h allows remote attackers to obtain sensitive information from process stack memory or cause a denial of service (buffer over-read) via crafted EBCDIC ASN.1 data.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2176", "url": "https://www.suse.com/security/cve/CVE-2016-2176" }, { "category": "external", "summary": "SUSE Bug 978224 for CVE-2016-2176", "url": "https://bugzilla.suse.com/978224" }, { "category": "external", "summary": "SUSE Bug 990369 for CVE-2016-2176", "url": "https://bugzilla.suse.com/990369" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2016-2176" }, { "cve": "CVE-2016-2177", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2177" } ], "notes": [ { "category": "general", "text": "OpenSSL through 1.0.2h incorrectly uses pointer arithmetic for heap-buffer boundary checks, which might allow remote attackers to cause a denial of service (integer overflow and application crash) or possibly have unspecified other impact by leveraging unexpected malloc behavior, related to s3_srvr.c, ssl_sess.c, and t1_lib.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2177", "url": "https://www.suse.com/security/cve/CVE-2016-2177" }, { "category": "external", "summary": "SUSE Bug 982575 for CVE-2016-2177", "url": "https://bugzilla.suse.com/982575" }, { "category": "external", "summary": "SUSE Bug 999075 for CVE-2016-2177", "url": "https://bugzilla.suse.com/999075" }, { "category": "external", "summary": "SUSE Bug 999665 for CVE-2016-2177", "url": "https://bugzilla.suse.com/999665" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2016-2177" }, { "cve": "CVE-2016-2178", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2178" } ], "notes": [ { "category": "general", "text": "The dsa_sign_setup function in crypto/dsa/dsa_ossl.c in OpenSSL through 1.0.2h does not properly ensure the use of constant-time operations, which makes it easier for local users to discover a DSA private key via a timing side-channel attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2178", "url": "https://www.suse.com/security/cve/CVE-2016-2178" }, { "category": "external", "summary": "SUSE Bug 1004104 for CVE-2016-2178", "url": "https://bugzilla.suse.com/1004104" }, { "category": "external", "summary": "SUSE Bug 983249 for CVE-2016-2178", "url": "https://bugzilla.suse.com/983249" }, { "category": "external", "summary": "SUSE Bug 983519 for CVE-2016-2178", "url": "https://bugzilla.suse.com/983519" }, { "category": "external", "summary": "SUSE Bug 999665 for CVE-2016-2178", "url": "https://bugzilla.suse.com/999665" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2016-2178" }, { "cve": "CVE-2016-2179", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2179" } ], "notes": [ { "category": "general", "text": "The DTLS implementation in OpenSSL before 1.1.0 does not properly restrict the lifetime of queue entries associated with unused out-of-order messages, which allows remote attackers to cause a denial of service (memory consumption) by maintaining many crafted DTLS sessions simultaneously, related to d1_lib.c, statem_dtls.c, statem_lib.c, and statem_srvr.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2179", "url": "https://www.suse.com/security/cve/CVE-2016-2179" }, { "category": "external", "summary": "SUSE Bug 1004104 for CVE-2016-2179", "url": "https://bugzilla.suse.com/1004104" }, { "category": "external", "summary": "SUSE Bug 994844 for CVE-2016-2179", "url": "https://bugzilla.suse.com/994844" }, { "category": "external", "summary": "SUSE Bug 999665 for CVE-2016-2179", "url": "https://bugzilla.suse.com/999665" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-2179" }, { "cve": "CVE-2016-2180", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2180" } ], "notes": [ { "category": "general", "text": "The TS_OBJ_print_bio function in crypto/ts/ts_lib.c in the X.509 Public Key Infrastructure Time-Stamp Protocol (TSP) implementation in OpenSSL through 1.0.2h allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted time-stamp file that is mishandled by the \"openssl ts\" command.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2180", "url": "https://www.suse.com/security/cve/CVE-2016-2180" }, { "category": "external", "summary": "SUSE Bug 1003811 for CVE-2016-2180", "url": "https://bugzilla.suse.com/1003811" }, { "category": "external", "summary": "SUSE Bug 990419 for CVE-2016-2180", "url": "https://bugzilla.suse.com/990419" }, { "category": "external", "summary": "SUSE Bug 999665 for CVE-2016-2180", "url": "https://bugzilla.suse.com/999665" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2016-2180" }, { "cve": "CVE-2016-2181", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2181" } ], "notes": [ { "category": "general", "text": "The Anti-Replay feature in the DTLS implementation in OpenSSL before 1.1.0 mishandles early use of a new epoch number in conjunction with a large sequence number, which allows remote attackers to cause a denial of service (false-positive packet drops) via spoofed DTLS records, related to rec_layer_d1.c and ssl3_record.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2181", "url": "https://www.suse.com/security/cve/CVE-2016-2181" }, { "category": "external", "summary": "SUSE Bug 1004104 for CVE-2016-2181", "url": "https://bugzilla.suse.com/1004104" }, { "category": "external", "summary": "SUSE Bug 994749 for CVE-2016-2181", "url": "https://bugzilla.suse.com/994749" }, { "category": "external", "summary": "SUSE Bug 994844 for CVE-2016-2181", "url": "https://bugzilla.suse.com/994844" }, { "category": "external", "summary": "SUSE Bug 999665 for CVE-2016-2181", "url": "https://bugzilla.suse.com/999665" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2016-2181" }, { "cve": "CVE-2016-2182", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2182" } ], "notes": [ { "category": "general", "text": "The BN_bn2dec function in crypto/bn/bn_print.c in OpenSSL before 1.1.0 does not properly validate division results, which allows remote attackers to cause a denial of service (out-of-bounds write and application crash) or possibly have unspecified other impact via unknown vectors.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2182", "url": "https://www.suse.com/security/cve/CVE-2016-2182" }, { "category": "external", "summary": "SUSE Bug 1004104 for CVE-2016-2182", "url": "https://bugzilla.suse.com/1004104" }, { "category": "external", "summary": "SUSE Bug 993819 for CVE-2016-2182", "url": "https://bugzilla.suse.com/993819" }, { "category": "external", "summary": "SUSE Bug 994844 for CVE-2016-2182", "url": "https://bugzilla.suse.com/994844" }, { "category": "external", "summary": "SUSE Bug 995959 for CVE-2016-2182", "url": "https://bugzilla.suse.com/995959" }, { "category": "external", "summary": "SUSE Bug 999665 for CVE-2016-2182", "url": "https://bugzilla.suse.com/999665" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2016-2182" }, { "cve": "CVE-2016-2183", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2183" } ], "notes": [ { "category": "general", "text": "The DES and Triple DES ciphers, as used in the TLS, SSH, and IPSec protocols and other protocols and products, have a birthday bound of approximately four billion blocks, which makes it easier for remote attackers to obtain cleartext data via a birthday attack against a long-duration encrypted session, as demonstrated by an HTTPS session using Triple DES in CBC mode, aka a \"Sweet32\" attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2183", "url": "https://www.suse.com/security/cve/CVE-2016-2183" }, { "category": "external", "summary": "SUSE Bug 1001912 for CVE-2016-2183", "url": "https://bugzilla.suse.com/1001912" }, { "category": "external", "summary": "SUSE Bug 1024218 for CVE-2016-2183", "url": "https://bugzilla.suse.com/1024218" }, { "category": "external", "summary": "SUSE Bug 1027038 for CVE-2016-2183", "url": "https://bugzilla.suse.com/1027038" }, { "category": "external", "summary": "SUSE Bug 1034689 for CVE-2016-2183", "url": "https://bugzilla.suse.com/1034689" }, { "category": "external", "summary": "SUSE Bug 1056614 for CVE-2016-2183", "url": "https://bugzilla.suse.com/1056614" }, { "category": "external", "summary": "SUSE Bug 1171693 for CVE-2016-2183", "url": "https://bugzilla.suse.com/1171693" }, { "category": "external", "summary": "SUSE Bug 994844 for CVE-2016-2183", "url": "https://bugzilla.suse.com/994844" }, { "category": "external", "summary": "SUSE Bug 995359 for CVE-2016-2183", "url": "https://bugzilla.suse.com/995359" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-2183" }, { "cve": "CVE-2016-6302", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-6302" } ], "notes": [ { "category": "general", "text": "The tls_decrypt_ticket function in ssl/t1_lib.c in OpenSSL before 1.1.0 does not consider the HMAC size during validation of the ticket length, which allows remote attackers to cause a denial of service via a ticket that is too short.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-6302", "url": "https://www.suse.com/security/cve/CVE-2016-6302" }, { "category": "external", "summary": "SUSE Bug 1004104 for CVE-2016-6302", "url": "https://bugzilla.suse.com/1004104" }, { "category": "external", "summary": "SUSE Bug 994844 for CVE-2016-6302", "url": "https://bugzilla.suse.com/994844" }, { "category": "external", "summary": "SUSE Bug 995324 for CVE-2016-6302", "url": "https://bugzilla.suse.com/995324" }, { "category": "external", "summary": "SUSE Bug 999665 for CVE-2016-6302", "url": "https://bugzilla.suse.com/999665" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-6302" }, { "cve": "CVE-2016-6303", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-6303" } ], "notes": [ { "category": "general", "text": "Integer overflow in the MDC2_Update function in crypto/mdc2/mdc2dgst.c in OpenSSL before 1.1.0 allows remote attackers to cause a denial of service (out-of-bounds write and application crash) or possibly have unspecified other impact via unknown vectors.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-6303", "url": "https://www.suse.com/security/cve/CVE-2016-6303" }, { "category": "external", "summary": "SUSE Bug 1004104 for CVE-2016-6303", "url": "https://bugzilla.suse.com/1004104" }, { "category": "external", "summary": "SUSE Bug 1115893 for CVE-2016-6303", "url": "https://bugzilla.suse.com/1115893" }, { "category": "external", "summary": "SUSE Bug 994844 for CVE-2016-6303", "url": "https://bugzilla.suse.com/994844" }, { "category": "external", "summary": "SUSE Bug 995377 for CVE-2016-6303", "url": "https://bugzilla.suse.com/995377" }, { "category": "external", "summary": "SUSE Bug 999665 for CVE-2016-6303", "url": "https://bugzilla.suse.com/999665" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2016-6303" }, { "cve": "CVE-2016-6304", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-6304" } ], "notes": [ { "category": "general", "text": "Multiple memory leaks in t1_lib.c in OpenSSL before 1.0.1u, 1.0.2 before 1.0.2i, and 1.1.0 before 1.1.0a allow remote attackers to cause a denial of service (memory consumption) via large OCSP Status Request extensions.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-6304", "url": "https://www.suse.com/security/cve/CVE-2016-6304" }, { "category": "external", "summary": "SUSE Bug 1001706 for CVE-2016-6304", "url": "https://bugzilla.suse.com/1001706" }, { "category": "external", "summary": "SUSE Bug 1003811 for CVE-2016-6304", "url": "https://bugzilla.suse.com/1003811" }, { "category": "external", "summary": "SUSE Bug 1004104 for CVE-2016-6304", "url": "https://bugzilla.suse.com/1004104" }, { "category": "external", "summary": "SUSE Bug 1005579 for CVE-2016-6304", "url": "https://bugzilla.suse.com/1005579" }, { "category": "external", "summary": "SUSE Bug 1021375 for CVE-2016-6304", "url": "https://bugzilla.suse.com/1021375" }, { "category": "external", "summary": "SUSE Bug 999665 for CVE-2016-6304", "url": "https://bugzilla.suse.com/999665" }, { "category": "external", "summary": "SUSE Bug 999666 for CVE-2016-6304", "url": "https://bugzilla.suse.com/999666" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-6304" }, { "cve": "CVE-2016-6306", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-6306" } ], "notes": [ { "category": "general", "text": "The certificate parser in OpenSSL before 1.0.1u and 1.0.2 before 1.0.2i might allow remote attackers to cause a denial of service (out-of-bounds read) via crafted certificate operations, related to s3_clnt.c and s3_srvr.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-6306", "url": "https://www.suse.com/security/cve/CVE-2016-6306" }, { "category": "external", "summary": "SUSE Bug 1004104 for CVE-2016-6306", "url": "https://bugzilla.suse.com/1004104" }, { "category": "external", "summary": "SUSE Bug 999665 for CVE-2016-6306", "url": "https://bugzilla.suse.com/999665" }, { "category": "external", "summary": "SUSE Bug 999668 for CVE-2016-6306", "url": "https://bugzilla.suse.com/999668" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2016-6306" }, { "cve": "CVE-2016-7052", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-7052" } ], "notes": [ { "category": "general", "text": "crypto/x509/x509_vfy.c in OpenSSL 1.0.2i allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) by triggering a CRL operation.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-7052", "url": "https://www.suse.com/security/cve/CVE-2016-7052" }, { "category": "external", "summary": "SUSE Bug 1001148 for CVE-2016-7052", "url": "https://bugzilla.suse.com/1001148" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2016-7052" }, { "cve": "CVE-2016-7055", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-7055" } ], "notes": [ { "category": "general", "text": "There is a carry propagating bug in the Broadwell-specific Montgomery multiplication procedure in OpenSSL 1.0.2 and 1.1.0 before 1.1.0c that handles input lengths divisible by, but longer than 256 bits. Analysis suggests that attacks against RSA, DSA and DH private keys are impossible. This is because the subroutine in question is not used in operations with the private key itself and an input of the attacker\u0027s direct choice. Otherwise the bug can manifest itself as transient authentication and key negotiation failures or reproducible erroneous outcome of public-key operations with specially crafted input. Among EC algorithms only Brainpool P-512 curves are affected and one presumably can attack ECDH key negotiation. Impact was not analyzed in detail, because pre-requisites for attack are considered unlikely. Namely multiple clients have to choose the curve in question and the server has to share the private key among them, neither of which is default behaviour. Even then only clients that chose the curve will be affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-7055", "url": "https://www.suse.com/security/cve/CVE-2016-7055" }, { "category": "external", "summary": "SUSE Bug 1009528 for CVE-2016-7055", "url": "https://bugzilla.suse.com/1009528" }, { "category": "external", "summary": "SUSE Bug 1021641 for CVE-2016-7055", "url": "https://bugzilla.suse.com/1021641" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2016-7055" }, { "cve": "CVE-2016-7056", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-7056" } ], "notes": [ { "category": "general", "text": "A timing attack flaw was found in OpenSSL 1.0.1u and before that could allow a malicious user with local access to recover ECDSA P-256 private keys.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-7056", "url": "https://www.suse.com/security/cve/CVE-2016-7056" }, { "category": "external", "summary": "SUSE Bug 1005878 for CVE-2016-7056", "url": "https://bugzilla.suse.com/1005878" }, { "category": "external", "summary": "SUSE Bug 1019334 for CVE-2016-7056", "url": "https://bugzilla.suse.com/1019334" }, { "category": "external", "summary": "SUSE Bug 1148697 for CVE-2016-7056", "url": "https://bugzilla.suse.com/1148697" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-7056" }, { "cve": "CVE-2017-3731", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-3731" } ], "notes": [ { "category": "general", "text": "If an SSL/TLS server or client is running on a 32-bit host, and a specific cipher is being used, then a truncated packet can cause that server or client to perform an out-of-bounds read, usually resulting in a crash. For OpenSSL 1.1.0, the crash can be triggered when using CHACHA20/POLY1305; users should upgrade to 1.1.0d. For Openssl 1.0.2, the crash can be triggered when using RC4-MD5; users who have not disabled that algorithm should update to 1.0.2k.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-3731", "url": "https://www.suse.com/security/cve/CVE-2017-3731" }, { "category": "external", "summary": "SUSE Bug 1021641 for CVE-2017-3731", "url": "https://bugzilla.suse.com/1021641" }, { "category": "external", "summary": "SUSE Bug 1022085 for CVE-2017-3731", "url": "https://bugzilla.suse.com/1022085" }, { "category": "external", "summary": "SUSE Bug 1064118 for CVE-2017-3731", "url": "https://bugzilla.suse.com/1064118" }, { "category": "external", "summary": "SUSE Bug 1064119 for CVE-2017-3731", "url": "https://bugzilla.suse.com/1064119" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2017-3731" }, { "cve": "CVE-2017-3732", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-3732" } ], "notes": [ { "category": "general", "text": "There is a carry propagating bug in the x86_64 Montgomery squaring procedure in OpenSSL 1.0.2 before 1.0.2k and 1.1.0 before 1.1.0d. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH are considered just feasible (although very difficult) because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be very significant and likely only accessible to a limited number of attackers. An attacker would additionally need online access to an unpatched system using the target private key in a scenario with persistent DH parameters and a private key that is shared between multiple clients. For example this can occur by default in OpenSSL DHE based SSL/TLS ciphersuites. Note: This issue is very similar to CVE-2015-3193 but must be treated as a separate problem.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-3732", "url": "https://www.suse.com/security/cve/CVE-2017-3732" }, { "category": "external", "summary": "SUSE Bug 1021641 for CVE-2017-3732", "url": "https://bugzilla.suse.com/1021641" }, { "category": "external", "summary": "SUSE Bug 1022086 for CVE-2017-3732", "url": "https://bugzilla.suse.com/1022086" }, { "category": "external", "summary": "SUSE Bug 1049418 for CVE-2017-3732", "url": "https://bugzilla.suse.com/1049418" }, { "category": "external", "summary": "SUSE Bug 1049421 for CVE-2017-3732", "url": "https://bugzilla.suse.com/1049421" }, { "category": "external", "summary": "SUSE Bug 1049422 for CVE-2017-3732", "url": "https://bugzilla.suse.com/1049422" }, { "category": "external", "summary": "SUSE Bug 1066242 for CVE-2017-3732", "url": "https://bugzilla.suse.com/1066242" }, { "category": "external", "summary": "SUSE Bug 1071906 for CVE-2017-3732", "url": "https://bugzilla.suse.com/1071906" }, { "category": "external", "summary": "SUSE Bug 957814 for CVE-2017-3732", "url": "https://bugzilla.suse.com/957814" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2017-3732" }, { "cve": "CVE-2017-3735", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-3735" } ], "notes": [ { "category": "general", "text": "While parsing an IPAddressFamily extension in an X.509 certificate, it is possible to do a one-byte overread. This would result in an incorrect text display of the certificate. This bug has been present since 2006 and is present in all versions of OpenSSL before 1.0.2m and 1.1.0g.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-3735", "url": "https://www.suse.com/security/cve/CVE-2017-3735" }, { "category": "external", "summary": "SUSE Bug 1056058 for CVE-2017-3735", "url": "https://bugzilla.suse.com/1056058" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2017-3735" }, { "cve": "CVE-2017-3736", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-3736" } ], "notes": [ { "category": "general", "text": "There is a carry propagating bug in the x86_64 Montgomery squaring procedure in OpenSSL before 1.0.2m and 1.1.0 before 1.1.0g. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH are considered just feasible (although very difficult) because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be very significant and likely only accessible to a limited number of attackers. An attacker would additionally need online access to an unpatched system using the target private key in a scenario with persistent DH parameters and a private key that is shared between multiple clients. This only affects processors that support the BMI1, BMI2 and ADX extensions like Intel Broadwell (5th generation) and later or AMD Ryzen.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-3736", "url": "https://www.suse.com/security/cve/CVE-2017-3736" }, { "category": "external", "summary": "SUSE Bug 1066242 for CVE-2017-3736", "url": "https://bugzilla.suse.com/1066242" }, { "category": "external", "summary": "SUSE Bug 1071906 for CVE-2017-3736", "url": "https://bugzilla.suse.com/1071906" }, { "category": "external", "summary": "SUSE Bug 1076369 for CVE-2017-3736", "url": "https://bugzilla.suse.com/1076369" }, { "category": "external", "summary": "SUSE Bug 957814 for CVE-2017-3736", "url": "https://bugzilla.suse.com/957814" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2017-3736" }, { "cve": "CVE-2017-3738", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-3738" } ], "notes": [ { "category": "general", "text": "There is an overflow bug in the AVX2 Montgomery multiplication procedure used in exponentiation with 1024-bit moduli. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH1024 are considered just feasible, because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be significant. However, for an attack on TLS to be meaningful, the server would have to share the DH1024 private key among multiple clients, which is no longer an option since CVE-2016-0701. This only affects processors that support the AVX2 but not ADX extensions like Intel Haswell (4th generation). Note: The impact from this issue is similar to CVE-2017-3736, CVE-2017-3732 and CVE-2015-3193. OpenSSL version 1.0.2-1.0.2m and 1.1.0-1.1.0g are affected. Fixed in OpenSSL 1.0.2n. Due to the low severity of this issue we are not issuing a new release of OpenSSL 1.1.0 at this time. The fix will be included in OpenSSL 1.1.0h when it becomes available. The fix is also available in commit e502cc86d in the OpenSSL git repository.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-3738", "url": "https://www.suse.com/security/cve/CVE-2017-3738" }, { "category": "external", "summary": "SUSE Bug 1071906 for CVE-2017-3738", "url": "https://bugzilla.suse.com/1071906" }, { "category": "external", "summary": "SUSE Bug 1097757 for CVE-2017-3738", "url": "https://bugzilla.suse.com/1097757" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2017-3738" }, { "cve": "CVE-2018-0732", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-0732" } ], "notes": [ { "category": "general", "text": "During key agreement in a TLS handshake using a DH(E) based ciphersuite a malicious server can send a very large prime value to the client. This will cause the client to spend an unreasonably long period of time generating a key for this prime resulting in a hang until the client has finished. This could be exploited in a Denial Of Service attack. Fixed in OpenSSL 1.1.0i-dev (Affected 1.1.0-1.1.0h). Fixed in OpenSSL 1.0.2p-dev (Affected 1.0.2-1.0.2o).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-0732", "url": "https://www.suse.com/security/cve/CVE-2018-0732" }, { "category": "external", "summary": "SUSE Bug 1077628 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1077628" }, { "category": "external", "summary": "SUSE Bug 1097158 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1097158" }, { "category": "external", "summary": "SUSE Bug 1099502 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1099502" }, { "category": "external", "summary": "SUSE Bug 1106692 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1106692" }, { "category": "external", "summary": "SUSE Bug 1108542 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1108542" }, { "category": "external", "summary": "SUSE Bug 1110163 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1110163" }, { "category": "external", "summary": "SUSE Bug 1112097 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1112097" }, { "category": "external", "summary": "SUSE Bug 1122198 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1122198" }, { "category": "external", "summary": "SUSE Bug 1148697 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1148697" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2018-0732" }, { "cve": "CVE-2018-0734", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-0734" } ], "notes": [ { "category": "general", "text": "The OpenSSL DSA signature algorithm has been shown to be vulnerable to a timing side channel attack. An attacker could use variations in the signing algorithm to recover the private key. Fixed in OpenSSL 1.1.1a (Affected 1.1.1). Fixed in OpenSSL 1.1.0j (Affected 1.1.0-1.1.0i). Fixed in OpenSSL 1.0.2q (Affected 1.0.2-1.0.2p).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-0734", "url": "https://www.suse.com/security/cve/CVE-2018-0734" }, { "category": "external", "summary": "SUSE Bug 1113534 for CVE-2018-0734", "url": "https://bugzilla.suse.com/1113534" }, { "category": "external", "summary": "SUSE Bug 1113652 for CVE-2018-0734", "url": "https://bugzilla.suse.com/1113652" }, { "category": "external", "summary": "SUSE Bug 1113742 for CVE-2018-0734", "url": "https://bugzilla.suse.com/1113742" }, { "category": "external", "summary": "SUSE Bug 1122198 for CVE-2018-0734", "url": "https://bugzilla.suse.com/1122198" }, { "category": "external", "summary": "SUSE Bug 1122212 for CVE-2018-0734", "url": "https://bugzilla.suse.com/1122212" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2018-0734", "url": "https://bugzilla.suse.com/1126909" }, { "category": "external", "summary": "SUSE Bug 1148697 for CVE-2018-0734", "url": "https://bugzilla.suse.com/1148697" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-0734" }, { "cve": "CVE-2018-0735", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-0735" } ], "notes": [ { "category": "general", "text": "The OpenSSL ECDSA signature algorithm has been shown to be vulnerable to a timing side channel attack. An attacker could use variations in the signing algorithm to recover the private key. Fixed in OpenSSL 1.1.0j (Affected 1.1.0-1.1.0i). Fixed in OpenSSL 1.1.1a (Affected 1.1.1).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-0735", "url": "https://www.suse.com/security/cve/CVE-2018-0735" }, { "category": "external", "summary": "SUSE Bug 1113534 for CVE-2018-0735", "url": "https://bugzilla.suse.com/1113534" }, { "category": "external", "summary": "SUSE Bug 1113651 for CVE-2018-0735", "url": "https://bugzilla.suse.com/1113651" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-0735" }, { "cve": "CVE-2018-0737", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-0737" } ], "notes": [ { "category": "general", "text": "The OpenSSL RSA Key generation algorithm has been shown to be vulnerable to a cache timing side channel attack. An attacker with sufficient access to mount cache timing attacks during the RSA key generation process could recover the private key. Fixed in OpenSSL 1.1.0i-dev (Affected 1.1.0-1.1.0h). Fixed in OpenSSL 1.0.2p-dev (Affected 1.0.2b-1.0.2o).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-0737", "url": "https://www.suse.com/security/cve/CVE-2018-0737" }, { "category": "external", "summary": "SUSE Bug 1089039 for CVE-2018-0737", "url": "https://bugzilla.suse.com/1089039" }, { "category": "external", "summary": "SUSE Bug 1089041 for CVE-2018-0737", "url": "https://bugzilla.suse.com/1089041" }, { "category": "external", "summary": "SUSE Bug 1089044 for CVE-2018-0737", "url": "https://bugzilla.suse.com/1089044" }, { "category": "external", "summary": "SUSE Bug 1089045 for CVE-2018-0737", "url": "https://bugzilla.suse.com/1089045" }, { "category": "external", "summary": "SUSE Bug 1108542 for CVE-2018-0737", "url": "https://bugzilla.suse.com/1108542" }, { "category": "external", "summary": "SUSE Bug 1123780 for CVE-2018-0737", "url": "https://bugzilla.suse.com/1123780" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2018-0737", "url": "https://bugzilla.suse.com/1126909" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-0737" }, { "cve": "CVE-2018-0739", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-0739" } ], "notes": [ { "category": "general", "text": "Constructed ASN.1 types with a recursive definition (such as can be found in PKCS7) could eventually exceed the stack given malicious input with excessive recursion. This could result in a Denial Of Service attack. There are no such structures used within SSL/TLS that come from untrusted sources so this is considered safe. Fixed in OpenSSL 1.1.0h (Affected 1.1.0-1.1.0g). Fixed in OpenSSL 1.0.2o (Affected 1.0.2b-1.0.2n).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-0739", "url": "https://www.suse.com/security/cve/CVE-2018-0739" }, { "category": "external", "summary": "SUSE Bug 1087102 for CVE-2018-0739", "url": "https://bugzilla.suse.com/1087102" }, { "category": "external", "summary": "SUSE Bug 1089997 for CVE-2018-0739", "url": "https://bugzilla.suse.com/1089997" }, { "category": "external", "summary": "SUSE Bug 1094291 for CVE-2018-0739", "url": "https://bugzilla.suse.com/1094291" }, { "category": "external", "summary": "SUSE Bug 1108542 for CVE-2018-0739", "url": "https://bugzilla.suse.com/1108542" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2018-0739" }, { "cve": "CVE-2019-1543", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-1543" } ], "notes": [ { "category": "general", "text": "ChaCha20-Poly1305 is an AEAD cipher, and requires a unique nonce input for every encryption operation. RFC 7539 specifies that the nonce value (IV) should be 96 bits (12 bytes). OpenSSL allows a variable nonce length and front pads the nonce with 0 bytes if it is less than 12 bytes. However it also incorrectly allows a nonce to be set of up to 16 bytes. In this case only the last 12 bytes are significant and any additional leading bytes are ignored. It is a requirement of using this cipher that nonce values are unique. Messages encrypted using a reused nonce value are susceptible to serious confidentiality and integrity attacks. If an application changes the default nonce length to be longer than 12 bytes and then makes a change to the leading bytes of the nonce expecting the new value to be a new unique nonce then such an application could inadvertently encrypt messages with a reused nonce. Additionally the ignored bytes in a long nonce are not covered by the integrity guarantee of this cipher. Any application that relies on the integrity of these ignored leading bytes of a long nonce may be further affected. Any OpenSSL internal use of this cipher, including in SSL/TLS, is safe because no such use sets such a long nonce value. However user applications that use this cipher directly and set a non-default nonce length to be longer than 12 bytes may be vulnerable. OpenSSL versions 1.1.1 and 1.1.0 are affected by this issue. Due to the limited scope of affected deployments this has been assessed as low severity and therefore we are not creating new releases at this time. Fixed in OpenSSL 1.1.1c (Affected 1.1.1-1.1.1b). Fixed in OpenSSL 1.1.0k (Affected 1.1.0-1.1.0j).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-1543", "url": "https://www.suse.com/security/cve/CVE-2019-1543" }, { "category": "external", "summary": "SUSE Bug 1128189 for CVE-2019-1543", "url": "https://bugzilla.suse.com/1128189" }, { "category": "external", "summary": "SUSE Bug 1141801 for CVE-2019-1543", "url": "https://bugzilla.suse.com/1141801" }, { "category": "external", "summary": "SUSE Bug 1154162 for CVE-2019-1543", "url": "https://bugzilla.suse.com/1154162" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2019-1543" }, { "cve": "CVE-2019-1547", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-1547" } ], "notes": [ { "category": "general", "text": "Normally in OpenSSL EC groups always have a co-factor present and this is used in side channel resistant code paths. However, in some cases, it is possible to construct a group using explicit parameters (instead of using a named curve). In those cases it is possible that such a group does not have the cofactor present. This can occur even where all the parameters match a known named curve. If such a curve is used then OpenSSL falls back to non-side channel resistant code paths which may result in full key recovery during an ECDSA signature operation. In order to be vulnerable an attacker would have to have the ability to time the creation of a large number of signatures where explicit parameters with no co-factor present are in use by an application using libcrypto. For the avoidance of doubt libssl is not vulnerable because explicit parameters are never used. Fixed in OpenSSL 1.1.1d (Affected 1.1.1-1.1.1c). Fixed in OpenSSL 1.1.0l (Affected 1.1.0-1.1.0k). Fixed in OpenSSL 1.0.2t (Affected 1.0.2-1.0.2s).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-1547", "url": "https://www.suse.com/security/cve/CVE-2019-1547" }, { "category": "external", "summary": "SUSE Bug 1150003 for CVE-2019-1547", "url": "https://bugzilla.suse.com/1150003" }, { "category": "external", "summary": "SUSE Bug 1154162 for CVE-2019-1547", "url": "https://bugzilla.suse.com/1154162" }, { "category": "external", "summary": "SUSE Bug 1154166 for CVE-2019-1547", "url": "https://bugzilla.suse.com/1154166" }, { "category": "external", "summary": "SUSE Bug 1156430 for CVE-2019-1547", "url": "https://bugzilla.suse.com/1156430" }, { "category": "external", "summary": "SUSE Bug 1161085 for CVE-2019-1547", "url": "https://bugzilla.suse.com/1161085" }, { "category": "external", "summary": "SUSE Bug 1205621 for CVE-2019-1547", "url": "https://bugzilla.suse.com/1205621" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-1547" }, { "cve": "CVE-2019-1549", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-1549" } ], "notes": [ { "category": "general", "text": "OpenSSL 1.1.1 introduced a rewritten random number generator (RNG). This was intended to include protection in the event of a fork() system call in order to ensure that the parent and child processes did not share the same RNG state. However this protection was not being used in the default case. A partial mitigation for this issue is that the output from a high precision timer is mixed into the RNG state so the likelihood of a parent and child process sharing state is significantly reduced. If an application already calls OPENSSL_init_crypto() explicitly using OPENSSL_INIT_ATFORK then this problem does not occur at all. Fixed in OpenSSL 1.1.1d (Affected 1.1.1-1.1.1c).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-1549", "url": "https://www.suse.com/security/cve/CVE-2019-1549" }, { "category": "external", "summary": "SUSE Bug 1150247 for CVE-2019-1549", "url": "https://bugzilla.suse.com/1150247" }, { "category": "external", "summary": "SUSE Bug 1154162 for CVE-2019-1549", "url": "https://bugzilla.suse.com/1154162" }, { "category": "external", "summary": "SUSE Bug 1205621 for CVE-2019-1549", "url": "https://bugzilla.suse.com/1205621" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-1549" }, { "cve": "CVE-2019-1551", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-1551" } ], "notes": [ { "category": "general", "text": "There is an overflow bug in the x64_64 Montgomery squaring procedure used in exponentiation with 512-bit moduli. No EC algorithms are affected. Analysis suggests that attacks against 2-prime RSA1024, 3-prime RSA1536, and DSA1024 as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH512 are considered just feasible. However, for an attack the target would have to re-use the DH512 private key, which is not recommended anyway. Also applications directly using the low level API BN_mod_exp may be affected if they use BN_FLG_CONSTTIME. Fixed in OpenSSL 1.1.1e (Affected 1.1.1-1.1.1d). Fixed in OpenSSL 1.0.2u (Affected 1.0.2-1.0.2t).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-1551", "url": "https://www.suse.com/security/cve/CVE-2019-1551" }, { "category": "external", "summary": "SUSE Bug 1158809 for CVE-2019-1551", "url": "https://bugzilla.suse.com/1158809" }, { "category": "external", "summary": "SUSE Bug 1205621 for CVE-2019-1551", "url": "https://bugzilla.suse.com/1205621" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-1551" }, { "cve": "CVE-2019-1563", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-1563" } ], "notes": [ { "category": "general", "text": "In situations where an attacker receives automated notification of the success or failure of a decryption attempt an attacker, after sending a very large number of messages to be decrypted, can recover a CMS/PKCS7 transported encryption key or decrypt any RSA encrypted message that was encrypted with the public RSA key, using a Bleichenbacher padding oracle attack. Applications are not affected if they use a certificate together with the private RSA key to the CMS_decrypt or PKCS7_decrypt functions to select the correct recipient info to decrypt. Fixed in OpenSSL 1.1.1d (Affected 1.1.1-1.1.1c). Fixed in OpenSSL 1.1.0l (Affected 1.1.0-1.1.0k). Fixed in OpenSSL 1.0.2t (Affected 1.0.2-1.0.2s).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-1563", "url": "https://www.suse.com/security/cve/CVE-2019-1563" }, { "category": "external", "summary": "SUSE Bug 1150250 for CVE-2019-1563", "url": "https://bugzilla.suse.com/1150250" }, { "category": "external", "summary": "SUSE Bug 1154162 for CVE-2019-1563", "url": "https://bugzilla.suse.com/1154162" }, { "category": "external", "summary": "SUSE Bug 1156430 for CVE-2019-1563", "url": "https://bugzilla.suse.com/1156430" }, { "category": "external", "summary": "SUSE Bug 1205621 for CVE-2019-1563", "url": "https://bugzilla.suse.com/1205621" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2019-1563" }, { "cve": "CVE-2020-1967", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1967" } ], "notes": [ { "category": "general", "text": "Server or client applications that call the SSL_check_chain() function during or after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the \"signature_algorithms_cert\" TLS extension. The crash occurs if an invalid or unrecognised signature algorithm is received from the peer. This could be exploited by a malicious peer in a Denial of Service attack. OpenSSL version 1.1.1d, 1.1.1e, and 1.1.1f are affected by this issue. This issue did not affect OpenSSL versions prior to 1.1.1d. Fixed in OpenSSL 1.1.1g (Affected 1.1.1d-1.1.1f).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1967", "url": "https://www.suse.com/security/cve/CVE-2020-1967" }, { "category": "external", "summary": "SUSE Bug 1169407 for CVE-2020-1967", "url": "https://bugzilla.suse.com/1169407" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2020-1967" }, { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2021-23840", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-23840" } ], "notes": [ { "category": "general", "text": "Calls to EVP_CipherUpdate, EVP_EncryptUpdate and EVP_DecryptUpdate may overflow the output length argument in some cases where the input length is close to the maximum permissable length for an integer on the platform. In such cases the return value from the function call will be 1 (indicating success), but the output length value will be negative. This could cause applications to behave incorrectly or crash. OpenSSL versions 1.1.1i and below are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1j. OpenSSL versions 1.0.2x and below are affected by this issue. However OpenSSL 1.0.2 is out of support and no longer receiving public updates. Premium support customers of OpenSSL 1.0.2 should upgrade to 1.0.2y. Other users should upgrade to 1.1.1j. Fixed in OpenSSL 1.1.1j (Affected 1.1.1-1.1.1i). Fixed in OpenSSL 1.0.2y (Affected 1.0.2-1.0.2x).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-23840", "url": "https://www.suse.com/security/cve/CVE-2021-23840" }, { "category": "external", "summary": "SUSE Bug 1182333 for CVE-2021-23840", "url": "https://bugzilla.suse.com/1182333" }, { "category": "external", "summary": "SUSE Bug 1187743 for CVE-2021-23840", "url": "https://bugzilla.suse.com/1187743" }, { "category": "external", "summary": "SUSE Bug 1214334 for CVE-2021-23840", "url": "https://bugzilla.suse.com/1214334" }, { "category": "external", "summary": "SUSE Bug 1225628 for CVE-2021-23840", "url": "https://bugzilla.suse.com/1225628" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-23840" }, { "cve": "CVE-2021-23841", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-23841" } ], "notes": [ { "category": "general", "text": "The OpenSSL public API function X509_issuer_and_serial_hash() attempts to create a unique hash value based on the issuer and serial number data contained within an X509 certificate. However it fails to correctly handle any errors that may occur while parsing the issuer field (which might occur if the issuer field is maliciously constructed). This may subsequently result in a NULL pointer deref and a crash leading to a potential denial of service attack. The function X509_issuer_and_serial_hash() is never directly called by OpenSSL itself so applications are only vulnerable if they use this function directly and they use it on certificates that may have been obtained from untrusted sources. OpenSSL versions 1.1.1i and below are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1j. OpenSSL versions 1.0.2x and below are affected by this issue. However OpenSSL 1.0.2 is out of support and no longer receiving public updates. Premium support customers of OpenSSL 1.0.2 should upgrade to 1.0.2y. Other users should upgrade to 1.1.1j. Fixed in OpenSSL 1.1.1j (Affected 1.1.1-1.1.1i). Fixed in OpenSSL 1.0.2y (Affected 1.0.2-1.0.2x).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-23841", "url": "https://www.suse.com/security/cve/CVE-2021-23841" }, { "category": "external", "summary": "SUSE Bug 1182331 for CVE-2021-23841", "url": "https://bugzilla.suse.com/1182331" }, { "category": "external", "summary": "SUSE Bug 1187743 for CVE-2021-23841", "url": "https://bugzilla.suse.com/1187743" }, { "category": "external", "summary": "SUSE Bug 1214334 for CVE-2021-23841", "url": "https://bugzilla.suse.com/1214334" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-23841" }, { "cve": "CVE-2021-3449", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3449" } ], "notes": [ { "category": "general", "text": "An OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a denial of service attack. A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which is the default configuration). OpenSSL TLS clients are not impacted by this issue. All OpenSSL 1.1.1 versions are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1-1.1.1j).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3449", "url": "https://www.suse.com/security/cve/CVE-2021-3449" }, { "category": "external", "summary": "SUSE Bug 1183852 for CVE-2021-3449", "url": "https://bugzilla.suse.com/1183852" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2021-3449" }, { "cve": "CVE-2021-3450", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3450" } ], "notes": [ { "category": "general", "text": "The X509_V_FLAG_X509_STRICT flag enables additional security checks of the certificates present in a certificate chain. It is not set by default. Starting from OpenSSL version 1.1.1h a check to disallow certificates in the chain that have explicitly encoded elliptic curve parameters was added as an additional strict check. An error in the implementation of this check meant that the result of a previous check to confirm that certificates in the chain are valid CA certificates was overwritten. This effectively bypasses the check that non-CA certificates must not be able to issue other certificates. If a \"purpose\" has been configured then there is a subsequent opportunity for checks that the certificate is a valid CA. All of the named \"purpose\" values implemented in libcrypto perform this check. Therefore, where a purpose is set the certificate chain will still be rejected even when the strict flag has been used. A purpose is set by default in libssl client and server certificate verification routines, but it can be overridden or removed by an application. In order to be affected, an application must explicitly set the X509_V_FLAG_X509_STRICT verification flag and either not set a purpose for the certificate verification or, in the case of TLS client or server applications, override the default purpose. OpenSSL versions 1.1.1h and newer are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1h-1.1.1j).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3450", "url": "https://www.suse.com/security/cve/CVE-2021-3450" }, { "category": "external", "summary": "SUSE Bug 1183851 for CVE-2021-3450", "url": "https://bugzilla.suse.com/1183851" }, { "category": "external", "summary": "SUSE Bug 1188549 for CVE-2021-3450", "url": "https://bugzilla.suse.com/1188549" }, { "category": "external", "summary": "SUSE Bug 1225628 for CVE-2021-3450", "url": "https://bugzilla.suse.com/1225628" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2021-3450" }, { "cve": "CVE-2021-3711", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3711" } ], "notes": [ { "category": "general", "text": "In order to decrypt SM2 encrypted data an application is expected to call the API function EVP_PKEY_decrypt(). Typically an application will call this function twice. The first time, on entry, the \"out\" parameter can be NULL and, on exit, the \"outlen\" parameter is populated with the buffer size required to hold the decrypted plaintext. The application can then allocate a sufficiently sized buffer and call EVP_PKEY_decrypt() again, but this time passing a non-NULL value for the \"out\" parameter. A bug in the implementation of the SM2 decryption code means that the calculation of the buffer size required to hold the plaintext returned by the first call to EVP_PKEY_decrypt() can be smaller than the actual size required by the second call. This can lead to a buffer overflow when EVP_PKEY_decrypt() is called by the application a second time with a buffer that is too small. A malicious attacker who is able present SM2 content for decryption to an application could cause attacker chosen data to overflow the buffer by up to a maximum of 62 bytes altering the contents of other data held after the buffer, possibly changing application behaviour or causing the application to crash. The location of the buffer is application dependent but is typically heap allocated. Fixed in OpenSSL 1.1.1l (Affected 1.1.1-1.1.1k).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3711", "url": "https://www.suse.com/security/cve/CVE-2021-3711" }, { "category": "external", "summary": "SUSE Bug 1189520 for CVE-2021-3711", "url": "https://bugzilla.suse.com/1189520" }, { "category": "external", "summary": "SUSE Bug 1190129 for CVE-2021-3711", "url": "https://bugzilla.suse.com/1190129" }, { "category": "external", "summary": "SUSE Bug 1192100 for CVE-2021-3711", "url": "https://bugzilla.suse.com/1192100" }, { "category": "external", "summary": "SUSE Bug 1205663 for CVE-2021-3711", "url": "https://bugzilla.suse.com/1205663" }, { "category": "external", "summary": "SUSE Bug 1225628 for CVE-2021-3711", "url": "https://bugzilla.suse.com/1225628" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "critical" } ], "title": "CVE-2021-3711" }, { "cve": "CVE-2021-3712", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3712" } ], "notes": [ { "category": "general", "text": "ASN.1 strings are represented internally within OpenSSL as an ASN1_STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL (0) byte. Although not a strict requirement, ASN.1 strings that are parsed using OpenSSL\u0027s own \"d2i\" functions (and other similar parsing functions) as well as any string whose value has been set with the ASN1_STRING_set() function will additionally NUL terminate the byte array in the ASN1_STRING structure. However, it is possible for applications to directly construct valid ASN1_STRING structures which do not NUL terminate the byte array by directly setting the \"data\" and \"length\" fields in the ASN1_STRING array. This can also happen by using the ASN1_STRING_set0() function. Numerous OpenSSL functions that print ASN.1 data have been found to assume that the ASN1_STRING byte array will be NUL terminated, even though this is not guaranteed for strings that have been directly constructed. Where an application requests an ASN.1 structure to be printed, and where that ASN.1 structure contains ASN1_STRINGs that have been directly constructed by the application without NUL terminating the \"data\" field, then a read buffer overrun can occur. The same thing can also occur during name constraints processing of certificates (for example if a certificate has been directly constructed by the application instead of loading it via the OpenSSL parsing functions, and the certificate contains non NUL terminated ASN1_STRING structures). It can also occur in the X509_get1_email(), X509_REQ_get1_email() and X509_get1_ocsp() functions. If a malicious actor can cause an application to directly construct an ASN1_STRING and then process it through one of the affected OpenSSL functions then this issue could be hit. This might result in a crash (causing a Denial of Service attack). It could also result in the disclosure of private memory contents (such as private keys, or sensitive plaintext). Fixed in OpenSSL 1.1.1l (Affected 1.1.1-1.1.1k). Fixed in OpenSSL 1.0.2za (Affected 1.0.2-1.0.2y).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3712", "url": "https://www.suse.com/security/cve/CVE-2021-3712" }, { "category": "external", "summary": "SUSE Bug 1189521 for CVE-2021-3712", "url": "https://bugzilla.suse.com/1189521" }, { "category": "external", "summary": "SUSE Bug 1190129 for CVE-2021-3712", "url": "https://bugzilla.suse.com/1190129" }, { "category": "external", "summary": "SUSE Bug 1191640 for CVE-2021-3712", "url": "https://bugzilla.suse.com/1191640" }, { "category": "external", "summary": "SUSE Bug 1192100 for CVE-2021-3712", "url": "https://bugzilla.suse.com/1192100" }, { "category": "external", "summary": "SUSE Bug 1192787 for CVE-2021-3712", "url": "https://bugzilla.suse.com/1192787" }, { "category": "external", "summary": "SUSE Bug 1194948 for CVE-2021-3712", "url": "https://bugzilla.suse.com/1194948" }, { "category": "external", "summary": "SUSE Bug 1225628 for CVE-2021-3712", "url": "https://bugzilla.suse.com/1225628" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:libopenssl1_1-hmac-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-1.1.1l-1.2.x86_64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.aarch64", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.ppc64le", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.s390x", "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1l-1.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
opensuse-su-2024:11041-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "matrix-synapse-1.43.0-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the matrix-synapse-1.43.0-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-11041", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11041-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2018-12291 page", "url": "https://www.suse.com/security/cve/CVE-2018-12291/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-5885 page", "url": "https://www.suse.com/security/cve/CVE-2019-5885/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-10108 page", "url": "https://www.suse.com/security/cve/CVE-2020-10108/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-10109 page", "url": "https://www.suse.com/security/cve/CVE-2020-10109/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1971 page", "url": "https://www.suse.com/security/cve/CVE-2020-1971/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-26257 page", "url": "https://www.suse.com/security/cve/CVE-2020-26257/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-26891 page", "url": "https://www.suse.com/security/cve/CVE-2020-26891/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-29471 page", "url": "https://www.suse.com/security/cve/CVE-2021-29471/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3449 page", "url": "https://www.suse.com/security/cve/CVE-2021-3449/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-39163 page", "url": "https://www.suse.com/security/cve/CVE-2021-39163/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-39164 page", "url": "https://www.suse.com/security/cve/CVE-2021-39164/" } ], "title": "matrix-synapse-1.43.0-1.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:11041-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "matrix-synapse-1.43.0-1.1.aarch64", "product": { "name": "matrix-synapse-1.43.0-1.1.aarch64", "product_id": "matrix-synapse-1.43.0-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "matrix-synapse-1.43.0-1.1.ppc64le", "product": { "name": "matrix-synapse-1.43.0-1.1.ppc64le", "product_id": "matrix-synapse-1.43.0-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "matrix-synapse-1.43.0-1.1.s390x", "product": { "name": "matrix-synapse-1.43.0-1.1.s390x", "product_id": "matrix-synapse-1.43.0-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "matrix-synapse-1.43.0-1.1.x86_64", "product": { "name": "matrix-synapse-1.43.0-1.1.x86_64", "product_id": "matrix-synapse-1.43.0-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "matrix-synapse-1.43.0-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64" }, "product_reference": "matrix-synapse-1.43.0-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "matrix-synapse-1.43.0-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le" }, "product_reference": "matrix-synapse-1.43.0-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "matrix-synapse-1.43.0-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x" }, "product_reference": "matrix-synapse-1.43.0-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "matrix-synapse-1.43.0-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" }, "product_reference": "matrix-synapse-1.43.0-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-12291", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-12291" } ], "notes": [ { "category": "general", "text": "The on_get_missing_events function in handlers/federation.py in Matrix Synapse before 0.31.1 has a security bug in the get_missing_events federation API where event visibility rules were not applied correctly.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-12291", "url": "https://www.suse.com/security/cve/CVE-2018-12291" }, { "category": "external", "summary": "SUSE Bug 1096833 for CVE-2018-12291", "url": "https://bugzilla.suse.com/1096833" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-12291" }, { "cve": "CVE-2019-5885", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-5885" } ], "notes": [ { "category": "general", "text": "Matrix Synapse before 0.34.0.1, when the macaroon_secret_key authentication parameter is not set, uses a predictable value to derive a secret key and other secrets which could allow remote attackers to impersonate users.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-5885", "url": "https://www.suse.com/security/cve/CVE-2019-5885" }, { "category": "external", "summary": "SUSE Bug 1121886 for CVE-2019-5885", "url": "https://bugzilla.suse.com/1121886" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-5885" }, { "cve": "CVE-2020-10108", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-10108" } ], "notes": [ { "category": "general", "text": "In Twisted Web through 19.10.0, there was an HTTP request splitting vulnerability. When presented with two content-length headers, it ignored the first header. When the second content-length value was set to zero, the request body was interpreted as a pipelined request.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-10108", "url": "https://www.suse.com/security/cve/CVE-2020-10108" }, { "category": "external", "summary": "SUSE Bug 1166457 for CVE-2020-10108", "url": "https://bugzilla.suse.com/1166457" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2020-10108" }, { "cve": "CVE-2020-10109", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-10109" } ], "notes": [ { "category": "general", "text": "In Twisted Web through 19.10.0, there was an HTTP request splitting vulnerability. When presented with a content-length and a chunked encoding header, the content-length took precedence and the remainder of the request body was interpreted as a pipelined request.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-10109", "url": "https://www.suse.com/security/cve/CVE-2020-10109" }, { "category": "external", "summary": "SUSE Bug 1166458 for CVE-2020-10109", "url": "https://bugzilla.suse.com/1166458" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2020-10109" }, { "cve": "CVE-2020-1971", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1971" } ], "notes": [ { "category": "general", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1971", "url": "https://www.suse.com/security/cve/CVE-2020-1971" }, { "category": "external", "summary": "SUSE Bug 1179491 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1179491" }, { "category": "external", "summary": "SUSE Bug 1196179 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1196179" }, { "category": "external", "summary": "SUSE Bug 1199303 for CVE-2020-1971", "url": "https://bugzilla.suse.com/1199303" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2020-26257", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-26257" } ], "notes": [ { "category": "general", "text": "Matrix is an ecosystem for open federated Instant Messaging and VoIP. Synapse is a reference \"homeserver\" implementation of Matrix. A malicious or poorly-implemented homeserver can inject malformed events into a room by specifying a different room id in the path of a `/send_join`, `/send_leave`, `/invite` or `/exchange_third_party_invite` request. This can lead to a denial of service in which future events will not be correctly sent to other servers over federation. This affects any server which accepts federation requests from untrusted servers. The Matrix Synapse reference implementation before version 1.23.1 the implementation is vulnerable to this injection attack. Issue is fixed in version 1.23.1. As a workaround homeserver administrators could limit access to the federation API to trusted servers (for example via `federation_domain_whitelist`).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-26257", "url": "https://www.suse.com/security/cve/CVE-2020-26257" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-26257" }, { "cve": "CVE-2020-26891", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-26891" } ], "notes": [ { "category": "general", "text": "AuthRestServlet in Matrix Synapse before 1.21.0 is vulnerable to XSS due to unsafe interpolation of the session GET parameter. This allows a remote attacker to execute an XSS attack on the domain Synapse is hosted on, by supplying the victim user with a malicious URL to the /_matrix/client/r0/auth/*/fallback/web or /_matrix/client/unstable/auth/*/fallback/web Synapse endpoints.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-26891", "url": "https://www.suse.com/security/cve/CVE-2020-26891" }, { "category": "external", "summary": "SUSE Bug 1179186 for CVE-2020-26891", "url": "https://bugzilla.suse.com/1179186" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-26891" }, { "cve": "CVE-2021-29471", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-29471" } ], "notes": [ { "category": "general", "text": "Synapse is a Matrix reference homeserver written in python (pypi package matrix-synapse). Matrix is an ecosystem for open federated Instant Messaging and VoIP. In Synapse before version 1.33.2 \"Push rules\" can specify conditions under which they will match, including `event_match`, which matches event content against a pattern including wildcards. Certain patterns can cause very poor performance in the matching engine, leading to a denial-of-service when processing moderate length events. The issue is patched in version 1.33.2. A potential workaround might be to prevent users from making custom push rules, by blocking such requests at a reverse-proxy.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-29471", "url": "https://www.suse.com/security/cve/CVE-2021-29471" }, { "category": "external", "summary": "SUSE Bug 1185947 for CVE-2021-29471", "url": "https://bugzilla.suse.com/1185947" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-29471" }, { "cve": "CVE-2021-3449", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3449" } ], "notes": [ { "category": "general", "text": "An OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a denial of service attack. A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which is the default configuration). OpenSSL TLS clients are not impacted by this issue. All OpenSSL 1.1.1 versions are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1-1.1.1j).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3449", "url": "https://www.suse.com/security/cve/CVE-2021-3449" }, { "category": "external", "summary": "SUSE Bug 1183852 for CVE-2021-3449", "url": "https://bugzilla.suse.com/1183852" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2021-3449" }, { "cve": "CVE-2021-39163", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-39163" } ], "notes": [ { "category": "general", "text": "Matrix is an ecosystem for open federated Instant Messaging and Voice over IP. In versions 1.41.0 and prior, unauthorised users can access the name, avatar, topic and number of members of a room if they know the ID of the room. This vulnerability is limited to homeservers where the vulnerable homeserver is in the room and untrusted users are permitted to create groups (communities). By default, only homeserver administrators can create groups. However, homeserver administrators can already access this information in the database or using the admin API. As a result, only homeservers where the configuration setting `enable_group_creation` has been set to `true` are impacted. Server administrators should upgrade to 1.41.1 or higher to patch the vulnerability. There are two potential workarounds. Server administrators can set `enable_group_creation` to `false` in their homeserver configuration (this is the default value) to prevent creation of groups by non-administrators. Administrators that are using a reverse proxy could, with partial loss of group functionality, block the endpoints `/_matrix/client/r0/groups/{group_id}/rooms` and `/_matrix/client/unstable/groups/{group_id}/rooms`.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-39163", "url": "https://www.suse.com/security/cve/CVE-2021-39163" }, { "category": "external", "summary": "SUSE Bug 1190037 for CVE-2021-39163", "url": "https://bugzilla.suse.com/1190037" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2021-39163" }, { "cve": "CVE-2021-39164", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-39164" } ], "notes": [ { "category": "general", "text": "Matrix is an ecosystem for open federated Instant Messaging and Voice over IP. In versions 1.41.0 and prior, unauthorised users can access the membership (list of members, with their display names) of a room if they know the ID of the room. The vulnerability is limited to rooms with `shared` history visibility. Furthermore, the unauthorised user must be using an account on a vulnerable homeserver that is in the room. Server administrators should upgrade to 1.41.1 or later in order to receive the patch. One workaround is available. Administrators of servers that use a reverse proxy could, with potentially unacceptable loss of functionality, block the endpoints: `/_matrix/client/r0/rooms/{room_id}/members` with `at` query parameter, and `/_matrix/client/unstable/rooms/{room_id}/members` with `at` query parameter.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-39164", "url": "https://www.suse.com/security/cve/CVE-2021-39164" }, { "category": "external", "summary": "SUSE Bug 1190038 for CVE-2021-39164", "url": "https://bugzilla.suse.com/1190038" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.aarch64", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.ppc64le", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.s390x", "openSUSE Tumbleweed:matrix-synapse-1.43.0-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2021-39164" } ] }
ssa-108696
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": "SIDIS Prime before V4.0.400 is affected by multiple vulnerabilities in the components OPC UA and OpenSSL, that could allow an unauthenticated attacker with access to the network where SIDIS Prime is installed to reuse OPC UA client credentials, create a denial of service condition of the SIDIS Prime OPC UA client, or create a denial of service condition of the SIDIS Prime TLS service.\n\nSiemens has released a new version of SIDIS Prime 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-108696: Multiple Vulnerabilities in SIDIS Prime before V4.0.400 - HTML Version", "url": "https://cert-portal.siemens.com/productcert/html/ssa-108696.html" }, { "category": "self", "summary": "SSA-108696: Multiple Vulnerabilities in SIDIS Prime before V4.0.400 - CSAF Version", "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-108696.json" }, { "category": "self", "summary": "SSA-108696: Multiple Vulnerabilities in SIDIS Prime before V4.0.400 - PDF Version", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-108696.pdf" }, { "category": "self", "summary": "SSA-108696: Multiple Vulnerabilities in SIDIS Prime before V4.0.400 - TXT Version", "url": "https://cert-portal.siemens.com/productcert/txt/ssa-108696.txt" } ], "title": "SSA-108696: Multiple Vulnerabilities in SIDIS Prime before V4.0.400", "tracking": { "current_release_date": "2024-02-13T00:00:00Z", "generator": { "engine": { "name": "Siemens ProductCERT CSAF Generator", "version": "1" } }, "id": "SSA-108696", "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" } ], "status": "interim", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003cV4.0.400", "product": { "name": "SIDIS Prime", "product_id": "1" } } ], "category": "product_name", "name": "SIDIS Prime" } ], "category": "vendor", "name": "Siemens" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-19135", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "notes": [ { "category": "summary", "text": "In OPC Foundation OPC UA .NET Standard codebase 1.4.357.28, servers do not create sufficiently random numbers in OPCFoundation.NetStandard.Opc.Ua before 1.4.359.31, which allows man in the middle attackers to reuse encrypted user credentials sent over the network.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "mitigation", "details": "CVE-2019-19135: Enable encrypted communication between the affected product (OPC UA client) and the OPC UA server(s)", "product_ids": [ "1" ] }, { "category": "vendor_fix", "details": "Update to V4.0.400 or later version", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2019-19135" }, { "cve": "CVE-2020-1967", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "Server or client applications that call the SSL_check_chain() function during or after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the \"signature_algorithms_cert\" TLS extension. The crash occurs if an invalid or unrecognised signature algorithm is received from the peer. This could be exploited by a malicious peer in a Denial of Service attack.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V4.0.400 or later version", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2020-1967" }, { "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V4.0.400 or later version", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2022-0778", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "summary", "text": "The BN_mod_sqrt() function in openSSL, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. Internally this function is used when parsing certificates that contain elliptic curve public keys in compressed form or explicit elliptic curve parameters with a base point encoded in compressed form. It is possible to trigger the infinite loop by crafting a certificate that has invalid explicit curve parameters. Since certificate parsing happens prior to verification of the certificate signature, any process that parses an externally supplied certificate may thus be subject to a denial of service attack. The infinite loop can also be reached when parsing crafted private keys as they can contain explicit elliptic curve parameters.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V4.0.400 or later version", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-0778" }, { "cve": "CVE-2022-29862", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "summary", "text": "An infinite loop in OPC UA .NET Standard Stack 1.04.368 allows a remote attackers to cause the application to hang via a crafted message.", "title": "Summary" } ], "product_status": { "known_affected": [ "1" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V4.0.400 or later version", "product_ids": [ "1" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1" ] } ], "title": "CVE-2022-29862" } ] }
ghsa-whf2-mq76-2fhv
Vulnerability from github
The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL's s_server, s_client and verify tools have support for the "-crl_download" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL's parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).
{ "affected": [], "aliases": [ "CVE-2020-1971" ], "database_specific": { "cwe_ids": [ "CWE-476" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2020-12-08T16:15:00Z", "severity": "HIGH" }, "details": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "id": "GHSA-whf2-mq76-2fhv", "modified": "2024-06-21T21:33:49Z", "published": "2022-05-24T17:35:31Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "type": "WEB", "url": "https://www.tenable.com/security/tns-2021-10" }, { "type": "WEB", "url": "https://www.tenable.com/security/tns-2021-09" }, { "type": "WEB", "url": "https://www.tenable.com/security/tns-2020-11" }, { "type": "WEB", "url": "https://www.oracle.com/security-alerts/cpuoct2021.html" }, { "type": "WEB", "url": "https://www.oracle.com/security-alerts/cpujan2021.html" }, { "type": "WEB", "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" }, { "type": "WEB", "url": "https://www.oracle.com/security-alerts/cpuApr2021.html" }, { "type": "WEB", "url": "https://www.oracle.com//security-alerts/cpujul2021.html" }, { "type": "WEB", "url": "https://www.openssl.org/news/secadv/20201208.txt" }, { "type": "WEB", "url": "https://www.debian.org/security/2020/dsa-4807" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20240621-0006" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20210513-0002" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20201218-0005" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202012-13" }, { "type": "WEB", "url": "https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143@%3Ccommits.pulsar.apache.org%3E" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143%40%3Ccommits.pulsar.apache.org%3E" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c@%3Cdev.tomcat.apache.org%3E" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c%40%3Cdev.tomcat.apache.org%3E" }, { "type": "WEB", "url": "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676" }, { "type": "WEB", "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=f960d81215ebf3f65e03d4d5d857fb9b666d6920" }, { "type": "WEB", "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e" }, { "type": "WEB", "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=f960d81215ebf3f65e03d4d5d857fb9b666d6920" }, { "type": "WEB", "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e" }, { "type": "WEB", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2021/09/14/2" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
gsd-2020-1971
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2020-1971", "description": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "id": "GSD-2020-1971", "references": [ "https://www.suse.com/security/cve/CVE-2020-1971.html", "https://www.debian.org/security/2020/dsa-4807", "https://access.redhat.com/errata/RHSA-2021:0495", "https://access.redhat.com/errata/RHSA-2021:0494", "https://access.redhat.com/errata/RHSA-2021:0491", "https://access.redhat.com/errata/RHSA-2021:0489", "https://access.redhat.com/errata/RHSA-2021:0488", "https://access.redhat.com/errata/RHSA-2021:0486", "https://access.redhat.com/errata/RHSA-2021:0056", "https://access.redhat.com/errata/RHSA-2020:5642", "https://access.redhat.com/errata/RHSA-2020:5641", "https://access.redhat.com/errata/RHSA-2020:5640", "https://access.redhat.com/errata/RHSA-2020:5639", "https://access.redhat.com/errata/RHSA-2020:5637", "https://access.redhat.com/errata/RHSA-2020:5623", "https://access.redhat.com/errata/RHSA-2020:5588", "https://access.redhat.com/errata/RHSA-2020:5566", "https://access.redhat.com/errata/RHSA-2020:5476", "https://access.redhat.com/errata/RHSA-2020:5422", "https://ubuntu.com/security/CVE-2020-1971", "https://advisories.mageia.org/CVE-2020-1971.html", "https://security.archlinux.org/CVE-2020-1971", "https://alas.aws.amazon.com/cve/html/CVE-2020-1971.html", "https://linux.oracle.com/cve/CVE-2020-1971.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2020-1971" ], "details": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).", "id": "GSD-2020-1971", "modified": "2023-12-13T01:21:57.848446Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "openssl-security@openssl.org", "DATE_PUBLIC": "2020-12-08", "ID": "CVE-2020-1971", "STATE": "PUBLIC", "TITLE": "EDIPARTYNAME NULL pointer dereference" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "OpenSSL", "version": { "version_data": [ { "version_value": "Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h)" }, { "version_value": "Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w)" } ] } } ] }, "vendor_name": "OpenSSL" } ] } }, "credit": [ { "lang": "eng", "value": "David Benjamin (Google)" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w)." } ] }, "impact": [ { "lang": "eng", "url": "https://www.openssl.org/policies/secpolicy.html#High", "value": "High" } ], "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "NULL pointer dereference" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.openssl.org/news/secadv/20201208.txt", "refsource": "CONFIRM", "url": "https://www.openssl.org/news/secadv/20201208.txt" }, { "name": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=f960d81215ebf3f65e03d4d5d857fb9b666d6920", "refsource": "CONFIRM", "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=f960d81215ebf3f65e03d4d5d857fb9b666d6920" }, { "name": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e", "refsource": "CONFIRM", "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e" }, { "name": "DSA-4807", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2020/dsa-4807" }, { "name": "FreeBSD-SA-20:33", "refsource": "FREEBSD", "url": "https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc" }, { "name": "[debian-lts-announce] 20201214 [SECURITY] [DLA 2493-1] openssl1.0 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html" }, { "name": "[debian-lts-announce] 20201214 [SECURITY] [DLA 2492-1] openssl security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html" }, { "name": "FEDORA-2020-ef1870065a", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/" }, { "name": "[pulsar-commits] 20201216 [GitHub] [pulsar] phijohns-tibco opened a new issue #8978: OpenSSL needs to be updated to 1.1.1i current version is unsupported.", "refsource": "MLIST", "url": "https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143@%3Ccommits.pulsar.apache.org%3E" }, { "name": "FEDORA-2020-a31b01e945", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/" }, { "name": "GLSA-202012-13", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202012-13" }, { "name": "https://www.oracle.com/security-alerts/cpujan2021.html", "refsource": "MISC", "url": "https://www.oracle.com/security-alerts/cpujan2021.html" }, { "name": "https://www.tenable.com/security/tns-2020-11", "refsource": "CONFIRM", "url": "https://www.tenable.com/security/tns-2020-11" }, { "name": "https://security.netapp.com/advisory/ntap-20201218-0005/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20201218-0005/" }, { "name": "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676", "refsource": "CONFIRM", "url": "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676" }, { "name": "[tomcat-dev] 20210207 [Bug 65126] New: A security vulnerability cve-2020-1971 in Tomcat dependency Library in version 9.0.40.", "refsource": "MLIST", "url": "https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c@%3Cdev.tomcat.apache.org%3E" }, { "name": "https://www.oracle.com/security-alerts/cpuApr2021.html", "refsource": "MISC", "url": "https://www.oracle.com/security-alerts/cpuApr2021.html" }, { "name": "https://www.tenable.com/security/tns-2021-10", "refsource": "CONFIRM", "url": "https://www.tenable.com/security/tns-2021-10" }, { "name": "https://www.tenable.com/security/tns-2021-09", "refsource": "CONFIRM", "url": "https://www.tenable.com/security/tns-2021-09" }, { "name": "https://security.netapp.com/advisory/ntap-20210513-0002/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20210513-0002/" }, { "name": "https://www.oracle.com//security-alerts/cpujul2021.html", "refsource": "MISC", "url": "https://www.oracle.com//security-alerts/cpujul2021.html" }, { "name": "[oss-security] 20210914 Re: Oracle Solaris membership in the distros list", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2021/09/14/2" }, { "name": "https://www.oracle.com/security-alerts/cpuoct2021.html", "refsource": "MISC", "url": "https://www.oracle.com/security-alerts/cpuoct2021.html" }, { "name": "https://www.oracle.com/security-alerts/cpuapr2022.html", "refsource": "MISC", "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" }, { "name": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf", "refsource": "CONFIRM", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=1.0.2 \u003c=1.0.2w||\u003e=1.1.1 \u003c=1.1.1h", "affected_versions": "All versions starting from 1.0.2 up to 1.0.2w, all versions starting from 1.1.1 up to 1.1.1h", "cvss_v2": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-476", "CWE-937" ], "date": "2021-10-20", "description": "A NULL pointer dereference and a crash may occur leading to a possible denial of service attack.", "fixed_versions": [ "1.1.0k", "1.1.1i" ], "identifier": "CVE-2020-1971", "identifiers": [ "CVE-2020-1971" ], "not_impacted": "All versions before 1.0.2, all versions after 1.0.2w before 1.1.1, all versions after 1.1.1h", "package_slug": "conan/openssl", "pubdate": "2020-12-08", "solution": "Upgrade to versions 1.1.0k, 1.1.1i or above.", "title": "NULL Pointer Dereference", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-1971", "https://www.openssl.org/news/secadv/20201208.txt" ], "uuid": "af3d49a5-7241-434d-b8ca-5ce05ebe5a98" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.0.2x", "versionStartIncluding": "1.0.2", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.1.1i", "versionStartIncluding": "1.1.1", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:oracle:api_gateway:11.1.2.4.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.56:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:business_intelligence:12.2.1.3.0:*:*:*:enterprise:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.57:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:jd_edwards_world_security:a9.4:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:business_intelligence:12.2.1.4.0:*:*:*:enterprise:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:enterprise_manager_base_platform:13.3.0.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:business_intelligence:5.5.0.0.0:*:*:*:enterprise:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:enterprise_manager_base_platform:13.4.0.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:http_server:12.2.1.4.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:enterprise_manager_for_storage_management:13.4.0.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:enterprise_manager_ops_center:12.4.0.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:mysql:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "8.0.22", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:graalvm:19.3.4:*:*:*:enterprise:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:graalvm:20.3.0:*:*:*:enterprise:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:essbase:21.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:jd_edwards_enterpriseone_tools:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "9.2.5.3", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:enterprise_communications_broker:pcz3.1:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:enterprise_communications_broker:pcz3.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:enterprise_communications_broker:pcz3.3:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:communications_unified_session_manager:scz8.2.5:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:enterprise_session_border_controller:cz8.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:enterprise_session_border_controller:cz8.3:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:enterprise_session_border_controller:cz8.4:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:cz8.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:cz8.3:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:communications_subscriber-aware_load_balancer:cz8.4:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:communications_session_router:cz8.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:communications_session_router:cz8.3:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:communications_session_router:cz8.4:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:communications_session_border_controller:cz8.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:communications_session_border_controller:cz8.3:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:communications_session_border_controller:cz8.4:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "8.0.22", "versionStartIncluding": "8.0.15", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "5.7.32", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:business_intelligence:5.9.0.0.0:*:*:*:enterprise:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.10.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:communications_diameter_intelligence_hub:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "8.1.0", "versionStartIncluding": "8.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:oracle:communications_diameter_intelligence_hub:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "8.2.3", "versionStartIncluding": "8.2.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:netapp:santricity_smi-s_provider:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:netapp:oncommand_workflow_automation:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:netapp:oncommand_insight:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:netapp:data_ontap:-:*:*:*:*:7-mode:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:netapp:clustered_data_ontap_antivirus_connector:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:netapp:solidfire:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:netapp:hci_management_node:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:h:netapp:hci_storage_node:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:vmware_vsphere:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:windows:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:netapp:e-series_santricity_os_controller:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "11.60.3", "versionStartIncluding": "11.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:netapp:manageability_software_development_kit:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:netapp:plug-in_for_symantec_netbackup:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:h:netapp:hci_compute_node:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:netapp:ef600a_firmware:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:h:netapp:ef600a:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false } ], "operator": "OR" } ], "cpe_match": [], "operator": "AND" }, { "children": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:netapp:aff_a250_firmware:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:h:netapp:aff_a250:-:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": false } ], "operator": "OR" } ], "cpe_match": [], "operator": "AND" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:tenable:log_correlation_engine:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "6.0.9", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:tenable:nessus_network_monitor:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "5.13.1", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:siemens:sinec_infrastructure_network_services:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.0.1.1", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*", "cpe_name": [], "versionEndIncluding": "14.14.0", "versionStartIncluding": "14.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*", "cpe_name": [], "versionEndIncluding": "10.12.0", "versionStartIncluding": "10.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*", "cpe_name": [], "versionEndIncluding": "12.12.0", "versionStartIncluding": "12.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*", "cpe_name": [], "versionEndExcluding": "15.5.0", "versionStartIncluding": "15.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*", "cpe_name": [], "versionEndExcluding": "14.15.4", "versionStartIncluding": "14.15.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*", "cpe_name": [], "versionEndExcluding": "12.20.1", "versionStartIncluding": "12.13.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*", "cpe_name": [], "versionEndExcluding": "10.23.1", "versionStartIncluding": "10.13.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "openssl-security@openssl.org", "ID": "CVE-2020-1971" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL\u0027s s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL\u0027s parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w)." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-476" } ] } ] }, "references": { "reference_data": [ { "name": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e", "refsource": "CONFIRM", "tags": [ "Broken Link" ], "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e" }, { "name": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=f960d81215ebf3f65e03d4d5d857fb9b666d6920", "refsource": "CONFIRM", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=f960d81215ebf3f65e03d4d5d857fb9b666d6920" }, { "name": "https://www.openssl.org/news/secadv/20201208.txt", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "https://www.openssl.org/news/secadv/20201208.txt" }, { "name": "DSA-4807", "refsource": "DEBIAN", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2020/dsa-4807" }, { "name": "FreeBSD-SA-20:33", "refsource": "FREEBSD", "tags": [ "Third Party Advisory" ], "url": "https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc" }, { "name": "[debian-lts-announce] 20201214 [SECURITY] [DLA 2493-1] openssl1.0 security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html" }, { "name": "[debian-lts-announce] 20201214 [SECURITY] [DLA 2492-1] openssl security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html" }, { "name": "FEDORA-2020-ef1870065a", "refsource": "FEDORA", "tags": [ "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/" }, { "name": "[pulsar-commits] 20201216 [GitHub] [pulsar] phijohns-tibco opened a new issue #8978: OpenSSL needs to be updated to 1.1.1i current version is unsupported.", "refsource": "MLIST", "tags": [ "Third Party Advisory" ], "url": "https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143@%3Ccommits.pulsar.apache.org%3E" }, { "name": "https://security.netapp.com/advisory/ntap-20201218-0005/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20201218-0005/" }, { "name": "FEDORA-2020-a31b01e945", "refsource": "FEDORA", "tags": [ "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/" }, { "name": "https://www.tenable.com/security/tns-2020-11", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://www.tenable.com/security/tns-2020-11" }, { "name": "GLSA-202012-13", "refsource": "GENTOO", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202012-13" }, { "name": "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676" }, { "name": "https://www.oracle.com/security-alerts/cpujan2021.html", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpujan2021.html" }, { "name": "[tomcat-dev] 20210207 [Bug 65126] New: A security vulnerability cve-2020-1971 in Tomcat dependency Library in version 9.0.40.", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c@%3Cdev.tomcat.apache.org%3E" }, { "name": "https://www.tenable.com/security/tns-2021-09", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://www.tenable.com/security/tns-2021-09" }, { "name": "https://security.netapp.com/advisory/ntap-20210513-0002/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20210513-0002/" }, { "name": "https://www.tenable.com/security/tns-2021-10", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://www.tenable.com/security/tns-2021-10" }, { "name": "https://www.oracle.com/security-alerts/cpuApr2021.html", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpuApr2021.html" }, { "name": "N/A", "refsource": "N/A", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://www.oracle.com//security-alerts/cpujul2021.html" }, { "name": "[oss-security] 20210914 Re: Oracle Solaris membership in the distros list", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2021/09/14/2" }, { "name": "https://www.oracle.com/security-alerts/cpuoct2021.html", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpuoct2021.html" }, { "name": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf" }, { "name": "https://www.oracle.com/security-alerts/cpuapr2022.html", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "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" }, "exploitabilityScore": 2.2, "impactScore": 3.6 } }, "lastModifiedDate": "2022-08-29T20:27Z", "publishedDate": "2020-12-08T16:15Z" } } }
ncsc-2024-0239
Vulnerability from csaf_ncscnl
Notes
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Solarwinds heeft kwetsbaarheden verholpen in Solarwinds Platform.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om een Denial-of-Service te veroorzaken, een command-injection uit te voeren, of om een Cross-Site-Scripting-aanval uit te voeren. Een dergelijke aanval kan leiden tot uitvoer van willekeurige code in de browser van het slachtoffer.\n\nVoor succesvol misbruik moet de kwaadwillende voorafgaande authenticatie hebben.", "title": "Interpretaties" }, { "category": "description", "text": "Solarwinds heeft updates uitgebracht om de kwetsbaarheden te verhelpen in Solarwinds Platform 2024.2\n\nIn deze updates zijn tevens kwetsbaarheden verholpen in onderliggende third-party software waar het platform gebruik van maakt. Voor deze kwetsbaarheden zijn eerdere beveiligingsadviezen gepubliceerd.\n\nZie bijgevoegde referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "general", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Missing Cryptographic Step", "title": "CWE-325" }, { "category": "general", "text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)", "title": "CWE-362" }, { "category": "general", "text": "Covert Timing Channel", "title": "CWE-385" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Incorrect Calculation", "title": "CWE-682" }, { "category": "general", "text": "Incorrect Type Conversion or Cast", "title": "CWE-704" }, { "category": "general", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" }, { "category": "general", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)", "title": "CWE-89" }, { "category": "general", "text": "Permissive Cross-domain Policy with Untrusted Domains", "title": "CWE-942" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - cveprojectv5; nvd", "url": "https://documentation.solarwinds.com/en/success_center/orionplatform/content/release_notes/solarwinds_platform_2024-2_release_notes.htm" }, { "category": "external", "summary": "Reference - cveprojectv5; nvd", "url": "https://www.solarwinds.com/trust-center/security-advisories/CVE-2024-28996" }, { "category": "external", "summary": "Reference - cveprojectv5; nvd", "url": "https://www.solarwinds.com/trust-center/security-advisories/CVE-2024-28999" }, { "category": "external", "summary": "Reference - cveprojectv5; nvd", "url": "https://www.solarwinds.com/trust-center/security-advisories/CVE-2024-29004" } ], "title": "Kwetsbaarheden verholpen in Solarwinds Platform", "tracking": { "current_release_date": "2024-06-07T06:26:01.172456Z", "id": "NCSC-2024-0239", "initial_release_date": "2024-06-07T06:26:01.172456Z", "revision_history": [ { "date": "2024-06-07T06:26:01.172456Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "solarwinds_platform_", "product": { "name": "solarwinds_platform_", "product_id": "CSAFPID-1463738", "product_identification_helper": { "cpe": "cpe:2.3:a:solarwinds_:solarwinds_platform_:2024.1.1_and_previous_versions:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "solarwinds_platform", "product": { "name": "solarwinds_platform", "product_id": "CSAFPID-1463740", "product_identification_helper": { "cpe": "cpe:2.3:a:solarwinds_:solarwinds_platform:2024.1.1_and_previous_versions_:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "solarwinds_" }, { "branches": [ { "category": "product_name", "name": "orion_platform", "product": { "name": "orion_platform", "product_id": "CSAFPID-1463455", "product_identification_helper": { "cpe": "cpe:2.3:a:solarwinds:orion_platform:2024.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "orion_platform", "product": { "name": "orion_platform", "product_id": "CSAFPID-1463456", "product_identification_helper": { "cpe": "cpe:2.3:a:solarwinds:orion_platform:2024.1.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "solarwinds_platform_", "product": { "name": "solarwinds_platform_", "product_id": "CSAFPID-1463739", "product_identification_helper": { "cpe": "cpe:2.3:a:solarwinds:solarwinds_platform_:2024.1.1_and_previous_versions_:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "solarwinds" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-3736", "cwe": { "id": "CWE-682", "name": "Incorrect Calculation" }, "notes": [ { "category": "other", "text": "Incorrect Calculation", "title": "CWE-682" } ], "references": [ { "category": "self", "summary": "CVE-2017-3736", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2017/CVE-2017-3736.json" } ], "title": "CVE-2017-3736" }, { "cve": "CVE-2018-0732", "cwe": { "id": "CWE-325", "name": "Missing Cryptographic Step" }, "notes": [ { "category": "other", "text": "Missing Cryptographic Step", "title": "CWE-325" } ], "references": [ { "category": "self", "summary": "CVE-2018-0732", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2018/CVE-2018-0732.json" } ], "title": "CVE-2018-0732" }, { "cve": "CVE-2018-0737", "cwe": { "id": "CWE-385", "name": "Covert Timing Channel" }, "notes": [ { "category": "other", "text": "Covert Timing Channel", "title": "CWE-385" } ], "references": [ { "category": "self", "summary": "CVE-2018-0737", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2018/CVE-2018-0737.json" } ], "title": "CVE-2018-0737" }, { "cve": "CVE-2019-1559", "cwe": { "id": "CWE-325", "name": "Missing Cryptographic Step" }, "notes": [ { "category": "other", "text": "Missing Cryptographic Step", "title": "CWE-325" } ], "references": [ { "category": "self", "summary": "CVE-2019-1559", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2019/CVE-2019-1559.json" } ], "title": "CVE-2019-1559" }, { "cve": "CVE-2020-1971", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "references": [ { "category": "self", "summary": "CVE-2020-1971", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-1971.json" } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2021-3712", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "other", "text": "Out-of-bounds Read", "title": "CWE-125" } ], "references": [ { "category": "self", "summary": "CVE-2021-3712", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-3712.json" } ], "title": "CVE-2021-3712" }, { "cve": "CVE-2021-4321", "cwe": { "id": "CWE-942", "name": "Permissive Cross-domain Policy with Untrusted Domains" }, "notes": [ { "category": "other", "text": "Permissive Cross-domain Policy with Untrusted Domains", "title": "CWE-942" } ], "references": [ { "category": "self", "summary": "CVE-2021-4321", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-4321.json" } ], "title": "CVE-2021-4321" }, { "cve": "CVE-2021-23840", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "references": [ { "category": "self", "summary": "CVE-2021-23840", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-23840.json" } ], "title": "CVE-2021-23840" }, { "cve": "CVE-2022-0778", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "references": [ { "category": "self", "summary": "CVE-2022-0778", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-0778.json" } ], "title": "CVE-2022-0778" }, { "cve": "CVE-2023-0215", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "references": [ { "category": "self", "summary": "CVE-2023-0215", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0215.json" } ], "title": "CVE-2023-0215" }, { "cve": "CVE-2023-0286", "cwe": { "id": "CWE-704", "name": "Incorrect Type Conversion or Cast" }, "notes": [ { "category": "other", "text": "Incorrect Type Conversion or Cast", "title": "CWE-704" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "references": [ { "category": "self", "summary": "CVE-2023-0286", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0286.json" } ], "title": "CVE-2023-0286" }, { "cve": "CVE-2024-28996", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)", "title": "CWE-89" } ], "product_status": { "known_affected": [ "CSAFPID-1463739" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28996", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28996.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1463739" ] } ], "title": "CVE-2024-28996" }, { "cve": "CVE-2024-28999", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "other", "text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)", "title": "CWE-362" } ], "product_status": { "known_affected": [ "CSAFPID-1463740" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28999", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28999.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1463740" ] } ], "title": "CVE-2024-28999" }, { "cve": "CVE-2024-29004", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-1463738" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29004", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29004.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:H/UI:R/S:C/C:H/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1463738" ] } ], "title": "CVE-2024-29004" } ] }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.