Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2021-3712
Vulnerability from cvelistv5
Published
2021-08-24 14:50
Modified
2024-09-16 20:32
Severity ?
EPSS score ?
Summary
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's 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).
References
Impacted products
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T17:01:08.180Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://www.openssl.org/news/secadv/20210824.txt" }, { "tags": [ "x_transferred" ], "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=94d23fcff9b2a7a8368dfe52214d5c2569882c11" }, { "tags": [ "x_transferred" ], "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=ccb0a11145ee72b042d10593a64eaf9e8a55ec12" }, { "name": "DSA-4963", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://www.debian.org/security/2021/dsa-4963" }, { "name": "[tomcat-dev] 20210825 OpenSSL security announcement - do we need a Tomcat Native release?", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.apache.org/thread.html/r18995de860f0e63635f3008fd2a6aca82394249476d21691e7c59c9e%40%3Cdev.tomcat.apache.org%3E" }, { "name": "[oss-security] 20210825 OpenSSL SM2 Decryption Buffer Overflow (CVE-2021-3711), Read buffer overruns processing ASN.1 strings (CVE-2021-3712)", "tags": [ "mailing-list", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2021/08/26/2" }, { "name": "[tomcat-dev] 20210826 Re: OpenSSL security announcement - do we need a Tomcat Native release?", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.apache.org/thread.html/rad5d9f83f0d11fb3f8bb148d179b8a9ad7c6a17f18d70e5805a713d1%40%3Cdev.tomcat.apache.org%3E" }, { "tags": [ "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20210827-0010/" }, { "name": "[debian-lts-announce] 20210926 [SECURITY] [DLA 2766-1] openssl security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2021/09/msg00014.html" }, { "name": "[debian-lts-announce] 20210930 [SECURITY] [DLA 2774-1] openssl1.0 security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2021/09/msg00021.html" }, { "tags": [ "x_transferred" ], "url": "https://www.oracle.com/security-alerts/cpuoct2021.html" }, { "tags": [ "x_transferred" ], "url": "https://www.tenable.com/security/tns-2021-16" }, { "tags": [ "x_transferred" ], "url": "https://kc.mcafee.com/corporate/index?page=content\u0026id=SB10366" }, { "tags": [ "x_transferred" ], "url": "https://www.oracle.com/security-alerts/cpujan2022.html" }, { "tags": [ "x_transferred" ], "url": "https://www.tenable.com/security/tns-2022-02" }, { "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://cert-portal.siemens.com/productcert/pdf/ssa-244969.pdf" }, { "name": "GLSA-202209-02", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202209-02" }, { "name": "GLSA-202210-02", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202210-02" }, { "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.1l (Affected 1.1.1-1.1.1k)" }, { "status": "affected", "version": "Fixed in OpenSSL 1.0.2za (Affected 1.0.2-1.0.2y)" } ] } ], "credits": [ { "lang": "en", "value": "Ingo Schwarze" } ], "datePublic": "2021-08-24T00:00:00", "descriptions": [ { "lang": "en", "value": "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)." } ], "metrics": [ { "other": { "content": { "lang": "eng", "url": "https://www.openssl.org/policies/secpolicy.html#Moderate", "value": "Moderate" }, "type": "unknown" } } ], "problemTypes": [ { "descriptions": [ { "description": "Buffer overflow", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2024-06-21T19:07:21.902973", "orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5", "shortName": "openssl" }, "references": [ { "url": "https://www.openssl.org/news/secadv/20210824.txt" }, { "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=94d23fcff9b2a7a8368dfe52214d5c2569882c11" }, { "url": "https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=ccb0a11145ee72b042d10593a64eaf9e8a55ec12" }, { "name": "DSA-4963", "tags": [ "vendor-advisory" ], "url": "https://www.debian.org/security/2021/dsa-4963" }, { "name": "[tomcat-dev] 20210825 OpenSSL security announcement - do we need a Tomcat Native release?", "tags": [ "mailing-list" ], "url": "https://lists.apache.org/thread.html/r18995de860f0e63635f3008fd2a6aca82394249476d21691e7c59c9e%40%3Cdev.tomcat.apache.org%3E" }, { "name": "[oss-security] 20210825 OpenSSL SM2 Decryption Buffer Overflow (CVE-2021-3711), Read buffer overruns processing ASN.1 strings (CVE-2021-3712)", "tags": [ "mailing-list" ], "url": "http://www.openwall.com/lists/oss-security/2021/08/26/2" }, { "name": "[tomcat-dev] 20210826 Re: OpenSSL security announcement - do we need a Tomcat Native release?", "tags": [ "mailing-list" ], "url": "https://lists.apache.org/thread.html/rad5d9f83f0d11fb3f8bb148d179b8a9ad7c6a17f18d70e5805a713d1%40%3Cdev.tomcat.apache.org%3E" }, { "url": "https://security.netapp.com/advisory/ntap-20210827-0010/" }, { "name": "[debian-lts-announce] 20210926 [SECURITY] [DLA 2766-1] openssl security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2021/09/msg00014.html" }, { "name": "[debian-lts-announce] 20210930 [SECURITY] [DLA 2774-1] openssl1.0 security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2021/09/msg00021.html" }, { "url": "https://www.oracle.com/security-alerts/cpuoct2021.html" }, { "url": "https://www.tenable.com/security/tns-2021-16" }, { "url": "https://kc.mcafee.com/corporate/index?page=content\u0026id=SB10366" }, { "url": "https://www.oracle.com/security-alerts/cpujan2022.html" }, { "url": "https://www.tenable.com/security/tns-2022-02" }, { "url": "https://www.oracle.com/security-alerts/cpuapr2022.html" }, { "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf" }, { "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-244969.pdf" }, { "name": "GLSA-202209-02", "tags": [ "vendor-advisory" ], "url": "https://security.gentoo.org/glsa/202209-02" }, { "name": "GLSA-202210-02", "tags": [ "vendor-advisory" ], "url": "https://security.gentoo.org/glsa/202210-02" }, { "url": "https://security.netapp.com/advisory/ntap-20240621-0006/" } ], "title": "Read buffer overruns processing ASN.1 strings" } }, "cveMetadata": { "assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5", "assignerShortName": "openssl", "cveId": "CVE-2021-3712", "datePublished": "2021-08-24T14:50:14.704334Z", "dateReserved": "2021-08-16T00:00:00", "dateUpdated": "2024-09-16T20:32:42.201Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2021-3712\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2021-08-24T15:15:09.533\",\"lastModified\":\"2024-11-21T06:22:13.290\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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).\"},{\"lang\":\"es\",\"value\":\"Las cadenas ASN.1 se representan internamente en OpenSSL como una estructura ASN1_STRING que contiene un b\u00fafer que contiene los datos de la cadena y un campo que contiene la longitud del b\u00fafer. Esto contrasta con las cadenas C normales, que se representan como un b\u00fafer para los datos de la cadena que termina con un byte NUL (0). Aunque no es un requisito estricto, las cadenas ASN.1 que se analizan usando las propias funciones \\\"d2i\\\" de OpenSSL (y otras funciones de an\u00e1lisis similares), as\u00ed como cualquier cadena cuyo valor ha sido ajustado con la funci\u00f3n ASN1_STRING_set(), terminar\u00e1n adicionalmente con NUL la matriz de bytes en la estructura ASN1_STRING. Sin embargo, es posible que las aplicaciones construyan directamente estructuras ASN1_STRING v\u00e1lidas que no terminen en NUL la matriz de bytes, ajustando directamente los campos \\\"data\\\" y \\\"length\\\" en la matriz ASN1_STRING. Esto tambi\u00e9n puede ocurrir usando la funci\u00f3n ASN1_STRING_set0(). Se ha detectado que numerosas funciones de OpenSSL que imprimen datos ASN.1 asumen que la matriz de bytes ASN1_STRING estar\u00e1 terminada en NUL, aunque esto no est\u00e1 garantizado para las cadenas que han sido construidas directamente. Cuando una aplicaci\u00f3n pide que se imprima una estructura ASN.1, y cuando esa estructura ASN.1 contiene ASN1_STRINGs que han sido construidos directamente por la aplicaci\u00f3n sin terminar en NUL el campo \\\"data\\\", entonces puede ocurrir un desbordamiento del buffer de lectura. Lo mismo puede ocurrir durante el procesamiento de las restricciones de nombre de los certificados (por ejemplo, si un certificado ha sido construido directamente por la aplicaci\u00f3n en lugar de cargarlo por medio de las funciones de an\u00e1lisis de OpenSSL, y el certificado contiene estructuras ASN1_STRING sin terminaci\u00f3n NUL). Tambi\u00e9n puede ocurrir en las funciones X509_get1_email(), X509_REQ_get1_email() y X509_get1_ocsp(). Si un actor malicioso puede hacer que una aplicaci\u00f3n construya directamente un ASN1_STRING y luego lo procese a mediante una de las funciones de OpenSSL afectadas, este problema podr\u00eda ser alcanzado. Esto podr\u00eda resultar en un bloqueo (causando un ataque de Denegaci\u00f3n de Servicio). Tambi\u00e9n podr\u00eda resultar en la revelaci\u00f3n de contenidos de memoria privada (como claves privadas, o texto plano confidencial). Corregido en OpenSSL versi\u00f3n 1.1.1l (Afectada 1.1.1-1.1.1k). Corregido en OpenSSL versi\u00f3n 1.0.2za (Afectada 1.0.2-1.0.2y).\"}],\"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:H/I:N/A:H\",\"baseScore\":7.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.2}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:P/I:N/A:P\",\"baseScore\":5.8,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":4.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.2\",\"versionEndExcluding\":\"1.0.2za\",\"matchCriteriaId\":\"20353A2F-46B5-4C46-B562-42CD6E2B248B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.1.1\",\"versionEndExcluding\":\"1.1.1l\",\"matchCriteriaId\":\"A9592A08-7FF0-490F-B684-6EA8E49F36C7\"}]}]},{\"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\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:clustered_data_ontap:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1FE996B1-6951-4F85-AA58-B99A379D2163\"},{\"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:e-series_santricity_os_controller:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"11.0\",\"versionEndIncluding\":\"11.50.2\",\"matchCriteriaId\":\"433D435D-13D0-4EAA-ACD9-DD88DA712D00\"},{\"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:santricity_smi-s_provider:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"361B791A-D336-4431-8F68-8135BEFFAEA2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:solidfire:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A6E9EF0C-AFA8-4F7B-9FDC-1E0F7C26E737\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:storage_encryption:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2D82795C-F1ED-4D2C-B578-75B9EECBB99C\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mcafee:epolicy_orchestrator:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.10.0\",\"matchCriteriaId\":\"A30F7908-5AF6-4761-BC6A-4C18EFAE48E5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mcafee:epolicy_orchestrator:5.10.0:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"0F30D3AF-4FA3-4B7A-BE04-C24E2EA19A95\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mcafee:epolicy_orchestrator:5.10.0:update_1:*:*:*:*:*:*\",\"matchCriteriaId\":\"7B00DDE7-7002-45BE-8EDE-65D964922CB0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mcafee:epolicy_orchestrator:5.10.0:update_10:*:*:*:*:*:*\",\"matchCriteriaId\":\"DB88C165-BB24-49FB-AAF6-087A766D5AD1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mcafee:epolicy_orchestrator:5.10.0:update_2:*:*:*:*:*:*\",\"matchCriteriaId\":\"FF806B52-DAD5-4D12-8BB6-3CBF9DC6B8DF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mcafee:epolicy_orchestrator:5.10.0:update_3:*:*:*:*:*:*\",\"matchCriteriaId\":\"7DE847E0-431D-497D-9C57-C4E59749F6A0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mcafee:epolicy_orchestrator:5.10.0:update_4:*:*:*:*:*:*\",\"matchCriteriaId\":\"46385384-5561-40AA-9FDE-A2DE4FDFAD3E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mcafee:epolicy_orchestrator:5.10.0:update_5:*:*:*:*:*:*\",\"matchCriteriaId\":\"B7CA7CA6-7CF2-48F6-81B5-69BA0A37EF4E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mcafee:epolicy_orchestrator:5.10.0:update_6:*:*:*:*:*:*\",\"matchCriteriaId\":\"9E4E5481-1070-4E1F-8679-1985DE4E785A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mcafee:epolicy_orchestrator:5.10.0:update_7:*:*:*:*:*:*\",\"matchCriteriaId\":\"D9EEA681-67FF-43B3-8610-0FA17FD279E5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mcafee:epolicy_orchestrator:5.10.0:update_8:*:*:*:*:*:*\",\"matchCriteriaId\":\"C33BA8EA-793D-4E79-BE9C-235ACE717216\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:mcafee:epolicy_orchestrator:5.10.0:update_9:*:*:*:*:*:*\",\"matchCriteriaId\":\"823DBE80-CB8D-4981-AE7C-28F3FDD40451\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tenable:nessus_network_monitor:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"6.0.0\",\"matchCriteriaId\":\"9E0DE4DE-9454-4E8D-9E00-3CBCDD8C142A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tenable:tenable.sc:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16.0\",\"versionEndIncluding\":\"5.19.1\",\"matchCriteriaId\":\"8D977244-DC29-4301-8D89-0BD01BC328B8\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:essbase:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"11.1.2.4.047\",\"matchCriteriaId\":\"6A0BD5BD-E2F8-4B4E-B5CF-9787E6F2E4AE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:essbase:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"21.0\",\"versionEndExcluding\":\"21.3\",\"matchCriteriaId\":\"3197F464-F0A5-4BD4-9068-65CD448D8F4C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:essbase:21.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"15DD67FD-CE98-4556-A036-B2970935AF4D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:mysql_connectors:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"8.0.27\",\"matchCriteriaId\":\"AE23C7E1-F849-411D-850F-A504D4BA3414\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:mysql_enterprise_monitor:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"8.0.25\",\"matchCriteriaId\":\"88627B99-16DC-4878-A63A-A40F6FC1F477\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.7.0\",\"versionEndIncluding\":\"5.7.35\",\"matchCriteriaId\":\"E667933A-37EA-4BC2-9180-C3B4B7038866\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndIncluding\":\"8.0.26\",\"matchCriteriaId\":\"709E83B4-8C66-4255-870B-2F72B37BA8C6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:mysql_workbench:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"8.0.26\",\"matchCriteriaId\":\"EED6C8C2-F986-4CFD-A343-AD2340F850F2\"},{\"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,\"criteria\":\"cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C8AF00C6-B97F-414D-A8DF-057E6BFD8597\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E8929B61-16EC-4FE0-98A5-1CC7CC7FD9CC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:zfs_storage_appliance_kit:8.8:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D3E503FB-6279-4D4A-91D8-E237ECF9D2B0\"}]}]},{\"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:oracle:communications_cloud_native_core_console:1.9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DAAB7154-4DE8-4806-86D0-C1D33B84417B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:1.7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BD4349FE-EEF8-489A-8ABF-5FCD55EC6DE0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:1.15.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C6EAA723-2A23-4151-930B-86ACF9CC1C0C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_session_border_controller:8.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"9C416FD3-2E2F-4BBC-BD5F-F896825883F4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_session_border_controller:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D886339E-EDB2-4879-BD54-1800E4CA9CAE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_unified_session_manager:8.2.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FB468FEE-A0F4-49A0-BBEE-10D0733C87D4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_unified_session_manager:8.4.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CC5C177E-0C77-48C9-847A-A9E5AA7DBC1F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_communications_broker:3.2.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"348EEE70-E114-4720-AAAF-E77DE5C9A2D1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_communications_broker:3.3.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"3DCDD73B-57B1-4580-B922-5662E3AC13B6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_session_border_controller:8.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7015A8CB-8FA6-423E-8307-BD903244F517\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_session_border_controller:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F9A4E206-56C7-4578-AC9C-088B0C8D9CFE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:health_sciences_inform_publisher:6.2.1.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"0D1E6A38-4CBD-42E9-B2D2-11AEF157822F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:health_sciences_inform_publisher:6.3.1.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5D105A5B-0AA8-4782-B804-CB1384F85884\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:jd_edwards_enterpriseone_tools:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"9.2.6.3\",\"matchCriteriaId\":\"BE34D4F7-5C18-4578-8D0A-722FDF931333\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:jd_edwards_world_security:a9.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"0B1CAD50-749F-4ADB-A046-BF3585677A58\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2021/08/26/2\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-244969.pdf\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=94d23fcff9b2a7a8368dfe52214d5c2569882c11\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=ccb0a11145ee72b042d10593a64eaf9e8a55ec12\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://kc.mcafee.com/corporate/index?page=content\u0026id=SB10366\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.apache.org/thread.html/r18995de860f0e63635f3008fd2a6aca82394249476d21691e7c59c9e%40%3Cdev.tomcat.apache.org%3E\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://lists.apache.org/thread.html/rad5d9f83f0d11fb3f8bb148d179b8a9ad7c6a17f18d70e5805a713d1%40%3Cdev.tomcat.apache.org%3E\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/09/msg00014.html\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/09/msg00021.html\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202209-02\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202210-02\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20210827-0010/\",\"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/2021/dsa-4963\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.openssl.org/news/secadv/20210824.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor 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/cpujan2022.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\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://www.tenable.com/security/tns-2021-16\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.tenable.com/security/tns-2022-02\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2021/08/26/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-244969.pdf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=94d23fcff9b2a7a8368dfe52214d5c2569882c11\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=ccb0a11145ee72b042d10593a64eaf9e8a55ec12\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://kc.mcafee.com/corporate/index?page=content\u0026id=SB10366\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.apache.org/thread.html/r18995de860f0e63635f3008fd2a6aca82394249476d21691e7c59c9e%40%3Cdev.tomcat.apache.org%3E\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.apache.org/thread.html/rad5d9f83f0d11fb3f8bb148d179b8a9ad7c6a17f18d70e5805a713d1%40%3Cdev.tomcat.apache.org%3E\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/09/msg00014.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/09/msg00021.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202209-02\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202210-02\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20210827-0010/\",\"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/2021/dsa-4963\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.openssl.org/news/secadv/20210824.txt\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor 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/cpujan2022.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\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://www.tenable.com/security/tns-2021-16\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.tenable.com/security/tns-2022-02\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]}]}}" } }
wid-sec-w-2023-0530
Vulnerability from csaf_certbund
Published
2023-02-28 23:00
Modified
2023-02-28 23:00
Summary
Aruba ArubaOS: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
ArubaOS ist das Betriebssystem der Aruba Netzwerkprodukte.
Angriff
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Aruba ArubaOS ausnutzen, um seine Privilegien zu erhöhen, Code zur Ausführung zu bringen, einen Cross Site Scripting Angriff durchzuführen, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen.
Betroffene Betriebssysteme
- Sonstiges
{ "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": "ArubaOS ist das Betriebssystem der Aruba Netzwerkprodukte.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Aruba ArubaOS ausnutzen, um seine Privilegien zu erh\u00f6hen, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "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-0530 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0530.json" }, { "category": "self", "summary": "WID-SEC-2023-0530 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0530" }, { "category": "external", "summary": "Aruba Product Security Advisory vom 2023-02-28", "url": "https://www.arubanetworks.com/assets/alert/ARUBA-PSA-2023-002.txt" }, { "category": "external", "summary": "Aruba Product Security Advisory vom 2023-02-28", "url": "https://www.arubanetworks.com/security-advisory/arubaos-multiple-vulnerabilities-7/" } ], "source_lang": "en-US", "title": "Aruba ArubaOS: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-02-28T23:00:00.000+00:00", "generator": { "date": "2024-08-15T17:45:54.890+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-0530", "initial_release_date": "2023-02-28T23:00:00.000+00:00", "revision_history": [ { "date": "2023-02-28T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Aruba ArubaOS \u003c 10.3.1.1", "product": { "name": "Aruba ArubaOS \u003c 10.3.1.1", "product_id": "1241958", "product_identification_helper": { "cpe": "cpe:/o:arubanetworks:arubaos:10.3.1.1" } } }, { "category": "product_name", "name": "Aruba ArubaOS \u003c 8.10.0.5", "product": { "name": "Aruba ArubaOS \u003c 8.10.0.5", "product_id": "T026576", "product_identification_helper": { "cpe": "cpe:/o:arubanetworks:arubaos:8.10.0.5" } } }, { "category": "product_name", "name": "Aruba ArubaOS \u003c 8.11.0.0", "product": { "name": "Aruba ArubaOS \u003c 8.11.0.0", "product_id": "T026577", "product_identification_helper": { "cpe": "cpe:/o:arubanetworks:arubaos:8.11.0.0" } } } ], "category": "product_name", "name": "ArubaOS" } ], "category": "vendor", "name": "Aruba" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-22778", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22778" }, { "cve": "CVE-2023-22777", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22777" }, { "cve": "CVE-2023-22776", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22776" }, { "cve": "CVE-2023-22775", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22775" }, { "cve": "CVE-2023-22774", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22774" }, { "cve": "CVE-2023-22773", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22773" }, { "cve": "CVE-2023-22772", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22772" }, { "cve": "CVE-2023-22771", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22771" }, { "cve": "CVE-2023-22770", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22770" }, { "cve": "CVE-2023-22769", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22769" }, { "cve": "CVE-2023-22768", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22768" }, { "cve": "CVE-2023-22767", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22767" }, { "cve": "CVE-2023-22766", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22766" }, { "cve": "CVE-2023-22765", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22765" }, { "cve": "CVE-2023-22764", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22764" }, { "cve": "CVE-2023-22763", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22763" }, { "cve": "CVE-2023-22762", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22762" }, { "cve": "CVE-2023-22761", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22761" }, { "cve": "CVE-2023-22760", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22760" }, { "cve": "CVE-2023-22759", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22759" }, { "cve": "CVE-2023-22758", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22758" }, { "cve": "CVE-2023-22757", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22757" }, { "cve": "CVE-2023-22756", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22756" }, { "cve": "CVE-2023-22755", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22755" }, { "cve": "CVE-2023-22754", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22754" }, { "cve": "CVE-2023-22753", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22753" }, { "cve": "CVE-2023-22752", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22752" }, { "cve": "CVE-2023-22751", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22751" }, { "cve": "CVE-2023-22750", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22750" }, { "cve": "CVE-2023-22749", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22749" }, { "cve": "CVE-2023-22748", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22748" }, { "cve": "CVE-2023-22747", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22747" }, { "cve": "CVE-2021-3712", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2021-3712" } ] }
WID-SEC-W-2024-1186
Vulnerability from csaf_certbund
Published
2024-05-20 22:00
Modified
2024-05-20 22:00
Summary
IBM DB2 REST: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
IBM DB2 ist ein relationales Datenbanksystem (RDBS) von IBM.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM DB2 REST ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen.
Betroffene Betriebssysteme
- Linux
- UNIX
- Windows
{ "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": "IBM DB2 ist ein relationales Datenbanksystem (RDBS) von IBM.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM DB2 REST ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen.", "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-1186 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1186.json" }, { "category": "self", "summary": "WID-SEC-2024-1186 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1186" }, { "category": "external", "summary": "IBM Security Bulletin - 7154484 vom 2024-05-20", "url": "https://www.ibm.com/support/pages/node/7154484" } ], "source_lang": "en-US", "title": "IBM DB2 REST: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-05-20T22:00:00.000+00:00", "generator": { "date": "2024-08-15T18:09:11.315+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2024-1186", "initial_release_date": "2024-05-20T22:00:00.000+00:00", "revision_history": [ { "date": "2024-05-20T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "REST \u003c1.0.0.304-amd64", "product": { "name": "IBM DB2 REST \u003c1.0.0.304-amd64", "product_id": "T034928" } } ], "category": "product_name", "name": "DB2" } ], "category": "vendor", "name": "IBM" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-19126", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2019-19126" }, { "cve": "CVE-2020-10029", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2020-10029" }, { "cve": "CVE-2020-1751", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2020-1751" }, { "cve": "CVE-2020-1752", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2020-1752" }, { "cve": "CVE-2021-35942", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2021-35942" }, { "cve": "CVE-2021-3711", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2021-3711" }, { "cve": "CVE-2021-3712", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2021-3712" }, { "cve": "CVE-2021-3999", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2021-3999" }, { "cve": "CVE-2021-4160", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2021-4160" }, { "cve": "CVE-2022-0778", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2022-0778" }, { "cve": "CVE-2022-1292", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2022-1292" }, { "cve": "CVE-2022-2068", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2022-2068" }, { "cve": "CVE-2022-2097", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2022-2097" }, { "cve": "CVE-2023-48795", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2023-48795" } ] }
wid-sec-w-2024-1186
Vulnerability from csaf_certbund
Published
2024-05-20 22:00
Modified
2024-05-20 22:00
Summary
IBM DB2 REST: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
IBM DB2 ist ein relationales Datenbanksystem (RDBS) von IBM.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM DB2 REST ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen.
Betroffene Betriebssysteme
- Linux
- UNIX
- Windows
{ "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": "IBM DB2 ist ein relationales Datenbanksystem (RDBS) von IBM.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM DB2 REST ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen.", "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-1186 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1186.json" }, { "category": "self", "summary": "WID-SEC-2024-1186 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1186" }, { "category": "external", "summary": "IBM Security Bulletin - 7154484 vom 2024-05-20", "url": "https://www.ibm.com/support/pages/node/7154484" } ], "source_lang": "en-US", "title": "IBM DB2 REST: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-05-20T22:00:00.000+00:00", "generator": { "date": "2024-08-15T18:09:11.315+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2024-1186", "initial_release_date": "2024-05-20T22:00:00.000+00:00", "revision_history": [ { "date": "2024-05-20T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "REST \u003c1.0.0.304-amd64", "product": { "name": "IBM DB2 REST \u003c1.0.0.304-amd64", "product_id": "T034928" } } ], "category": "product_name", "name": "DB2" } ], "category": "vendor", "name": "IBM" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-19126", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2019-19126" }, { "cve": "CVE-2020-10029", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2020-10029" }, { "cve": "CVE-2020-1751", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2020-1751" }, { "cve": "CVE-2020-1752", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2020-1752" }, { "cve": "CVE-2021-35942", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2021-35942" }, { "cve": "CVE-2021-3711", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2021-3711" }, { "cve": "CVE-2021-3712", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2021-3712" }, { "cve": "CVE-2021-3999", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2021-3999" }, { "cve": "CVE-2021-4160", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2021-4160" }, { "cve": "CVE-2022-0778", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2022-0778" }, { "cve": "CVE-2022-1292", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2022-1292" }, { "cve": "CVE-2022-2068", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2022-2068" }, { "cve": "CVE-2022-2097", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2022-2097" }, { "cve": "CVE-2023-48795", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in IBM DB2 REST. Diese Fehler bestehen in den Komponenten GNU libc, OpenSSL und OpenSSH. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen oder einen Denial-of-Service-Zustand zu verursachen." } ], "release_date": "2024-05-20T22:00:00.000+00:00", "title": "CVE-2023-48795" } ] }
WID-SEC-W-2023-0530
Vulnerability from csaf_certbund
Published
2023-02-28 23:00
Modified
2023-02-28 23:00
Summary
Aruba ArubaOS: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
ArubaOS ist das Betriebssystem der Aruba Netzwerkprodukte.
Angriff
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Aruba ArubaOS ausnutzen, um seine Privilegien zu erhöhen, Code zur Ausführung zu bringen, einen Cross Site Scripting Angriff durchzuführen, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen.
Betroffene Betriebssysteme
- Sonstiges
{ "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": "ArubaOS ist das Betriebssystem der Aruba Netzwerkprodukte.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Aruba ArubaOS ausnutzen, um seine Privilegien zu erh\u00f6hen, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "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-0530 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0530.json" }, { "category": "self", "summary": "WID-SEC-2023-0530 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0530" }, { "category": "external", "summary": "Aruba Product Security Advisory vom 2023-02-28", "url": "https://www.arubanetworks.com/assets/alert/ARUBA-PSA-2023-002.txt" }, { "category": "external", "summary": "Aruba Product Security Advisory vom 2023-02-28", "url": "https://www.arubanetworks.com/security-advisory/arubaos-multiple-vulnerabilities-7/" } ], "source_lang": "en-US", "title": "Aruba ArubaOS: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-02-28T23:00:00.000+00:00", "generator": { "date": "2024-08-15T17:45:54.890+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-0530", "initial_release_date": "2023-02-28T23:00:00.000+00:00", "revision_history": [ { "date": "2023-02-28T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Aruba ArubaOS \u003c 10.3.1.1", "product": { "name": "Aruba ArubaOS \u003c 10.3.1.1", "product_id": "1241958", "product_identification_helper": { "cpe": "cpe:/o:arubanetworks:arubaos:10.3.1.1" } } }, { "category": "product_name", "name": "Aruba ArubaOS \u003c 8.10.0.5", "product": { "name": "Aruba ArubaOS \u003c 8.10.0.5", "product_id": "T026576", "product_identification_helper": { "cpe": "cpe:/o:arubanetworks:arubaos:8.10.0.5" } } }, { "category": "product_name", "name": "Aruba ArubaOS \u003c 8.11.0.0", "product": { "name": "Aruba ArubaOS \u003c 8.11.0.0", "product_id": "T026577", "product_identification_helper": { "cpe": "cpe:/o:arubanetworks:arubaos:8.11.0.0" } } } ], "category": "product_name", "name": "ArubaOS" } ], "category": "vendor", "name": "Aruba" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-22778", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22778" }, { "cve": "CVE-2023-22777", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22777" }, { "cve": "CVE-2023-22776", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22776" }, { "cve": "CVE-2023-22775", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22775" }, { "cve": "CVE-2023-22774", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22774" }, { "cve": "CVE-2023-22773", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22773" }, { "cve": "CVE-2023-22772", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22772" }, { "cve": "CVE-2023-22771", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22771" }, { "cve": "CVE-2023-22770", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22770" }, { "cve": "CVE-2023-22769", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22769" }, { "cve": "CVE-2023-22768", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22768" }, { "cve": "CVE-2023-22767", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22767" }, { "cve": "CVE-2023-22766", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22766" }, { "cve": "CVE-2023-22765", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22765" }, { "cve": "CVE-2023-22764", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22764" }, { "cve": "CVE-2023-22763", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22763" }, { "cve": "CVE-2023-22762", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22762" }, { "cve": "CVE-2023-22761", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22761" }, { "cve": "CVE-2023-22760", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22760" }, { "cve": "CVE-2023-22759", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22759" }, { "cve": "CVE-2023-22758", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22758" }, { "cve": "CVE-2023-22757", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22757" }, { "cve": "CVE-2023-22756", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22756" }, { "cve": "CVE-2023-22755", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22755" }, { "cve": "CVE-2023-22754", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22754" }, { "cve": "CVE-2023-22753", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22753" }, { "cve": "CVE-2023-22752", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22752" }, { "cve": "CVE-2023-22751", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22751" }, { "cve": "CVE-2023-22750", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22750" }, { "cve": "CVE-2023-22749", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22749" }, { "cve": "CVE-2023-22748", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22748" }, { "cve": "CVE-2023-22747", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2023-22747" }, { "cve": "CVE-2021-3712", "notes": [ { "category": "description", "text": "In Aruba ArubaOS existieren mehrere Schwachstellen. Die Ursachen sind ungen\u00fcgende Eingabe-\u00dcberpr\u00fcfungen, Puffer\u00fcberl\u00e4ufe, unsachgem\u00e4\u00dfe Sitzungssteuerung, unsachgem\u00e4\u00dfe Autorisierungs-Pr\u00fcfungen und Path-Traversals. Ein entfernter, anonymer oder authentisierter Angreifer kann diese Schwachstellen ausnutzen, um seine Rechte zu erweitern, Code zur Ausf\u00fchrung zu bringen, einen Cross Site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service zu verursachen." } ], "release_date": "2023-02-28T23:00:00.000+00:00", "title": "CVE-2021-3712" } ] }
wid-sec-w-2023-1030
Vulnerability from csaf_certbund
Published
2023-04-18 22:00
Modified
2023-04-18 22:00
Summary
Oracle Siebel CRM: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Siebel CRM ist eine CRM-Lösung von Oracle.
Angriff
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Siebel CRM ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Siebel CRM ist eine CRM-L\u00f6sung von Oracle.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Siebel CRM ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit 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-1030 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1030.json" }, { "category": "self", "summary": "WID-SEC-2023-1030 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1030" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - April 2023 - Appendix Oracle Siebel CRM vom 2023-04-18", "url": "https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixSECR" } ], "source_lang": "en-US", "title": "Oracle Siebel CRM: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-04-18T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:49:31.368+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-1030", "initial_release_date": "2023-04-18T22:00:00.000+00:00", "revision_history": [ { "date": "2023-04-18T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle Siebel CRM \u003c= 22.10", "product": { "name": "Oracle Siebel CRM \u003c= 22.10", "product_id": "T025891", "product_identification_helper": { "cpe": "cpe:/a:oracle:siebel_crm:22.10" } } }, { "category": "product_name", "name": "Oracle Siebel CRM \u003c= 23.2", "product": { "name": "Oracle Siebel CRM \u003c= 23.2", "product_id": "T027404", "product_identification_helper": { "cpe": "cpe:/a:oracle:siebel_crm:23.2" } } }, { "category": "product_name", "name": "Oracle Siebel CRM \u003c= 22.5", "product": { "name": "Oracle Siebel CRM \u003c= 22.5", "product_id": "T027405", "product_identification_helper": { "cpe": "cpe:/a:oracle:siebel_crm:22.5" } } }, { "category": "product_name", "name": "Oracle Siebel CRM \u003c= 23.3", "product": { "name": "Oracle Siebel CRM \u003c= 23.3", "product_id": "T027406", "product_identification_helper": { "cpe": "cpe:/a:oracle:siebel_crm:23.3" } } }, { "category": "product_name", "name": "Oracle Siebel CRM \u003c= 21.10", "product": { "name": "Oracle Siebel CRM \u003c= 21.10", "product_id": "T027407", "product_identification_helper": { "cpe": "cpe:/a:oracle:siebel_crm:21.10" } } } ], "category": "product_name", "name": "Siebel CRM" } ], "category": "vendor", "name": "Oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-21909", "notes": [ { "category": "description", "text": "In Oracle Siebel CRM existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion 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 \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T027407", "T027405", "T027406", "T027404", "T025891" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2023-21909" }, { "cve": "CVE-2022-42252", "notes": [ { "category": "description", "text": "In Oracle Siebel CRM existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion 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 \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T027407", "T027405", "T027406", "T027404", "T025891" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-42252" }, { "cve": "CVE-2022-42003", "notes": [ { "category": "description", "text": "In Oracle Siebel CRM existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion 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 \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T027407", "T027405", "T027406", "T027404", "T025891" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-42003" }, { "cve": "CVE-2021-37695", "notes": [ { "category": "description", "text": "In Oracle Siebel CRM existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion 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 \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T027407", "T027405", "T027406", "T027404", "T025891" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2021-37695" }, { "cve": "CVE-2021-3712", "notes": [ { "category": "description", "text": "In Oracle Siebel CRM existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion 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 \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T027407", "T027405", "T027406", "T027404", "T025891" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2021-3712" }, { "cve": "CVE-2020-7712", "notes": [ { "category": "description", "text": "In Oracle Siebel CRM existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion 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 \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T027407", "T027405", "T027406", "T027404", "T025891" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2020-7712" } ] }
WID-SEC-W-2022-0602
Vulnerability from csaf_certbund
Published
2022-07-06 22:00
Modified
2024-01-17 23:00
Summary
IBM Security Verify Access: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
IBM Security Verify Access, ehemals IBM Security Access Manager (ISAM), ist eine Zugriffsverwaltungslösung.
Angriff
Ein entfernter anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann mehrere Schwachstellen in IBM Security Verify Access ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuführen, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsmaßnahmen zu umgehen.
Betroffene Betriebssysteme
- Linux
- Sonstiges
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "IBM Security Verify Access, ehemals IBM Security Access Manager (ISAM), ist eine Zugriffsverwaltungsl\u00f6sung.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann mehrere Schwachstellen in IBM Security Verify Access ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- Sonstiges", "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-0602 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0602.json" }, { "category": "self", "summary": "WID-SEC-2022-0602 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0602" }, { "category": "external", "summary": "IBM Security Advisory vom 2022-07-06", "url": "https://www.ibm.com/support/pages/node/6601725" }, { "category": "external", "summary": "IBM Security Advisory vom 2022-07-06", "url": "https://www.ibm.com/support/pages/node/6601729" }, { "category": "external", "summary": "IBM Security Advisory vom 2022-07-06", "url": "https://www.ibm.com/support/pages/node/6601731" }, { "category": "external", "summary": "IBM Security Advisory vom 2022-07-06", "url": "https://www.ibm.com/support/pages/node/6601733" }, { "category": "external", "summary": "IBM Security Bulletin 7108821 vom 2024-01-17", "url": "https://www.ibm.com/support/pages/node/7108821" } ], "source_lang": "en-US", "title": "IBM Security Verify Access: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-01-17T23:00:00.000+00:00", "generator": { "date": "2024-08-15T17:31:17.762+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-0602", "initial_release_date": "2022-07-06T22:00:00.000+00:00", "revision_history": [ { "date": "2022-07-06T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-01-17T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von IBM aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "IBM Security Verify Access 10.0.0", "product": { "name": "IBM Security Verify Access 10.0.0", "product_id": "822913", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_verify_access:10.0.0" } } }, { "category": "product_name", "name": "IBM Security Verify Access Docker 10.0.0", "product": { "name": "IBM Security Verify Access Docker 10.0.0", "product_id": "T019827", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_verify_access:docker_container__10.0.2.0" } } }, { "category": "product_name", "name": "IBM Security Verify Access 10.0.0.0 - 10.0.6.1", "product": { "name": "IBM Security Verify Access 10.0.0.0 - 10.0.6.1", "product_id": "T031895", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_verify_access:10.0.0.0_-_10.0.6.1" } } } ], "category": "product_name", "name": "Security Verify Access" } ], "category": "vendor", "name": "IBM" } ] }, "vulnerabilities": [ { "cve": "CVE-2010-1323", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2010-1323" }, { "cve": "CVE-2010-1324", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2010-1324" }, { "cve": "CVE-2010-4020", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2010-4020" }, { "cve": "CVE-2010-4021", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2010-4021" }, { "cve": "CVE-2017-11692", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2017-11692" }, { "cve": "CVE-2018-20217", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2018-20217" }, { "cve": "CVE-2018-20573", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2018-20573" }, { "cve": "CVE-2018-20574", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2018-20574" }, { "cve": "CVE-2018-5730", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2018-5730" }, { "cve": "CVE-2019-6285", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2019-6285" }, { "cve": "CVE-2020-28196", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2020-28196" }, { "cve": "CVE-2021-23840", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2021-23840" }, { "cve": "CVE-2021-23841", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2021-23841" }, { "cve": "CVE-2021-3712", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2021-3712" }, { "cve": "CVE-2022-22370", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2022-22370" }, { "cve": "CVE-2022-22463", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2022-22463" }, { "cve": "CVE-2022-22464", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2022-22464" }, { "cve": "CVE-2022-22465", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2022-22465" }, { "cve": "CVE-2022-23308", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2022-23308" } ] }
wid-sec-w-2022-0602
Vulnerability from csaf_certbund
Published
2022-07-06 22:00
Modified
2024-01-17 23:00
Summary
IBM Security Verify Access: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
IBM Security Verify Access, ehemals IBM Security Access Manager (ISAM), ist eine Zugriffsverwaltungslösung.
Angriff
Ein entfernter anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann mehrere Schwachstellen in IBM Security Verify Access ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuführen, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsmaßnahmen zu umgehen.
Betroffene Betriebssysteme
- Linux
- Sonstiges
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "IBM Security Verify Access, ehemals IBM Security Access Manager (ISAM), ist eine Zugriffsverwaltungsl\u00f6sung.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann mehrere Schwachstellen in IBM Security Verify Access ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- Sonstiges", "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-0602 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0602.json" }, { "category": "self", "summary": "WID-SEC-2022-0602 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0602" }, { "category": "external", "summary": "IBM Security Advisory vom 2022-07-06", "url": "https://www.ibm.com/support/pages/node/6601725" }, { "category": "external", "summary": "IBM Security Advisory vom 2022-07-06", "url": "https://www.ibm.com/support/pages/node/6601729" }, { "category": "external", "summary": "IBM Security Advisory vom 2022-07-06", "url": "https://www.ibm.com/support/pages/node/6601731" }, { "category": "external", "summary": "IBM Security Advisory vom 2022-07-06", "url": "https://www.ibm.com/support/pages/node/6601733" }, { "category": "external", "summary": "IBM Security Bulletin 7108821 vom 2024-01-17", "url": "https://www.ibm.com/support/pages/node/7108821" } ], "source_lang": "en-US", "title": "IBM Security Verify Access: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-01-17T23:00:00.000+00:00", "generator": { "date": "2024-08-15T17:31:17.762+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2022-0602", "initial_release_date": "2022-07-06T22:00:00.000+00:00", "revision_history": [ { "date": "2022-07-06T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-01-17T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von IBM aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "IBM Security Verify Access 10.0.0", "product": { "name": "IBM Security Verify Access 10.0.0", "product_id": "822913", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_verify_access:10.0.0" } } }, { "category": "product_name", "name": "IBM Security Verify Access Docker 10.0.0", "product": { "name": "IBM Security Verify Access Docker 10.0.0", "product_id": "T019827", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_verify_access:docker_container__10.0.2.0" } } }, { "category": "product_name", "name": "IBM Security Verify Access 10.0.0.0 - 10.0.6.1", "product": { "name": "IBM Security Verify Access 10.0.0.0 - 10.0.6.1", "product_id": "T031895", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_verify_access:10.0.0.0_-_10.0.6.1" } } } ], "category": "product_name", "name": "Security Verify Access" } ], "category": "vendor", "name": "IBM" } ] }, "vulnerabilities": [ { "cve": "CVE-2010-1323", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2010-1323" }, { "cve": "CVE-2010-1324", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2010-1324" }, { "cve": "CVE-2010-4020", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2010-4020" }, { "cve": "CVE-2010-4021", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2010-4021" }, { "cve": "CVE-2017-11692", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2017-11692" }, { "cve": "CVE-2018-20217", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2018-20217" }, { "cve": "CVE-2018-20573", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2018-20573" }, { "cve": "CVE-2018-20574", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2018-20574" }, { "cve": "CVE-2018-5730", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2018-5730" }, { "cve": "CVE-2019-6285", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2019-6285" }, { "cve": "CVE-2020-28196", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2020-28196" }, { "cve": "CVE-2021-23840", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2021-23840" }, { "cve": "CVE-2021-23841", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2021-23841" }, { "cve": "CVE-2021-3712", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2021-3712" }, { "cve": "CVE-2022-22370", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2022-22370" }, { "cve": "CVE-2022-22463", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2022-22463" }, { "cve": "CVE-2022-22464", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2022-22464" }, { "cve": "CVE-2022-22465", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2022-22465" }, { "cve": "CVE-2022-23308", "notes": [ { "category": "description", "text": "In IBM Security Verify Access existieren mehrere Schwachstellen. Neben dem Programm sind auch die folgenden Komponenten betroffen: Manager Appliance, libxml2, OpenSSL, yaml-cpp, MIT Kerberos, MIT krb5 und FasterXML jackson-databind. Ein entfernter, anonymer, authentisierter oder lokaler Angreifer oder ein Angreifer aus dem angrenzenden Netzwerk kann diese Schwachstellen ausnutzen, um einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern, Informationen zu manipulieren, einen Denial-of-Service-Zustand zu verursachen und Sicherheitsma\u00dfnahmen zu umgehen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion und erh\u00f6hte Rechte." } ], "product_status": { "known_affected": [ "T031895", "822913", "T019827" ] }, "release_date": "2022-07-06T22:00:00.000+00:00", "title": "CVE-2022-23308" } ] }
WID-SEC-W-2024-0794
Vulnerability from csaf_certbund
Published
2024-04-04 22:00
Modified
2024-11-27 23:00
Summary
Dell ECS: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Dell ECS ist ein Objektspeichersystem.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Dell ECS ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuführen, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuführen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuführen.
Betroffene Betriebssysteme
- Linux
- UNIX
- Windows
{ "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-2022-0400
Vulnerability from csaf_certbund
Published
2021-08-24 22:00
Modified
2024-11-25 23:00
Summary
OpenSSL: Mehrere Schwachstellen ermöglichen Denial of Service
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
OpenSSL ist eine im Quelltext frei verfügbare Bibliothek, die Secure Sockets Layer (SSL) und Transport Layer Security (TLS) implementiert.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in OpenSSL ausnutzen, um einen Denial of Service Angriff durchzuführen oder Informationen offenzulegen.
Betroffene Betriebssysteme
- Appliance
- F5 Networks
- Hardware Appliance
- Linux
- MacOS X
- NetApp Appliance
- Sonstiges
- UNIX
- Windows
{ "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": "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 mehrere Schwachstellen in OpenSSL ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren oder Informationen offenzulegen.", "title": "Angriff" }, { "category": "general", "text": "- Appliance\n- F5 Networks\n- Hardware Appliance\n- Linux\n- MacOS X\n- NetApp Appliance\n- Sonstiges\n- UNIX\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-0400 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2022-0400.json" }, { "category": "self", "summary": "WID-SEC-2022-0400 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0400" }, { "category": "external", "summary": "OpenSSL Security Advisory vom 2021-08-24", "url": "https://www.openssl.org/news/secadv/20210824.txt" }, { "category": "external", "summary": "Debian Security Advisory vom 2021-08-24", "url": "https://www.debian.org/security/2021/dsa-4963" }, { "category": "external", "summary": "Ubuntu Security Notice vom 2021-08-24", "url": "https://ubuntu.com/security/notices/USN-5051-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2825-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009342.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2830-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009341.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2831-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009340.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:14791-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009339.html" }, { "category": "external", "summary": "FreeBSD Security Advisory FREEBSD-SA-21:16.OPENSSL vom 2021-08-24", "url": "https://security.FreeBSD.org/advisories/FreeBSD-SA-21:16.openssl.asc" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2833-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009346.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2826-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009345.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2827-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009344.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2829-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009343.html" }, { "category": "external", "summary": "FreeBSD Security Advisory FREEBSD-SA-21:16.OPENSSL vom 2021-08-24", "url": "https://www.freebsd.org/security/advisories/FreeBSD-SA-21:16.openssl.asc" }, { "category": "external", "summary": "Synology Security Advisory SYNOLOGY-SA-21:24 vom 2021-08-26", "url": "https://www.synology.com/en-global/support/security/Synology_SA_21_24" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5051-2 vom 2021-08-26", "url": "https://ubuntu.com/security/notices/USN-5051-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5051-3 vom 2021-08-26", "url": "https://ubuntu.com/security/notices/USN-5051-3" }, { "category": "external", "summary": "NetApp Security Advisory NTAP-20210827-0010 vom 2021-08-27", "url": "https://security.netapp.com/advisory/ntap-20210827-0010/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2852-1 vom 2021-08-27", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009363.html" }, { "category": "external", "summary": "QNAP Security Advisory QSA-21-39 vom 2021-08-30", "url": "https://www.qnap.com/de-de/security-advisory/QSA-21-39" }, { "category": "external", "summary": "QNAP Security Advisory QSA-21-40 vom 2021-08-30", "url": "https://www.qnap.com/de-de/security-advisory/QSA-21-40" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5051-4 vom 2021-09-01", "url": "https://ubuntu.com/security/notices/USN-5051-4" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2966-1 vom 2021-09-07", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009420.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2967-1 vom 2021-09-07", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009418.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2968-1 vom 2021-09-07", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009417.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2996-1 vom 2021-09-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009425.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2995-1 vom 2021-09-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009423.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2994-1 vom 2021-09-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009429.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:3019-1 vom 2021-09-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009433.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2021-1721 vom 2021-11-04", "url": "https://alas.aws.amazon.com/AL2/ALAS-2021-1721.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:14801-1 vom 2021-09-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009466.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:14802-1 vom 2021-09-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009465.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:3144-1 vom 2021-09-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009467.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2966-2 vom 2021-09-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009478.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5088-1 vom 2021-09-23", "url": "https://ubuntu.com/security/notices/USN-5088-1" }, { "category": "external", "summary": "F5 Security Advisory K19559038 vom 2021-10-01", "url": "https://support.f5.com/csp/article/K19559038" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2021-1541 vom 2021-10-05", "url": "https://alas.aws.amazon.com/ALAS-2021-1541.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2021-1714 vom 2021-10-07", "url": "https://alas.aws.amazon.com/AL2/ALAS-2021-1714.html" }, { "category": "external", "summary": "HPE Security Bulletin HPESBNS04202 vom 2021-10-07", "url": "https://support.hpe.com/hpesc/public/docDisplay?docId=hpesbns04202en_us" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4614 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4614" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4613 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4613" }, { "category": "external", "summary": "Meinberg Security Advisory MBGSA-2021.03 vom 2021-11-15", "url": "https://www.meinberg.de/german/news/meinberg-security-advisory-mbgsa-2021-03-meinberg-lantime-firmware-v7-04-008-und-v6-24-029.htm" }, { "category": "external", "summary": "IBM Security Bulletin 6526078 vom 2021-12-15", "url": "https://www.ibm.com/blogs/psirt/security-bulletin-vulnerabilities-in-openssl-affect-ibm-integration-bus-cve-2021-3712/" }, { "category": "external", "summary": "HPE Security Bulletin", "url": "https://support.hpe.com/hpesc/public/docDisplay?elq_mid=17739\u0026elq_cid=67018031\u0026docId=hpesbhf04211en_us" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:5226 vom 2021-12-21", "url": "https://access.redhat.com/errata/RHSA-2021:5226" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-5226 vom 2021-12-22", "url": "http://linux.oracle.com/errata/ELSA-2021-5226.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-9632 vom 2021-12-23", "url": "https://linux.oracle.com/errata/ELSA-2021-9632.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0015 vom 2022-01-04", "url": "https://access.redhat.com/errata/RHSA-2022:0015" }, { "category": "external", "summary": "Tenable Security Advisory TNS-2022-02 vom 2022-01-06", "url": "https://de.tenable.com/security/tns-2022-02" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0034 vom 2022-01-05", "url": "https://access.redhat.com/errata/RHSA-2022:0034" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0043 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0043" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0042 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0042" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0044 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0044" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0047 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0047" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0064 vom 2022-01-11", "url": "https://access.redhat.com/errata/RHSA-2022:0064" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-0064 vom 2022-01-12", "url": "http://linux.oracle.com/errata/ELSA-2022-0064.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-9017 vom 2022-01-13", "url": "https://linux.oracle.com/errata/ELSA-2022-9017.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-9023 vom 2022-01-14", "url": "https://linux.oracle.com/errata/ELSA-2022-9023.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0163 vom 2022-01-18", "url": "https://access.redhat.com/errata/RHSA-2022:0163" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2022-004 vom 2022-01-19", "url": "https://downloads.avaya.com/css/P8/documents/101079950" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0318 vom 2022-01-27", "url": "https://access.redhat.com/errata/RHSA-2022:0318" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:2134-1 vom 2022-06-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011316.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0434 vom 2022-02-04", "url": "https://access.redhat.com/errata/RHSA-2022:0434" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0431 vom 2022-02-03", "url": "https://access.redhat.com/errata/RHSA-2022:0431" }, { "category": "external", "summary": "SIEMENS Security Advisory SSA-244969 vom 2022-02-08", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-244969.pdf" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0476 vom 2022-02-09", "url": "https://access.redhat.com/errata/RHSA-2022:0476" }, { "category": "external", "summary": "HPE Security Bulletin", "url": "https://support.hpe.com/hpesc/public/docDisplay?elq_mid=17739\u0026elq_cid=67018031\u0026docId=hpesbhf04251en_us" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2022-002 vom 2022-02-03", "url": "https://downloads.avaya.com/css/P8/documents/101080403" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:0751-1 vom 2022-03-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010387.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0856 vom 2022-03-14", "url": "https://access.redhat.com/errata/RHSA-2022:0856" }, { "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-9225 vom 2022-03-18", "url": "https://linux.oracle.com/errata/ELSA-2022-9225.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1051 vom 2022-03-24", "url": "https://access.redhat.com/errata/RHSA-2022:1051" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0577 vom 2022-03-28", "url": "https://access.redhat.com/errata/RHSA-2022:0577" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:1396-1 vom 2022-04-25", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-April/010822.html" }, { "category": "external", "summary": "Tenable Security Advisory TNS-2022-10 vom 2022-05-10", "url": "http://www.auscert.org.au/bulletins/ESB-2022.2191" }, { "category": "external", "summary": "Tenable Security Advisory TNS-2022-10 vom 2022-05-10 vom 2022-05-09", "url": "https://www.tenable.com/security/tns-2022-10" }, { "category": "external", "summary": "HPE SECURITY BULLETIN HPESBST04367 rev.1 vom 2022-09-21", "url": "https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-hpesbst04367en_us" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202210-02 vom 2022-10-16", "url": "https://security.gentoo.org/glsa/202210-02" }, { "category": "external", "summary": "Trellix Knowledge Center", "url": "https://kcm.trellix.com/corporate/index?page=content\u0026id=SB10366" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:4428-1 vom 2022-12-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-December/013218.html" }, { "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 Cybersecurity Advisory vom 2023-04-25", "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-23-143-02" }, { "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 7108821 vom 2024-01-17", "url": "https://www.ibm.com/support/pages/node/7108821" }, { "category": "external", "summary": "Hitachi Energy Cybersecurity Advisory vom 2023-08-29", "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153-CSAF\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "external", "summary": "F5 Security Advisory K19559038 vom 2023-10-12", "url": "https://my.f5.com/manage/s/article/K19559038" }, { "category": "external", "summary": "IBM Security Bulletin 7063708 vom 2023-10-31", "url": "https://www.ibm.com/support/pages/node/7063708" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0191-1 vom 2024-01-23", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017744.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-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-13024 vom 2023-12-07", "url": "https://linux.oracle.com/errata/ELSA-2023-13024.html" }, { "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-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": "Dell Security Advisory DSA-2024-250 vom 2024-06-27", "url": "https://www.dell.com/support/kbdoc/de-de/000226426/dsa-2024-250-security-update-for-dell-avamar-dell-integrated-data-protection-appliance-idpa-security-update-for-multiple-vulnerabilities" }, { "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: Mehrere Schwachstellen erm\u00f6glichen Denial of Service", "tracking": { "current_release_date": "2024-11-25T23:00:00.000+00:00", "generator": { "date": "2024-11-26T09:24:50.861+00:00", "engine": { "name": "BSI-WID", "version": "1.3.8" } }, "id": "WID-SEC-W-2022-0400", "initial_release_date": "2021-08-24T22:00:00.000+00:00", "revision_history": [ { "date": "2021-08-24T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2021-08-25T22:00:00.000+00:00", "number": "2", "summary": "Neue Informationen von Synology aufgenommen" }, { "date": "2021-08-26T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2021-08-29T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-09-01T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2021-09-07T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-09-09T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-09-13T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-09-19T22: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 SUSE aufgenommen" }, { "date": "2021-09-21T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-09-23T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2021-10-03T22:00:00.000+00:00", "number": "13", "summary": "Neue Informationen von F5 aufgenommen" }, { "date": "2021-10-04T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2021-10-06T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2021-10-07T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von HP aufgenommen" }, { "date": "2021-11-04T23:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2021-11-10T23:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-11-14T23:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Meinberg aufgenommen" }, { "date": "2021-12-14T23:00:00.000+00:00", "number": "20", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2021-12-15T23:00:00.000+00:00", "number": "21", "summary": "Neue Updates von HP aufgenommen" }, { "date": "2021-12-21T23:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" }, { "date": "2021-12-23T23:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-01-04T23:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-05T23:00:00.000+00:00", "number": "25", "summary": "Neue Updates von Tenable und Red Hat aufgenommen" }, { "date": "2022-01-09T23:00:00.000+00:00", "number": "26", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-10T23:00:00.000+00:00", "number": "27", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-11T23:00:00.000+00:00", "number": "28", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" }, { "date": "2022-01-12T23:00:00.000+00:00", "number": "29", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-01-13T23:00:00.000+00:00", "number": "30", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-01-18T23:00:00.000+00:00", "number": "31", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-27T23:00:00.000+00:00", "number": "32", "summary": "Neue Updates von AVAYA und Red Hat aufgenommen" }, { "date": "2022-02-03T23:00:00.000+00:00", "number": "33", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-02-07T23:00:00.000+00:00", "number": "34", "summary": "Neue Updates von Siemens aufgenommen" }, { "date": "2022-02-08T23:00:00.000+00:00", "number": "35", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-02-17T23:00:00.000+00:00", "number": "36", "summary": "Neue Updates von HP aufgenommen" }, { "date": "2022-03-02T23:00:00.000+00:00", "number": "37", "summary": "Neue Updates von AVAYA aufgenommen" }, { "date": "2022-03-08T23:00:00.000+00:00", "number": "38", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-03-14T23:00:00.000+00:00", "number": "39", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-03-20T23:00:00.000+00:00", "number": "40", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-03-24T23:00:00.000+00:00", "number": "41", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-03-28T22:00:00.000+00:00", "number": "42", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-04-25T22:00:00.000+00:00", "number": "43", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-05-09T22:00:00.000+00:00", "number": "44", "summary": "Neue Updates von Tenable aufgenommen" }, { "date": "2022-05-22T22:00:00.000+00:00", "number": "45", "summary": "Neue Updates von HP aufgenommen" }, { "date": "2022-06-20T22:00:00.000+00:00", "number": "46", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-09-20T22:00:00.000+00:00", "number": "47", "summary": "Neue Updates von HP aufgenommen" }, { "date": "2022-10-16T22:00:00.000+00:00", "number": "48", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2022-10-30T23:00:00.000+00:00", "number": "49", "summary": "Neue Updates aufgenommen" }, { "date": "2022-12-12T23:00:00.000+00:00", "number": "50", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-05-23T22:00:00.000+00:00", "number": "51", "summary": "Neue Updates aufgenommen" }, { "date": "2023-07-17T22:00:00.000+00:00", "number": "52", "summary": "Neue Updates von HITACHI aufgenommen" }, { "date": "2023-07-18T22:00:00.000+00:00", "number": "53", "summary": "Hitachi Produkte erg\u00e4nzt." }, { "date": "2023-08-28T22:00:00.000+00:00", "number": "54", "summary": "Neue Updates aufgenommen" }, { "date": "2023-10-11T22:00:00.000+00:00", "number": "55", "summary": "Neue Updates aufgenommen" }, { "date": "2023-10-31T23:00:00.000+00:00", "number": "56", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-12-07T23:00:00.000+00:00", "number": "57", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-01-17T23:00:00.000+00:00", "number": "58", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-01-23T23:00:00.000+00:00", "number": "59", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-01-25T23:00:00.000+00:00", "number": "60", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-03-18T23:00:00.000+00:00", "number": "61", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-06-03T22:00:00.000+00:00", "number": "62", "summary": "Neue Updates aufgenommen" }, { "date": "2024-06-04T22:00:00.000+00:00", "number": "63", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-06-26T22:00:00.000+00:00", "number": "64", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-11-25T23:00:00.000+00:00", "number": "65", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "65" } }, "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 Experience Portal", "product": { "name": "Avaya Aura Experience Portal", "product_id": "T015519", "product_identification_helper": { "cpe": "cpe:/a:avaya:aura_experience_portal:-" } } }, { "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": "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 Avamar", "product": { "name": "EMC Avamar", "product_id": "T014381", "product_identification_helper": { "cpe": "cpe:/a:emc:avamar:-" } } } ], "category": "vendor", "name": "EMC" }, { "branches": [ { "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": "product_version_range", "name": "\u003c16.1.3.1", "product": { "name": "F5 BIG-IP \u003c16.1.3.1", "product_id": "T025082" } }, { "category": "product_version", "name": "16.1.3.1", "product": { "name": "F5 BIG-IP 16.1.3.1", "product_id": "T025082-fixed", "product_identification_helper": { "cpe": "cpe:/a:f5:big-ip:16.1.3.1" } } }, { "category": "product_version_range", "name": "\u003c15.1.6.1", "product": { "name": "F5 BIG-IP \u003c15.1.6.1", "product_id": "T025089" } }, { "category": "product_version", "name": "15.1.6.1", "product": { "name": "F5 BIG-IP 15.1.6.1", "product_id": "T025089-fixed", "product_identification_helper": { "cpe": "cpe:/a:f5:big-ip:15.1.6.1" } } }, { "category": "product_version_range", "name": "\u003c17.0.0", "product": { "name": "F5 BIG-IP \u003c17.0.0", "product_id": "T025350" } }, { "category": "product_version", "name": "17.0.0", "product": { "name": "F5 BIG-IP 17.0.0", "product_id": "T025350-fixed", "product_identification_helper": { "cpe": "cpe:/a:f5:big-ip:17.0.0" } } } ], "category": "product_name", "name": "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": "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 HP-UX", "product": { "name": "HPE HP-UX", "product_id": "4871", "product_identification_helper": { "cpe": "cpe:/o:hp:hp-ux:-" } } }, { "category": "product_name", "name": "HPE NonStop Server", "product": { "name": "HPE NonStop Server", "product_id": "4918", "product_identification_helper": { "cpe": "cpe:/h:hp:nonstop_server:-" } } } ], "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": [ { "category": "product_name", "name": "Hitachi Energy RTU500", "product": { "name": "Hitachi Energy RTU500", "product_id": "T027844", "product_identification_helper": { "cpe": "cpe:/h:abb:rtu500:-" } } } ], "category": "vendor", "name": "Hitachi Energy" }, { "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" }, { "branches": [ { "category": "product_version", "name": "10.0.0.0-10.0.6.1", "product": { "name": "IBM Security Verify Access 10.0.0.0-10.0.6.1", "product_id": "T031895", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_verify_access:10.0.0.0_-_10.0.6.1" } } } ], "category": "product_name", "name": "Security Verify Access" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c7.04.008", "product": { "name": "Meinberg LANTIME \u003c7.04.008", "product_id": "T021044" } }, { "category": "product_version", "name": "7.04.008", "product": { "name": "Meinberg LANTIME 7.04.008", "product_id": "T021044-fixed", "product_identification_helper": { "cpe": "cpe:/h:meinberg:lantime:7.04.008" } } }, { "category": "product_version_range", "name": "\u003c6.24.029", "product": { "name": "Meinberg LANTIME \u003c6.24.029", "product_id": "T021045" } }, { "category": "product_version", "name": "6.24.029", "product": { "name": "Meinberg LANTIME 6.24.029", "product_id": "T021045-fixed", "product_identification_helper": { "cpe": "cpe:/h:meinberg:lantime:6.24.029" } } } ], "category": "product_name", "name": "LANTIME" } ], "category": "vendor", "name": "Meinberg" }, { "branches": [ { "category": "product_name", "name": "NetApp Data ONTAP", "product": { "name": "NetApp Data ONTAP", "product_id": "7654", "product_identification_helper": { "cpe": "cpe:/a:netapp:data_ontap:-" } } } ], "category": "vendor", "name": "NetApp" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c1.1.1", "product": { "name": "Open Source OpenSSL \u003c1.1.1", "product_id": "402226" } }, { "category": "product_version", "name": "1.1.1", "product": { "name": "Open Source OpenSSL 1.1.1", "product_id": "402226-fixed", "product_identification_helper": { "cpe": "cpe:/a:openssl:openssl:1.1.1" } } }, { "category": "product_version_range", "name": "\u003c1.1.1l", "product": { "name": "Open Source OpenSSL \u003c1.1.1l", "product_id": "T020216" } }, { "category": "product_version", "name": "1.1.1l", "product": { "name": "Open Source OpenSSL 1.1.1l", "product_id": "T020216-fixed", "product_identification_helper": { "cpe": "cpe:/a:openssl:openssl:1.1.1l" } } } ], "category": "product_name", "name": "OpenSSL" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "QNAP NAS", "product": { "name": "QNAP NAS", "product_id": "T017100", "product_identification_helper": { "cpe": "cpe:/h:qnap:nas:-" } } } ], "category": "vendor", "name": "QNAP" }, { "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", "name": "1200", "product": { "name": "Siemens SIMATIC S7 1200", "product_id": "T019435", "product_identification_helper": { "cpe": "cpe:/h:siemens:simatic_s7:1200" } } } ], "category": "product_name", "name": "SIMATIC S7" } ], "category": "vendor", "name": "Siemens" }, { "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": [ { "category": "product_name", "name": "Synology DiskStation Manager", "product": { "name": "Synology DiskStation Manager", "product_id": "450918", "product_identification_helper": { "cpe": "cpe:/a:synology:diskstation_manager:-" } } } ], "category": "vendor", "name": "Synology" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Tenable Security Nessus Network Monitor", "product": { "name": "Tenable Security Nessus Network Monitor", "product_id": "T016632", "product_identification_helper": { "cpe": "cpe:/a:tenable:nessus_network_monitor:-" } } }, { "category": "product_version_range", "name": "\u003c6.0.1", "product": { "name": "Tenable Security Nessus Network Monitor \u003c6.0.1", "product_id": "T023141" } }, { "category": "product_version", "name": "6.0.1", "product": { "name": "Tenable Security Nessus Network Monitor 6.0.1", "product_id": "T023141-fixed", "product_identification_helper": { "cpe": "cpe:/a:tenable:nessus_network_monitor:6.0.1" } } } ], "category": "product_name", "name": "Nessus Network Monitor" } ], "category": "vendor", "name": "Tenable Security" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c5.10 CU 11", "product": { "name": "Trellix ePolicy Orchestrator \u003c5.10 CU 11", "product_id": "T024888" } }, { "category": "product_version", "name": "5.10 CU 11", "product": { "name": "Trellix ePolicy Orchestrator 5.10 CU 11", "product_id": "T024888-fixed", "product_identification_helper": { "cpe": "cpe:/a:trellix:epolicy_orchestrator:5.10_update_14" } } } ], "category": "product_name", "name": "ePolicy Orchestrator" } ], "category": "vendor", "name": "Trellix" }, { "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-2021-3711", "notes": [ { "category": "description", "text": "In OpenSSL existieren mehrere Schwachstellen. Die Schwachstellen treten bei der Verarbeitung von ASN.1-Strings und dem Entschl\u00fcsseln von SM2-Daten auf. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren oder Informationen offenzulegen." } ], "product_status": { "known_affected": [ "T025350", "T031895", "67646", "4035", "4871", "T010951", "T030689", "T015127", "T015126", "T016632", "T004914", "450918", "T019435", "T020304", "T024888", "T001663", "398363", "T015519", "T015518", "T035149", "T015516", "T025082", "7654", "T012167", "T032354", "T016243", "T017100", "T017562", "T019403", "T014381", "4918", "2951", "T002207", "T000126", "T020216", "402226", "T027844", "T021045", "T023141", "T021044", "T025089" ] }, "release_date": "2021-08-24T22:00:00.000+00:00", "title": "CVE-2021-3711" }, { "cve": "CVE-2021-3712", "notes": [ { "category": "description", "text": "In OpenSSL existieren mehrere Schwachstellen. Die Schwachstellen treten bei der Verarbeitung von ASN.1-Strings und dem Entschl\u00fcsseln von SM2-Daten auf. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren oder Informationen offenzulegen." } ], "product_status": { "known_affected": [ "T025350", "T031895", "67646", "4035", "4871", "T010951", "T030689", "T015127", "T015126", "T016632", "T004914", "450918", "T019435", "T020304", "T024888", "T001663", "398363", "T015519", "T015518", "T035149", "T015516", "T025082", "7654", "T012167", "T032354", "T016243", "T017100", "T017562", "T019403", "T014381", "4918", "2951", "T002207", "T000126", "T020216", "402226", "T027844", "T021045", "T023141", "T021044", "T025089" ] }, "release_date": "2021-08-24T22:00:00.000+00:00", "title": "CVE-2021-3712" } ] }
WID-SEC-W-2023-1030
Vulnerability from csaf_certbund
Published
2023-04-18 22:00
Modified
2023-04-18 22:00
Summary
Oracle Siebel CRM: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Siebel CRM ist eine CRM-Lösung von Oracle.
Angriff
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Siebel CRM ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Siebel CRM ist eine CRM-L\u00f6sung von Oracle.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Siebel CRM ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit 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-1030 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1030.json" }, { "category": "self", "summary": "WID-SEC-2023-1030 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1030" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - April 2023 - Appendix Oracle Siebel CRM vom 2023-04-18", "url": "https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixSECR" } ], "source_lang": "en-US", "title": "Oracle Siebel CRM: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-04-18T22:00:00.000+00:00", "generator": { "date": "2024-08-15T17:49:31.368+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-1030", "initial_release_date": "2023-04-18T22:00:00.000+00:00", "revision_history": [ { "date": "2023-04-18T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle Siebel CRM \u003c= 22.10", "product": { "name": "Oracle Siebel CRM \u003c= 22.10", "product_id": "T025891", "product_identification_helper": { "cpe": "cpe:/a:oracle:siebel_crm:22.10" } } }, { "category": "product_name", "name": "Oracle Siebel CRM \u003c= 23.2", "product": { "name": "Oracle Siebel CRM \u003c= 23.2", "product_id": "T027404", "product_identification_helper": { "cpe": "cpe:/a:oracle:siebel_crm:23.2" } } }, { "category": "product_name", "name": "Oracle Siebel CRM \u003c= 22.5", "product": { "name": "Oracle Siebel CRM \u003c= 22.5", "product_id": "T027405", "product_identification_helper": { "cpe": "cpe:/a:oracle:siebel_crm:22.5" } } }, { "category": "product_name", "name": "Oracle Siebel CRM \u003c= 23.3", "product": { "name": "Oracle Siebel CRM \u003c= 23.3", "product_id": "T027406", "product_identification_helper": { "cpe": "cpe:/a:oracle:siebel_crm:23.3" } } }, { "category": "product_name", "name": "Oracle Siebel CRM \u003c= 21.10", "product": { "name": "Oracle Siebel CRM \u003c= 21.10", "product_id": "T027407", "product_identification_helper": { "cpe": "cpe:/a:oracle:siebel_crm:21.10" } } } ], "category": "product_name", "name": "Siebel CRM" } ], "category": "vendor", "name": "Oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-21909", "notes": [ { "category": "description", "text": "In Oracle Siebel CRM existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion 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 \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T027407", "T027405", "T027406", "T027404", "T025891" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2023-21909" }, { "cve": "CVE-2022-42252", "notes": [ { "category": "description", "text": "In Oracle Siebel CRM existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion 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 \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T027407", "T027405", "T027406", "T027404", "T025891" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-42252" }, { "cve": "CVE-2022-42003", "notes": [ { "category": "description", "text": "In Oracle Siebel CRM existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion 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 \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T027407", "T027405", "T027406", "T027404", "T025891" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2022-42003" }, { "cve": "CVE-2021-37695", "notes": [ { "category": "description", "text": "In Oracle Siebel CRM existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion 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 \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T027407", "T027405", "T027406", "T027404", "T025891" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2021-37695" }, { "cve": "CVE-2021-3712", "notes": [ { "category": "description", "text": "In Oracle Siebel CRM existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion 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 \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T027407", "T027405", "T027406", "T027404", "T025891" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2021-3712" }, { "cve": "CVE-2020-7712", "notes": [ { "category": "description", "text": "In Oracle Siebel CRM existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion 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 \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "last_affected": [ "T027407", "T027405", "T027406", "T027404", "T025891" ] }, "release_date": "2023-04-18T22:00:00.000+00:00", "title": "CVE-2020-7712" } ] }
wid-sec-w-2022-0400
Vulnerability from csaf_certbund
Published
2021-08-24 22:00
Modified
2024-11-25 23:00
Summary
OpenSSL: Mehrere Schwachstellen ermöglichen Denial of Service
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
OpenSSL ist eine im Quelltext frei verfügbare Bibliothek, die Secure Sockets Layer (SSL) und Transport Layer Security (TLS) implementiert.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in OpenSSL ausnutzen, um einen Denial of Service Angriff durchzuführen oder Informationen offenzulegen.
Betroffene Betriebssysteme
- Appliance
- F5 Networks
- Hardware Appliance
- Linux
- MacOS X
- NetApp Appliance
- Sonstiges
- UNIX
- Windows
{ "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": "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 mehrere Schwachstellen in OpenSSL ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren oder Informationen offenzulegen.", "title": "Angriff" }, { "category": "general", "text": "- Appliance\n- F5 Networks\n- Hardware Appliance\n- Linux\n- MacOS X\n- NetApp Appliance\n- Sonstiges\n- UNIX\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-0400 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2022-0400.json" }, { "category": "self", "summary": "WID-SEC-2022-0400 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0400" }, { "category": "external", "summary": "OpenSSL Security Advisory vom 2021-08-24", "url": "https://www.openssl.org/news/secadv/20210824.txt" }, { "category": "external", "summary": "Debian Security Advisory vom 2021-08-24", "url": "https://www.debian.org/security/2021/dsa-4963" }, { "category": "external", "summary": "Ubuntu Security Notice vom 2021-08-24", "url": "https://ubuntu.com/security/notices/USN-5051-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2825-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009342.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2830-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009341.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2831-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009340.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:14791-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009339.html" }, { "category": "external", "summary": "FreeBSD Security Advisory FREEBSD-SA-21:16.OPENSSL vom 2021-08-24", "url": "https://security.FreeBSD.org/advisories/FreeBSD-SA-21:16.openssl.asc" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2833-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009346.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2826-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009345.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2827-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009344.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2829-1 vom 2021-08-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009343.html" }, { "category": "external", "summary": "FreeBSD Security Advisory FREEBSD-SA-21:16.OPENSSL vom 2021-08-24", "url": "https://www.freebsd.org/security/advisories/FreeBSD-SA-21:16.openssl.asc" }, { "category": "external", "summary": "Synology Security Advisory SYNOLOGY-SA-21:24 vom 2021-08-26", "url": "https://www.synology.com/en-global/support/security/Synology_SA_21_24" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5051-2 vom 2021-08-26", "url": "https://ubuntu.com/security/notices/USN-5051-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5051-3 vom 2021-08-26", "url": "https://ubuntu.com/security/notices/USN-5051-3" }, { "category": "external", "summary": "NetApp Security Advisory NTAP-20210827-0010 vom 2021-08-27", "url": "https://security.netapp.com/advisory/ntap-20210827-0010/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2852-1 vom 2021-08-27", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009363.html" }, { "category": "external", "summary": "QNAP Security Advisory QSA-21-39 vom 2021-08-30", "url": "https://www.qnap.com/de-de/security-advisory/QSA-21-39" }, { "category": "external", "summary": "QNAP Security Advisory QSA-21-40 vom 2021-08-30", "url": "https://www.qnap.com/de-de/security-advisory/QSA-21-40" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5051-4 vom 2021-09-01", "url": "https://ubuntu.com/security/notices/USN-5051-4" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2966-1 vom 2021-09-07", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009420.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2967-1 vom 2021-09-07", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009418.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2968-1 vom 2021-09-07", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009417.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2996-1 vom 2021-09-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009425.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2995-1 vom 2021-09-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009423.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2994-1 vom 2021-09-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009429.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:3019-1 vom 2021-09-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009433.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2021-1721 vom 2021-11-04", "url": "https://alas.aws.amazon.com/AL2/ALAS-2021-1721.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:14801-1 vom 2021-09-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009466.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:14802-1 vom 2021-09-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009465.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:3144-1 vom 2021-09-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009467.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2021:2966-2 vom 2021-09-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009478.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5088-1 vom 2021-09-23", "url": "https://ubuntu.com/security/notices/USN-5088-1" }, { "category": "external", "summary": "F5 Security Advisory K19559038 vom 2021-10-01", "url": "https://support.f5.com/csp/article/K19559038" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2021-1541 vom 2021-10-05", "url": "https://alas.aws.amazon.com/ALAS-2021-1541.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2021-1714 vom 2021-10-07", "url": "https://alas.aws.amazon.com/AL2/ALAS-2021-1714.html" }, { "category": "external", "summary": "HPE Security Bulletin HPESBNS04202 vom 2021-10-07", "url": "https://support.hpe.com/hpesc/public/docDisplay?docId=hpesbns04202en_us" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4614 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4614" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:4613 vom 2021-11-10", "url": "https://access.redhat.com/errata/RHSA-2021:4613" }, { "category": "external", "summary": "Meinberg Security Advisory MBGSA-2021.03 vom 2021-11-15", "url": "https://www.meinberg.de/german/news/meinberg-security-advisory-mbgsa-2021-03-meinberg-lantime-firmware-v7-04-008-und-v6-24-029.htm" }, { "category": "external", "summary": "IBM Security Bulletin 6526078 vom 2021-12-15", "url": "https://www.ibm.com/blogs/psirt/security-bulletin-vulnerabilities-in-openssl-affect-ibm-integration-bus-cve-2021-3712/" }, { "category": "external", "summary": "HPE Security Bulletin", "url": "https://support.hpe.com/hpesc/public/docDisplay?elq_mid=17739\u0026elq_cid=67018031\u0026docId=hpesbhf04211en_us" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:5226 vom 2021-12-21", "url": "https://access.redhat.com/errata/RHSA-2021:5226" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-5226 vom 2021-12-22", "url": "http://linux.oracle.com/errata/ELSA-2021-5226.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2021-9632 vom 2021-12-23", "url": "https://linux.oracle.com/errata/ELSA-2021-9632.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0015 vom 2022-01-04", "url": "https://access.redhat.com/errata/RHSA-2022:0015" }, { "category": "external", "summary": "Tenable Security Advisory TNS-2022-02 vom 2022-01-06", "url": "https://de.tenable.com/security/tns-2022-02" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0034 vom 2022-01-05", "url": "https://access.redhat.com/errata/RHSA-2022:0034" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0043 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0043" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0042 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0042" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0044 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0044" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0047 vom 2022-01-10", "url": "https://access.redhat.com/errata/RHSA-2022:0047" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0064 vom 2022-01-11", "url": "https://access.redhat.com/errata/RHSA-2022:0064" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-0064 vom 2022-01-12", "url": "http://linux.oracle.com/errata/ELSA-2022-0064.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-9017 vom 2022-01-13", "url": "https://linux.oracle.com/errata/ELSA-2022-9017.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-9023 vom 2022-01-14", "url": "https://linux.oracle.com/errata/ELSA-2022-9023.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0163 vom 2022-01-18", "url": "https://access.redhat.com/errata/RHSA-2022:0163" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2022-004 vom 2022-01-19", "url": "https://downloads.avaya.com/css/P8/documents/101079950" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0318 vom 2022-01-27", "url": "https://access.redhat.com/errata/RHSA-2022:0318" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:2134-1 vom 2022-06-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011316.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0434 vom 2022-02-04", "url": "https://access.redhat.com/errata/RHSA-2022:0434" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0431 vom 2022-02-03", "url": "https://access.redhat.com/errata/RHSA-2022:0431" }, { "category": "external", "summary": "SIEMENS Security Advisory SSA-244969 vom 2022-02-08", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-244969.pdf" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0476 vom 2022-02-09", "url": "https://access.redhat.com/errata/RHSA-2022:0476" }, { "category": "external", "summary": "HPE Security Bulletin", "url": "https://support.hpe.com/hpesc/public/docDisplay?elq_mid=17739\u0026elq_cid=67018031\u0026docId=hpesbhf04251en_us" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2022-002 vom 2022-02-03", "url": "https://downloads.avaya.com/css/P8/documents/101080403" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:0751-1 vom 2022-03-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010387.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0856 vom 2022-03-14", "url": "https://access.redhat.com/errata/RHSA-2022:0856" }, { "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-9225 vom 2022-03-18", "url": "https://linux.oracle.com/errata/ELSA-2022-9225.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1051 vom 2022-03-24", "url": "https://access.redhat.com/errata/RHSA-2022:1051" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:0577 vom 2022-03-28", "url": "https://access.redhat.com/errata/RHSA-2022:0577" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:1396-1 vom 2022-04-25", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-April/010822.html" }, { "category": "external", "summary": "Tenable Security Advisory TNS-2022-10 vom 2022-05-10", "url": "http://www.auscert.org.au/bulletins/ESB-2022.2191" }, { "category": "external", "summary": "Tenable Security Advisory TNS-2022-10 vom 2022-05-10 vom 2022-05-09", "url": "https://www.tenable.com/security/tns-2022-10" }, { "category": "external", "summary": "HPE SECURITY BULLETIN HPESBST04367 rev.1 vom 2022-09-21", "url": "https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-hpesbst04367en_us" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202210-02 vom 2022-10-16", "url": "https://security.gentoo.org/glsa/202210-02" }, { "category": "external", "summary": "Trellix Knowledge Center", "url": "https://kcm.trellix.com/corporate/index?page=content\u0026id=SB10366" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:4428-1 vom 2022-12-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-December/013218.html" }, { "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 Cybersecurity Advisory vom 2023-04-25", "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-23-143-02" }, { "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 7108821 vom 2024-01-17", "url": "https://www.ibm.com/support/pages/node/7108821" }, { "category": "external", "summary": "Hitachi Energy Cybersecurity Advisory vom 2023-08-29", "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153-CSAF\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "external", "summary": "F5 Security Advisory K19559038 vom 2023-10-12", "url": "https://my.f5.com/manage/s/article/K19559038" }, { "category": "external", "summary": "IBM Security Bulletin 7063708 vom 2023-10-31", "url": "https://www.ibm.com/support/pages/node/7063708" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0191-1 vom 2024-01-23", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017744.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-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-13024 vom 2023-12-07", "url": "https://linux.oracle.com/errata/ELSA-2023-13024.html" }, { "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-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": "Dell Security Advisory DSA-2024-250 vom 2024-06-27", "url": "https://www.dell.com/support/kbdoc/de-de/000226426/dsa-2024-250-security-update-for-dell-avamar-dell-integrated-data-protection-appliance-idpa-security-update-for-multiple-vulnerabilities" }, { "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: Mehrere Schwachstellen erm\u00f6glichen Denial of Service", "tracking": { "current_release_date": "2024-11-25T23:00:00.000+00:00", "generator": { "date": "2024-11-26T09:24:50.861+00:00", "engine": { "name": "BSI-WID", "version": "1.3.8" } }, "id": "WID-SEC-W-2022-0400", "initial_release_date": "2021-08-24T22:00:00.000+00:00", "revision_history": [ { "date": "2021-08-24T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2021-08-25T22:00:00.000+00:00", "number": "2", "summary": "Neue Informationen von Synology aufgenommen" }, { "date": "2021-08-26T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2021-08-29T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-09-01T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2021-09-07T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-09-09T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-09-13T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-09-19T22: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 SUSE aufgenommen" }, { "date": "2021-09-21T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2021-09-23T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2021-10-03T22:00:00.000+00:00", "number": "13", "summary": "Neue Informationen von F5 aufgenommen" }, { "date": "2021-10-04T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2021-10-06T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2021-10-07T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von HP aufgenommen" }, { "date": "2021-11-04T23:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2021-11-10T23:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-11-14T23:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Meinberg aufgenommen" }, { "date": "2021-12-14T23:00:00.000+00:00", "number": "20", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2021-12-15T23:00:00.000+00:00", "number": "21", "summary": "Neue Updates von HP aufgenommen" }, { "date": "2021-12-21T23:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" }, { "date": "2021-12-23T23:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-01-04T23:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-05T23:00:00.000+00:00", "number": "25", "summary": "Neue Updates von Tenable und Red Hat aufgenommen" }, { "date": "2022-01-09T23:00:00.000+00:00", "number": "26", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-10T23:00:00.000+00:00", "number": "27", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-11T23:00:00.000+00:00", "number": "28", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" }, { "date": "2022-01-12T23:00:00.000+00:00", "number": "29", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-01-13T23:00:00.000+00:00", "number": "30", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-01-18T23:00:00.000+00:00", "number": "31", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-01-27T23:00:00.000+00:00", "number": "32", "summary": "Neue Updates von AVAYA und Red Hat aufgenommen" }, { "date": "2022-02-03T23:00:00.000+00:00", "number": "33", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-02-07T23:00:00.000+00:00", "number": "34", "summary": "Neue Updates von Siemens aufgenommen" }, { "date": "2022-02-08T23:00:00.000+00:00", "number": "35", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-02-17T23:00:00.000+00:00", "number": "36", "summary": "Neue Updates von HP aufgenommen" }, { "date": "2022-03-02T23:00:00.000+00:00", "number": "37", "summary": "Neue Updates von AVAYA aufgenommen" }, { "date": "2022-03-08T23:00:00.000+00:00", "number": "38", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-03-14T23:00:00.000+00:00", "number": "39", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-03-20T23:00:00.000+00:00", "number": "40", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-03-24T23:00:00.000+00:00", "number": "41", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-03-28T22:00:00.000+00:00", "number": "42", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-04-25T22:00:00.000+00:00", "number": "43", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-05-09T22:00:00.000+00:00", "number": "44", "summary": "Neue Updates von Tenable aufgenommen" }, { "date": "2022-05-22T22:00:00.000+00:00", "number": "45", "summary": "Neue Updates von HP aufgenommen" }, { "date": "2022-06-20T22:00:00.000+00:00", "number": "46", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-09-20T22:00:00.000+00:00", "number": "47", "summary": "Neue Updates von HP aufgenommen" }, { "date": "2022-10-16T22:00:00.000+00:00", "number": "48", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2022-10-30T23:00:00.000+00:00", "number": "49", "summary": "Neue Updates aufgenommen" }, { "date": "2022-12-12T23:00:00.000+00:00", "number": "50", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-05-23T22:00:00.000+00:00", "number": "51", "summary": "Neue Updates aufgenommen" }, { "date": "2023-07-17T22:00:00.000+00:00", "number": "52", "summary": "Neue Updates von HITACHI aufgenommen" }, { "date": "2023-07-18T22:00:00.000+00:00", "number": "53", "summary": "Hitachi Produkte erg\u00e4nzt." }, { "date": "2023-08-28T22:00:00.000+00:00", "number": "54", "summary": "Neue Updates aufgenommen" }, { "date": "2023-10-11T22:00:00.000+00:00", "number": "55", "summary": "Neue Updates aufgenommen" }, { "date": "2023-10-31T23:00:00.000+00:00", "number": "56", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-12-07T23:00:00.000+00:00", "number": "57", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-01-17T23:00:00.000+00:00", "number": "58", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-01-23T23:00:00.000+00:00", "number": "59", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-01-25T23:00:00.000+00:00", "number": "60", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-03-18T23:00:00.000+00:00", "number": "61", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-06-03T22:00:00.000+00:00", "number": "62", "summary": "Neue Updates aufgenommen" }, { "date": "2024-06-04T22:00:00.000+00:00", "number": "63", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-06-26T22:00:00.000+00:00", "number": "64", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-11-25T23:00:00.000+00:00", "number": "65", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "65" } }, "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 Experience Portal", "product": { "name": "Avaya Aura Experience Portal", "product_id": "T015519", "product_identification_helper": { "cpe": "cpe:/a:avaya:aura_experience_portal:-" } } }, { "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": "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 Avamar", "product": { "name": "EMC Avamar", "product_id": "T014381", "product_identification_helper": { "cpe": "cpe:/a:emc:avamar:-" } } } ], "category": "vendor", "name": "EMC" }, { "branches": [ { "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": "product_version_range", "name": "\u003c16.1.3.1", "product": { "name": "F5 BIG-IP \u003c16.1.3.1", "product_id": "T025082" } }, { "category": "product_version", "name": "16.1.3.1", "product": { "name": "F5 BIG-IP 16.1.3.1", "product_id": "T025082-fixed", "product_identification_helper": { "cpe": "cpe:/a:f5:big-ip:16.1.3.1" } } }, { "category": "product_version_range", "name": "\u003c15.1.6.1", "product": { "name": "F5 BIG-IP \u003c15.1.6.1", "product_id": "T025089" } }, { "category": "product_version", "name": "15.1.6.1", "product": { "name": "F5 BIG-IP 15.1.6.1", "product_id": "T025089-fixed", "product_identification_helper": { "cpe": "cpe:/a:f5:big-ip:15.1.6.1" } } }, { "category": "product_version_range", "name": "\u003c17.0.0", "product": { "name": "F5 BIG-IP \u003c17.0.0", "product_id": "T025350" } }, { "category": "product_version", "name": "17.0.0", "product": { "name": "F5 BIG-IP 17.0.0", "product_id": "T025350-fixed", "product_identification_helper": { "cpe": "cpe:/a:f5:big-ip:17.0.0" } } } ], "category": "product_name", "name": "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": "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 HP-UX", "product": { "name": "HPE HP-UX", "product_id": "4871", "product_identification_helper": { "cpe": "cpe:/o:hp:hp-ux:-" } } }, { "category": "product_name", "name": "HPE NonStop Server", "product": { "name": "HPE NonStop Server", "product_id": "4918", "product_identification_helper": { "cpe": "cpe:/h:hp:nonstop_server:-" } } } ], "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": [ { "category": "product_name", "name": "Hitachi Energy RTU500", "product": { "name": "Hitachi Energy RTU500", "product_id": "T027844", "product_identification_helper": { "cpe": "cpe:/h:abb:rtu500:-" } } } ], "category": "vendor", "name": "Hitachi Energy" }, { "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" }, { "branches": [ { "category": "product_version", "name": "10.0.0.0-10.0.6.1", "product": { "name": "IBM Security Verify Access 10.0.0.0-10.0.6.1", "product_id": "T031895", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_verify_access:10.0.0.0_-_10.0.6.1" } } } ], "category": "product_name", "name": "Security Verify Access" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c7.04.008", "product": { "name": "Meinberg LANTIME \u003c7.04.008", "product_id": "T021044" } }, { "category": "product_version", "name": "7.04.008", "product": { "name": "Meinberg LANTIME 7.04.008", "product_id": "T021044-fixed", "product_identification_helper": { "cpe": "cpe:/h:meinberg:lantime:7.04.008" } } }, { "category": "product_version_range", "name": "\u003c6.24.029", "product": { "name": "Meinberg LANTIME \u003c6.24.029", "product_id": "T021045" } }, { "category": "product_version", "name": "6.24.029", "product": { "name": "Meinberg LANTIME 6.24.029", "product_id": "T021045-fixed", "product_identification_helper": { "cpe": "cpe:/h:meinberg:lantime:6.24.029" } } } ], "category": "product_name", "name": "LANTIME" } ], "category": "vendor", "name": "Meinberg" }, { "branches": [ { "category": "product_name", "name": "NetApp Data ONTAP", "product": { "name": "NetApp Data ONTAP", "product_id": "7654", "product_identification_helper": { "cpe": "cpe:/a:netapp:data_ontap:-" } } } ], "category": "vendor", "name": "NetApp" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c1.1.1", "product": { "name": "Open Source OpenSSL \u003c1.1.1", "product_id": "402226" } }, { "category": "product_version", "name": "1.1.1", "product": { "name": "Open Source OpenSSL 1.1.1", "product_id": "402226-fixed", "product_identification_helper": { "cpe": "cpe:/a:openssl:openssl:1.1.1" } } }, { "category": "product_version_range", "name": "\u003c1.1.1l", "product": { "name": "Open Source OpenSSL \u003c1.1.1l", "product_id": "T020216" } }, { "category": "product_version", "name": "1.1.1l", "product": { "name": "Open Source OpenSSL 1.1.1l", "product_id": "T020216-fixed", "product_identification_helper": { "cpe": "cpe:/a:openssl:openssl:1.1.1l" } } } ], "category": "product_name", "name": "OpenSSL" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "QNAP NAS", "product": { "name": "QNAP NAS", "product_id": "T017100", "product_identification_helper": { "cpe": "cpe:/h:qnap:nas:-" } } } ], "category": "vendor", "name": "QNAP" }, { "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", "name": "1200", "product": { "name": "Siemens SIMATIC S7 1200", "product_id": "T019435", "product_identification_helper": { "cpe": "cpe:/h:siemens:simatic_s7:1200" } } } ], "category": "product_name", "name": "SIMATIC S7" } ], "category": "vendor", "name": "Siemens" }, { "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": [ { "category": "product_name", "name": "Synology DiskStation Manager", "product": { "name": "Synology DiskStation Manager", "product_id": "450918", "product_identification_helper": { "cpe": "cpe:/a:synology:diskstation_manager:-" } } } ], "category": "vendor", "name": "Synology" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Tenable Security Nessus Network Monitor", "product": { "name": "Tenable Security Nessus Network Monitor", "product_id": "T016632", "product_identification_helper": { "cpe": "cpe:/a:tenable:nessus_network_monitor:-" } } }, { "category": "product_version_range", "name": "\u003c6.0.1", "product": { "name": "Tenable Security Nessus Network Monitor \u003c6.0.1", "product_id": "T023141" } }, { "category": "product_version", "name": "6.0.1", "product": { "name": "Tenable Security Nessus Network Monitor 6.0.1", "product_id": "T023141-fixed", "product_identification_helper": { "cpe": "cpe:/a:tenable:nessus_network_monitor:6.0.1" } } } ], "category": "product_name", "name": "Nessus Network Monitor" } ], "category": "vendor", "name": "Tenable Security" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c5.10 CU 11", "product": { "name": "Trellix ePolicy Orchestrator \u003c5.10 CU 11", "product_id": "T024888" } }, { "category": "product_version", "name": "5.10 CU 11", "product": { "name": "Trellix ePolicy Orchestrator 5.10 CU 11", "product_id": "T024888-fixed", "product_identification_helper": { "cpe": "cpe:/a:trellix:epolicy_orchestrator:5.10_update_14" } } } ], "category": "product_name", "name": "ePolicy Orchestrator" } ], "category": "vendor", "name": "Trellix" }, { "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-2021-3711", "notes": [ { "category": "description", "text": "In OpenSSL existieren mehrere Schwachstellen. Die Schwachstellen treten bei der Verarbeitung von ASN.1-Strings und dem Entschl\u00fcsseln von SM2-Daten auf. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren oder Informationen offenzulegen." } ], "product_status": { "known_affected": [ "T025350", "T031895", "67646", "4035", "4871", "T010951", "T030689", "T015127", "T015126", "T016632", "T004914", "450918", "T019435", "T020304", "T024888", "T001663", "398363", "T015519", "T015518", "T035149", "T015516", "T025082", "7654", "T012167", "T032354", "T016243", "T017100", "T017562", "T019403", "T014381", "4918", "2951", "T002207", "T000126", "T020216", "402226", "T027844", "T021045", "T023141", "T021044", "T025089" ] }, "release_date": "2021-08-24T22:00:00.000+00:00", "title": "CVE-2021-3711" }, { "cve": "CVE-2021-3712", "notes": [ { "category": "description", "text": "In OpenSSL existieren mehrere Schwachstellen. Die Schwachstellen treten bei der Verarbeitung von ASN.1-Strings und dem Entschl\u00fcsseln von SM2-Daten auf. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren oder Informationen offenzulegen." } ], "product_status": { "known_affected": [ "T025350", "T031895", "67646", "4035", "4871", "T010951", "T030689", "T015127", "T015126", "T016632", "T004914", "450918", "T019435", "T020304", "T024888", "T001663", "398363", "T015519", "T015518", "T035149", "T015516", "T025082", "7654", "T012167", "T032354", "T016243", "T017100", "T017562", "T019403", "T014381", "4918", "2951", "T002207", "T000126", "T020216", "402226", "T027844", "T021045", "T023141", "T021044", "T025089" ] }, "release_date": "2021-08-24T22:00:00.000+00:00", "title": "CVE-2021-3712" } ] }
wid-sec-w-2024-0794
Vulnerability from csaf_certbund
Published
2024-04-04 22:00
Modified
2024-11-27 23:00
Summary
Dell ECS: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Dell ECS ist ein Objektspeichersystem.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Dell ECS ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuführen, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuführen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuführen.
Betroffene Betriebssysteme
- Linux
- UNIX
- Windows
{ "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" } ] }
ncsc-2024-0239
Vulnerability from csaf_ncscnl
Published
2024-06-07 06:26
Modified
2024-06-07 06:26
Summary
Kwetsbaarheden verholpen in Solarwinds Platform
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Solarwinds heeft kwetsbaarheden verholpen in Solarwinds Platform.
Interpretaties
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.
Voor succesvol misbruik moet de kwaadwillende voorafgaande authenticatie hebben.
Oplossingen
Solarwinds heeft updates uitgebracht om de kwetsbaarheden te verhelpen in Solarwinds Platform 2024.2
In deze updates zijn tevens kwetsbaarheden verholpen in onderliggende third-party software waar het platform gebruik van maakt. Voor deze kwetsbaarheden zijn eerdere beveiligingsadviezen gepubliceerd.
Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-125
Out-of-bounds Read
CWE-190
Integer Overflow or Wraparound
CWE-20
Improper Input Validation
CWE-325
Missing Cryptographic Step
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-385
Covert Timing Channel
CWE-416
Use After Free
CWE-476
NULL Pointer Dereference
CWE-682
Incorrect Calculation
CWE-704
Incorrect Type Conversion or Cast
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
CWE-942
Permissive Cross-domain Policy with Untrusted Domains
{ "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" } ] }
NCSC-2024-0239
Vulnerability from csaf_ncscnl
Published
2024-06-07 06:26
Modified
2024-06-07 06:26
Summary
Kwetsbaarheden verholpen in Solarwinds Platform
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Solarwinds heeft kwetsbaarheden verholpen in Solarwinds Platform.
Interpretaties
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.
Voor succesvol misbruik moet de kwaadwillende voorafgaande authenticatie hebben.
Oplossingen
Solarwinds heeft updates uitgebracht om de kwetsbaarheden te verhelpen in Solarwinds Platform 2024.2
In deze updates zijn tevens kwetsbaarheden verholpen in onderliggende third-party software waar het platform gebruik van maakt. Voor deze kwetsbaarheden zijn eerdere beveiligingsadviezen gepubliceerd.
Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-125
Out-of-bounds Read
CWE-190
Integer Overflow or Wraparound
CWE-20
Improper Input Validation
CWE-325
Missing Cryptographic Step
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-385
Covert Timing Channel
CWE-416
Use After Free
CWE-476
NULL Pointer Dereference
CWE-682
Incorrect Calculation
CWE-704
Incorrect Type Conversion or Cast
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
CWE-942
Permissive Cross-domain Policy with Untrusted Domains
{ "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" } ] }
opensuse-su-2021:2827-1
Vulnerability from csaf_opensuse
Published
2021-08-24 14:16
Modified
2021-08-24 14:16
Summary
Security update for openssl-1_0_0
Notes
Title of the patch
Security update for openssl-1_0_0
Description of the patch
This update for openssl-1_0_0 fixes the following issues:
- CVE-2021-3712: a bug in the code for printing certificate details could lead
to a buffer overrun that a malicious actor could exploit to crash the
application, causing a denial-of-service attack. [bsc#1189521]
Patchnames
openSUSE-SLE-15.3-2021-2827
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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-2021-3712: a bug in the code for printing certificate details could lead\n to a buffer overrun that a malicious actor could exploit to crash the\n application, causing a denial-of-service attack. [bsc#1189521]\n", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-SLE-15.3-2021-2827", "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_2827-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:2827-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZXNTTGRCRZBMWGGU4UK4PHVAAZAFABI2/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:2827-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZXNTTGRCRZBMWGGU4UK4PHVAAZAFABI2/" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_0_0", "tracking": { "current_release_date": "2021-08-24T14:16:52Z", "generator": { "date": "2021-08-24T14:16:52Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:2827-1", "initial_release_date": "2021-08-24T14:16:52Z", "revision_history": [ { "date": "2021-08-24T14:16:52Z", "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.40.2.aarch64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.40.2.aarch64", "product": { "name": "libopenssl10-1.0.2p-3.40.2.aarch64", "product_id": "libopenssl10-1.0.2p-3.40.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "product_id": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.aarch64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.aarch64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.aarch64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.aarch64", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.40.2.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.40.2.aarch64", "product": { "name": "openssl-1_0_0-1.0.2p-3.40.2.aarch64", "product_id": "openssl-1_0_0-1.0.2p-3.40.2.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.aarch64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.aarch64", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.40.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2p-3.40.2.noarch", "product": { "name": "openssl-1_0_0-doc-1.0.2p-3.40.2.noarch", "product_id": "openssl-1_0_0-doc-1.0.2p-3.40.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.40.2.ppc64le", "product": { "name": "libopenssl10-1.0.2p-3.40.2.ppc64le", "product_id": "libopenssl10-1.0.2p-3.40.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "product": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "product_id": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.ppc64le", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.ppc64le", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.ppc64le", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.40.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "product": { "name": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "product_id": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.ppc64le", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.ppc64le", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.40.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.40.2.s390x", "product": { "name": "libopenssl10-1.0.2p-3.40.2.s390x", "product_id": "libopenssl10-1.0.2p-3.40.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.40.2.s390x", "product": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.s390x", "product_id": "libopenssl1_0_0-1.0.2p-3.40.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.s390x", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.s390x", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.s390x", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.s390x", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.40.2.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.40.2.s390x", "product": { "name": "openssl-1_0_0-1.0.2p-3.40.2.s390x", "product_id": "openssl-1_0_0-1.0.2p-3.40.2.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.s390x", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.s390x", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.40.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl10-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl10-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "product": { "name": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "product_id": "openssl-1_0_0-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.x86_64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.x86_64", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.40.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.3", "product": { "name": "openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.3" } } } ], "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.40.2.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.40.2.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_0_0-devel-32bit-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.40.2.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.aarch64" }, "product_reference": "libopenssl10-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.40.2.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl10-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.40.2.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.s390x" }, "product_reference": "libopenssl10-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.40.2.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl10-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.40.2.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-32bit-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.40.2.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-hmac-32bit-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.aarch64" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.s390x" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-32bit-1.0.2p-3.40.2.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-steam-32bit-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.aarch64" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.ppc64le" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.s390x" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.x86_64" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2p-3.40.2.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-doc-1.0.2p-3.40.2.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.40.2.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" } ] }, "vulnerabilities": [ { "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 Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-32bit-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-32bit-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-32bit-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-32bit-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-doc-1.0.2p-3.40.2.noarch" ] }, "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 Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-32bit-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-32bit-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-32bit-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-32bit-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-doc-1.0.2p-3.40.2.noarch" ] } ], "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 Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-32bit-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-32bit-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-32bit-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-32bit-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.aarch64", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.ppc64le", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.s390x", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.40.2.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-doc-1.0.2p-3.40.2.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:16:52Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
opensuse-su-2021:2830-1
Vulnerability from csaf_opensuse
Published
2021-08-24 14:20
Modified
2021-08-24 14:20
Summary
Security update for openssl-1_1
Notes
Title of the patch
Security update for openssl-1_1
Description of the patch
This update for openssl-1_1 fixes the following security issues:
- CVE-2021-3711: A bug in the implementation of the SM2 decryption code
could lead to buffer overflows. [bsc#1189520]
- CVE-2021-3712: a bug in the code for printing certificate details could
lead to a buffer overrun that a malicious actor could exploit to crash
the application, causing a denial-of-service attack. [bsc#1189521]
Patchnames
openSUSE-SLE-15.3-2021-2830
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 security issues:\n\n- CVE-2021-3711: A bug in the implementation of the SM2 decryption code\n could lead to buffer overflows. [bsc#1189520]\n\n- CVE-2021-3712: a bug in the code for printing certificate details could\n lead to a buffer overrun that a malicious actor could exploit to crash\n the application, causing a denial-of-service attack. [bsc#1189521]\n", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-SLE-15.3-2021-2830", "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_2830-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:2830-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YOUNRN5SCBRRVEIYDG3G3PFLGVRXKDPG/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:2830-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YOUNRN5SCBRRVEIYDG3G3PFLGVRXKDPG/" }, { "category": "self", "summary": "SUSE Bug 1189520", "url": "https://bugzilla.suse.com/1189520" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "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": "Security update for openssl-1_1", "tracking": { "current_release_date": "2021-08-24T14:20:43Z", "generator": { "date": "2021-08-24T14:20:43Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:2830-1", "initial_release_date": "2021-08-24T14:20:43Z", "revision_history": [ { "date": "2021-08-24T14:20:43Z", "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.27.1.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "product_id": "libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.27.1.aarch64", "product": { "name": "libopenssl1_1-1.1.1d-11.27.1.aarch64", "product_id": "libopenssl1_1-1.1.1d-11.27.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "product_id": "libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.27.1.aarch64", "product": { "name": "openssl-1_1-1.1.1d-11.27.1.aarch64", "product_id": "openssl-1_1-1.1.1d-11.27.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.1d-11.27.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.1d-11.27.1.noarch", "product_id": "openssl-1_1-doc-1.1.1d-11.27.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.27.1.ppc64le", "product": { "name": "libopenssl1_1-1.1.1d-11.27.1.ppc64le", "product_id": "libopenssl1_1-1.1.1d-11.27.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "product_id": "libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.27.1.ppc64le", "product": { "name": "openssl-1_1-1.1.1d-11.27.1.ppc64le", "product_id": "openssl-1_1-1.1.1d-11.27.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "product_id": "libopenssl-1_1-devel-1.1.1d-11.27.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.27.1.s390x", "product": { "name": "libopenssl1_1-1.1.1d-11.27.1.s390x", "product_id": "libopenssl1_1-1.1.1d-11.27.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "product_id": "libopenssl1_1-hmac-1.1.1d-11.27.1.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.27.1.s390x", "product": { "name": "openssl-1_1-1.1.1d-11.27.1.s390x", "product_id": "openssl-1_1-1.1.1d-11.27.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.27.1.x86_64", "product": { "name": "libopenssl1_1-1.1.1d-11.27.1.x86_64", "product_id": "libopenssl1_1-1.1.1d-11.27.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.27.1.x86_64", "product": { "name": "openssl-1_1-1.1.1d-11.27.1.x86_64", "product_id": "openssl-1_1-1.1.1d-11.27.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.3", "product": { "name": "openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.3" } } } ], "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.27.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.27.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.27.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.27.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.27.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.27.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-11.27.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.27.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-11.27.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.27.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.s390x" }, "product_reference": "openssl-1_1-1.1.1d-11.27.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.27.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-doc-1.1.1d-11.27.1.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_1-doc-1.1.1d-11.27.1.noarch" }, "product_reference": "openssl-1_1-doc-1.1.1d-11.27.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" } ] }, "vulnerabilities": [ { "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 Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-doc-1.1.1d-11.27.1.noarch" ] }, "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 Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-doc-1.1.1d-11.27.1.noarch" ] } ], "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 Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-doc-1.1.1d-11.27.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:20:43Z", "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 Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-doc-1.1.1d-11.27.1.noarch" ] }, "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 Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-doc-1.1.1d-11.27.1.noarch" ] } ], "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 Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.aarch64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.ppc64le", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.s390x", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.27.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-doc-1.1.1d-11.27.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:20:43Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
opensuse-su-2021:1188-1
Vulnerability from csaf_opensuse
Published
2021-08-25 04:52
Modified
2021-08-25 04:52
Summary
Security update for openssl-1_1
Notes
Title of the patch
Security update for openssl-1_1
Description of the patch
This update for openssl-1_1 fixes the following security issues:
- CVE-2021-3711: A bug in the implementation of the SM2 decryption code
could lead to buffer overflows. [bsc#1189520]
- CVE-2021-3712: a bug in the code for printing certificate details could
lead to a buffer overrun that a malicious actor could exploit to crash
the application, causing a denial-of-service attack. [bsc#1189521]
This update was imported from the SUSE:SLE-15-SP2:Update update project.
Patchnames
openSUSE-2021-1188
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 security issues:\n\n- CVE-2021-3711: A bug in the implementation of the SM2 decryption code\n could lead to buffer overflows. [bsc#1189520]\n\n- CVE-2021-3712: a bug in the code for printing certificate details could\n lead to a buffer overrun that a malicious actor could exploit to crash\n the application, causing a denial-of-service attack. [bsc#1189521]\n\nThis update was imported from the SUSE:SLE-15-SP2:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2021-1188", "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_1188-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:1188-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YXBKWFNVQ5GSDMIZHMMOGHRWWUOWZMJE/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:1188-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YXBKWFNVQ5GSDMIZHMMOGHRWWUOWZMJE/" }, { "category": "self", "summary": "SUSE Bug 1189520", "url": "https://bugzilla.suse.com/1189520" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "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": "Security update for openssl-1_1", "tracking": { "current_release_date": "2021-08-25T04:52:31Z", "generator": { "date": "2021-08-25T04:52:31Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:1188-1", "initial_release_date": "2021-08-25T04:52:31Z", "revision_history": [ { "date": "2021-08-25T04:52:31Z", "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.21.1.i586", "product": { "name": "libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.i586", "product_id": "libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-lp152.7.21.1.i586", "product": { "name": "libopenssl1_1-1.1.1d-lp152.7.21.1.i586", "product_id": "libopenssl1_1-1.1.1d-lp152.7.21.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.i586", "product": { "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.i586", "product_id": "libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-lp152.7.21.1.i586", "product": { "name": "openssl-1_1-1.1.1d-lp152.7.21.1.i586", "product_id": "openssl-1_1-1.1.1d-lp152.7.21.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.1d-lp152.7.21.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.1d-lp152.7.21.1.noarch", "product_id": "openssl-1_1-doc-1.1.1d-lp152.7.21.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.21.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.21.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.21.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-lp152.7.21.1.x86_64", "product": { "name": "libopenssl1_1-1.1.1d-lp152.7.21.1.x86_64", "product_id": "libopenssl1_1-1.1.1d-lp152.7.21.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-lp152.7.21.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.1d-lp152.7.21.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.1d-lp152.7.21.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.21.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.21.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.21.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-lp152.7.21.1.x86_64", "product": { "name": "openssl-1_1-1.1.1d-lp152.7.21.1.x86_64", "product_id": "openssl-1_1-1.1.1d-lp152.7.21.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.21.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.i586" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-lp152.7.21.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.21.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.21.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-lp152.7.21.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.21.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.21.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.21.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.21.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.i586" }, "product_reference": "libopenssl1_1-1.1.1d-lp152.7.21.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.21.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-lp152.7.21.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.21.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.21.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-lp152.7.21.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.21.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.i586" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-lp152.7.21.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.21.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-lp152.7.21.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.21.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.21.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.21.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.21.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.i586" }, "product_reference": "openssl-1_1-1.1.1d-lp152.7.21.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.21.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-lp152.7.21.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.21.1.noarch as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.21.1.noarch" }, "product_reference": "openssl-1_1-doc-1.1.1d-lp152.7.21.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" } ] }, "vulnerabilities": [ { "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 Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.21.1.noarch" ] }, "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 Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.21.1.noarch" ] } ], "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 Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.21.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-08-25T04:52:31Z", "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 Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.21.1.noarch" ] }, "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 Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.21.1.noarch" ] } ], "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 Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.i586", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.21.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.21.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-08-25T04:52:31Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
opensuse-su-2021:2994-1
Vulnerability from csaf_opensuse
Published
2021-09-09 12:33
Modified
2021-09-09 12:33
Summary
Security update for openssl-1_0_0
Notes
Title of the patch
Security update for openssl-1_0_0
Description of the patch
This update for openssl-1_0_0 fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
Patchnames
openSUSE-SLE-15.3-2021-2994
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521).\n", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-SLE-15.3-2021-2994", "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_2994-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:2994-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/O65IINGUXDYQLSV7GD7SXFUKFY5WYUTA/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:2994-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/O65IINGUXDYQLSV7GD7SXFUKFY5WYUTA/" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_0_0", "tracking": { "current_release_date": "2021-09-09T12:33:45Z", "generator": { "date": "2021-09-09T12:33:45Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:2994-1", "initial_release_date": "2021-09-09T12:33:45Z", "revision_history": [ { "date": "2021-09-09T12:33:45Z", "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.43.1.aarch64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.43.1.aarch64", "product": { "name": "libopenssl10-1.0.2p-3.43.1.aarch64", "product_id": "libopenssl10-1.0.2p-3.43.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "product_id": "libopenssl1_0_0-1.0.2p-3.43.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.aarch64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.aarch64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.aarch64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.aarch64", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.43.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.43.1.aarch64", "product": { "name": "openssl-1_0_0-1.0.2p-3.43.1.aarch64", "product_id": "openssl-1_0_0-1.0.2p-3.43.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.aarch64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.aarch64", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.43.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2p-3.43.1.noarch", "product": { "name": "openssl-1_0_0-doc-1.0.2p-3.43.1.noarch", "product_id": "openssl-1_0_0-doc-1.0.2p-3.43.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.43.1.ppc64le", "product": { "name": "libopenssl10-1.0.2p-3.43.1.ppc64le", "product_id": "libopenssl10-1.0.2p-3.43.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "product": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "product_id": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.ppc64le", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.ppc64le", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.ppc64le", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.43.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "product": { "name": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "product_id": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.ppc64le", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.ppc64le", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.43.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.43.1.s390x", "product": { "name": "libopenssl10-1.0.2p-3.43.1.s390x", "product_id": "libopenssl10-1.0.2p-3.43.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.43.1.s390x", "product": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.s390x", "product_id": "libopenssl1_0_0-1.0.2p-3.43.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.s390x", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.s390x", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.s390x", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.s390x", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.43.1.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.43.1.s390x", "product": { "name": "openssl-1_0_0-1.0.2p-3.43.1.s390x", "product_id": "openssl-1_0_0-1.0.2p-3.43.1.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.s390x", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.s390x", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.43.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl10-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl10-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.43.1.x86_64", "product": { "name": "openssl-1_0_0-1.0.2p-3.43.1.x86_64", "product_id": "openssl-1_0_0-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.x86_64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.x86_64", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.43.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.3", "product": { "name": "openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.3" } } } ], "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.43.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.43.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_0_0-devel-32bit-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.43.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.aarch64" }, "product_reference": "libopenssl10-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.43.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.ppc64le" }, "product_reference": "libopenssl10-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.43.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.s390x" }, "product_reference": "libopenssl10-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.43.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl10-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.43.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-32bit-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.43.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-hmac-32bit-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.aarch64" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.ppc64le" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.s390x" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-32bit-1.0.2p-3.43.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_0_0-steam-32bit-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.aarch64" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.ppc64le" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.s390x" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.x86_64" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2p-3.43.1.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_0_0-doc-1.0.2p-3.43.1.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.43.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" } ] }, "vulnerabilities": [ { "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 Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-32bit-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-32bit-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-32bit-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-32bit-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-doc-1.0.2p-3.43.1.noarch" ] }, "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 Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-32bit-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-32bit-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-32bit-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-32bit-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-doc-1.0.2p-3.43.1.noarch" ] } ], "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 Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl-1_0_0-devel-32bit-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl10-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-32bit-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-hmac-32bit-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:libopenssl1_0_0-steam-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:libopenssl1_0_0-steam-32bit-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.aarch64", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.ppc64le", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.s390x", "openSUSE Leap 15.3:openssl-1_0_0-cavs-1.0.2p-3.43.1.x86_64", "openSUSE Leap 15.3:openssl-1_0_0-doc-1.0.2p-3.43.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-09-09T12:33:45Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
opensuse-su-2024:12303-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
ncat-7.93-1.1 on GA media
Notes
Title of the patch
ncat-7.93-1.1 on GA media
Description of the patch
These are all security issues fixed in the ncat-7.93-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-12303
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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": "ncat-7.93-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the ncat-7.93-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-12303", "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_12303-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "ncat-7.93-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:12303-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": "ncat-7.93-1.1.aarch64", "product": { "name": "ncat-7.93-1.1.aarch64", "product_id": "ncat-7.93-1.1.aarch64" } }, { "category": "product_version", "name": "nmap-7.93-1.1.aarch64", "product": { "name": "nmap-7.93-1.1.aarch64", "product_id": "nmap-7.93-1.1.aarch64" } }, { "category": "product_version", "name": "nping-7.93-1.1.aarch64", "product": { "name": "nping-7.93-1.1.aarch64", "product_id": "nping-7.93-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "ncat-7.93-1.1.ppc64le", "product": { "name": "ncat-7.93-1.1.ppc64le", "product_id": "ncat-7.93-1.1.ppc64le" } }, { "category": "product_version", "name": "nmap-7.93-1.1.ppc64le", "product": { "name": "nmap-7.93-1.1.ppc64le", "product_id": "nmap-7.93-1.1.ppc64le" } }, { "category": "product_version", "name": "nping-7.93-1.1.ppc64le", "product": { "name": "nping-7.93-1.1.ppc64le", "product_id": "nping-7.93-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ncat-7.93-1.1.s390x", "product": { "name": "ncat-7.93-1.1.s390x", "product_id": "ncat-7.93-1.1.s390x" } }, { "category": "product_version", "name": "nmap-7.93-1.1.s390x", "product": { "name": "nmap-7.93-1.1.s390x", "product_id": "nmap-7.93-1.1.s390x" } }, { "category": "product_version", "name": "nping-7.93-1.1.s390x", "product": { "name": "nping-7.93-1.1.s390x", "product_id": "nping-7.93-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ncat-7.93-1.1.x86_64", "product": { "name": "ncat-7.93-1.1.x86_64", "product_id": "ncat-7.93-1.1.x86_64" } }, { "category": "product_version", "name": "nmap-7.93-1.1.x86_64", "product": { "name": "nmap-7.93-1.1.x86_64", "product_id": "nmap-7.93-1.1.x86_64" } }, { "category": "product_version", "name": "nping-7.93-1.1.x86_64", "product": { "name": "nping-7.93-1.1.x86_64", "product_id": "nping-7.93-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": "ncat-7.93-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ncat-7.93-1.1.aarch64" }, "product_reference": "ncat-7.93-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ncat-7.93-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ncat-7.93-1.1.ppc64le" }, "product_reference": "ncat-7.93-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ncat-7.93-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ncat-7.93-1.1.s390x" }, "product_reference": "ncat-7.93-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "ncat-7.93-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:ncat-7.93-1.1.x86_64" }, "product_reference": "ncat-7.93-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nmap-7.93-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nmap-7.93-1.1.aarch64" }, "product_reference": "nmap-7.93-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nmap-7.93-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nmap-7.93-1.1.ppc64le" }, "product_reference": "nmap-7.93-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nmap-7.93-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nmap-7.93-1.1.s390x" }, "product_reference": "nmap-7.93-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nmap-7.93-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nmap-7.93-1.1.x86_64" }, "product_reference": "nmap-7.93-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nping-7.93-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nping-7.93-1.1.aarch64" }, "product_reference": "nping-7.93-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nping-7.93-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nping-7.93-1.1.ppc64le" }, "product_reference": "nping-7.93-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nping-7.93-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nping-7.93-1.1.s390x" }, "product_reference": "nping-7.93-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "nping-7.93-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:nping-7.93-1.1.x86_64" }, "product_reference": "nping-7.93-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "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:ncat-7.93-1.1.aarch64", "openSUSE Tumbleweed:ncat-7.93-1.1.ppc64le", "openSUSE Tumbleweed:ncat-7.93-1.1.s390x", "openSUSE Tumbleweed:ncat-7.93-1.1.x86_64", "openSUSE Tumbleweed:nmap-7.93-1.1.aarch64", "openSUSE Tumbleweed:nmap-7.93-1.1.ppc64le", "openSUSE Tumbleweed:nmap-7.93-1.1.s390x", "openSUSE Tumbleweed:nmap-7.93-1.1.x86_64", "openSUSE Tumbleweed:nping-7.93-1.1.aarch64", "openSUSE Tumbleweed:nping-7.93-1.1.ppc64le", "openSUSE Tumbleweed:nping-7.93-1.1.s390x", "openSUSE Tumbleweed:nping-7.93-1.1.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:ncat-7.93-1.1.aarch64", "openSUSE Tumbleweed:ncat-7.93-1.1.ppc64le", "openSUSE Tumbleweed:ncat-7.93-1.1.s390x", "openSUSE Tumbleweed:ncat-7.93-1.1.x86_64", "openSUSE Tumbleweed:nmap-7.93-1.1.aarch64", "openSUSE Tumbleweed:nmap-7.93-1.1.ppc64le", "openSUSE Tumbleweed:nmap-7.93-1.1.s390x", "openSUSE Tumbleweed:nmap-7.93-1.1.x86_64", "openSUSE Tumbleweed:nping-7.93-1.1.aarch64", "openSUSE Tumbleweed:nping-7.93-1.1.ppc64le", "openSUSE Tumbleweed:nping-7.93-1.1.s390x", "openSUSE Tumbleweed:nping-7.93-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:ncat-7.93-1.1.aarch64", "openSUSE Tumbleweed:ncat-7.93-1.1.ppc64le", "openSUSE Tumbleweed:ncat-7.93-1.1.s390x", "openSUSE Tumbleweed:ncat-7.93-1.1.x86_64", "openSUSE Tumbleweed:nmap-7.93-1.1.aarch64", "openSUSE Tumbleweed:nmap-7.93-1.1.ppc64le", "openSUSE Tumbleweed:nmap-7.93-1.1.s390x", "openSUSE Tumbleweed:nmap-7.93-1.1.x86_64", "openSUSE Tumbleweed:nping-7.93-1.1.aarch64", "openSUSE Tumbleweed:nping-7.93-1.1.ppc64le", "openSUSE Tumbleweed:nping-7.93-1.1.s390x", "openSUSE Tumbleweed:nping-7.93-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
opensuse-su-2021:1189-1
Vulnerability from csaf_opensuse
Published
2021-08-25 04:52
Modified
2021-08-25 04:52
Summary
Security update for openssl-1_0_0
Notes
Title of the patch
Security update for openssl-1_0_0
Description of the patch
This update for openssl-1_0_0 fixes the following issues:
- CVE-2021-3712: a bug in the code for printing certificate details could lead
to a buffer overrun that a malicious actor could exploit to crash the
application, causing a denial-of-service attack. [bsc#1189521]
This update was imported from the SUSE:SLE-15:Update update project.
Patchnames
openSUSE-2021-1189
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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-2021-3712: a bug in the code for printing certificate details could lead\n to a buffer overrun that a malicious actor could exploit to crash the\n application, causing a denial-of-service attack. [bsc#1189521]\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2021-1189", "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_1189-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:1189-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/JJMNXN2ETVF67Q4UKMXBSCF2LIA5HVUH/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:1189-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/JJMNXN2ETVF67Q4UKMXBSCF2LIA5HVUH/" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_0_0", "tracking": { "current_release_date": "2021-08-25T04:52:34Z", "generator": { "date": "2021-08-25T04:52:34Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:1189-1", "initial_release_date": "2021-08-25T04:52:34Z", "revision_history": [ { "date": "2021-08-25T04:52:34Z", "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.15.1.i586", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.15.1.i586", "product_id": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.15.1.i586" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-lp152.8.15.1.i586", "product": { "name": "libopenssl10-1.0.2p-lp152.8.15.1.i586", "product_id": "libopenssl10-1.0.2p-lp152.8.15.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-lp152.8.15.1.i586", "product": { "name": "libopenssl1_0_0-1.0.2p-lp152.8.15.1.i586", "product_id": "libopenssl1_0_0-1.0.2p-lp152.8.15.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.1.i586", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.1.i586", "product_id": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.15.1.i586", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.15.1.i586", "product_id": "libopenssl1_0_0-steam-1.0.2p-lp152.8.15.1.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-lp152.8.15.1.i586", "product": { "name": "openssl-1_0_0-1.0.2p-lp152.8.15.1.i586", "product_id": "openssl-1_0_0-1.0.2p-lp152.8.15.1.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.15.1.i586", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.15.1.i586", "product_id": "openssl-1_0_0-cavs-1.0.2p-lp152.8.15.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2p-lp152.8.15.1.noarch", "product": { "name": "openssl-1_0_0-doc-1.0.2p-lp152.8.15.1.noarch", "product_id": "openssl-1_0_0-doc-1.0.2p-lp152.8.15.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.15.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.15.1.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.15.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.15.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.15.1.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.15.1.x86_64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-lp152.8.15.1.x86_64", "product": { "name": "libopenssl10-1.0.2p-lp152.8.15.1.x86_64", "product_id": "libopenssl10-1.0.2p-lp152.8.15.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-lp152.8.15.1.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2p-lp152.8.15.1.x86_64", "product_id": "libopenssl1_0_0-1.0.2p-lp152.8.15.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-lp152.8.15.1.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-lp152.8.15.1.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2p-lp152.8.15.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.1.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.15.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.15.1.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.15.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.15.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.15.1.x86_64", "product_id": "libopenssl1_0_0-steam-1.0.2p-lp152.8.15.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.15.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.15.1.x86_64", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.15.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-lp152.8.15.1.x86_64", "product": { "name": "openssl-1_0_0-1.0.2p-lp152.8.15.1.x86_64", "product_id": "openssl-1_0_0-1.0.2p-lp152.8.15.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.15.1.x86_64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.15.1.x86_64", "product_id": "openssl-1_0_0-cavs-1.0.2p-lp152.8.15.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.15.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.15.1.i586" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.15.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.15.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.15.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.15.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.15.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.15.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.15.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.15.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.15.1.i586" }, "product_reference": "libopenssl10-1.0.2p-lp152.8.15.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-lp152.8.15.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.15.1.x86_64" }, "product_reference": "libopenssl10-1.0.2p-lp152.8.15.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.15.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.15.1.i586" }, "product_reference": "libopenssl1_0_0-1.0.2p-lp152.8.15.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.15.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.15.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-lp152.8.15.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.15.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.15.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-lp152.8.15.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.15.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.1.i586" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.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.15.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.15.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.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.15.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.15.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.15.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.15.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.15.1.i586" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-lp152.8.15.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.15.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.15.1.x86_64" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-lp152.8.15.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.15.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.15.1.x86_64" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.15.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.15.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.15.1.i586" }, "product_reference": "openssl-1_0_0-1.0.2p-lp152.8.15.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.15.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.15.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-lp152.8.15.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.15.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.15.1.i586" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-lp152.8.15.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.15.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.15.1.x86_64" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-lp152.8.15.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.15.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.15.1.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-lp152.8.15.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" } ] }, "vulnerabilities": [ { "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 Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-32bit-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-doc-1.0.2p-lp152.8.15.1.noarch" ] }, "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 Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-32bit-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-doc-1.0.2p-lp152.8.15.1.noarch" ] } ], "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 Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-32bit-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.15.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.15.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-doc-1.0.2p-lp152.8.15.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-08-25T04:52:34Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
opensuse-su-2021:1248-1
Vulnerability from csaf_opensuse
Published
2021-09-12 14:06
Modified
2021-09-12 14:06
Summary
Security update for openssl-1_1
Notes
Title of the patch
Security update for openssl-1_1
Description of the patch
This update for openssl-1_1 fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
This update was imported from the SUSE:SLE-15-SP2:Update update project.
Patchnames
openSUSE-2021-1248
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521).\n\nThis update was imported from the SUSE:SLE-15-SP2:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2021-1248", "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_1248-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:1248-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BTAMI3TGUD3BTSIO4MHIHCP2H4HJWRWI/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:1248-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BTAMI3TGUD3BTSIO4MHIHCP2H4HJWRWI/" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2021-09-12T14:06:10Z", "generator": { "date": "2021-09-12T14:06:10Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:1248-1", "initial_release_date": "2021-09-12T14:06:10Z", "revision_history": [ { "date": "2021-09-12T14:06:10Z", "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.24.1.i586", "product": { "name": "libopenssl-1_1-devel-1.1.1d-lp152.7.24.1.i586", "product_id": "libopenssl-1_1-devel-1.1.1d-lp152.7.24.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-lp152.7.24.1.i586", "product": { "name": "libopenssl1_1-1.1.1d-lp152.7.24.1.i586", "product_id": "libopenssl1_1-1.1.1d-lp152.7.24.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.i586", "product": { "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.i586", "product_id": "libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-lp152.7.24.1.i586", "product": { "name": "openssl-1_1-1.1.1d-lp152.7.24.1.i586", "product_id": "openssl-1_1-1.1.1d-lp152.7.24.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.1d-lp152.7.24.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.1d-lp152.7.24.1.noarch", "product_id": "openssl-1_1-doc-1.1.1d-lp152.7.24.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-lp152.7.24.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-lp152.7.24.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.1d-lp152.7.24.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.24.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.24.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.24.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-lp152.7.24.1.x86_64", "product": { "name": "libopenssl1_1-1.1.1d-lp152.7.24.1.x86_64", "product_id": "libopenssl1_1-1.1.1d-lp152.7.24.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-lp152.7.24.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.1d-lp152.7.24.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.1d-lp152.7.24.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.24.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.24.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.24.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-lp152.7.24.1.x86_64", "product": { "name": "openssl-1_1-1.1.1d-lp152.7.24.1.x86_64", "product_id": "openssl-1_1-1.1.1d-lp152.7.24.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.24.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.24.1.i586" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-lp152.7.24.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.24.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.24.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-lp152.7.24.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.24.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.24.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.24.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.24.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.24.1.i586" }, "product_reference": "libopenssl1_1-1.1.1d-lp152.7.24.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.24.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.24.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-lp152.7.24.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.24.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.24.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-lp152.7.24.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.24.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.i586" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-lp152.7.24.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.24.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-lp152.7.24.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.24.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.24.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.24.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.24.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.24.1.i586" }, "product_reference": "openssl-1_1-1.1.1d-lp152.7.24.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.24.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.24.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-lp152.7.24.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.24.1.noarch as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.24.1.noarch" }, "product_reference": "openssl-1_1-doc-1.1.1d-lp152.7.24.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" } ] }, "vulnerabilities": [ { "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 Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.24.1.i586", "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.24.1.i586", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.i586", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.24.1.i586", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.24.1.noarch" ] }, "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 Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.24.1.i586", "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.24.1.i586", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.i586", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.24.1.i586", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.24.1.noarch" ] } ], "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 Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.24.1.i586", "openSUSE Leap 15.2:libopenssl-1_1-devel-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_1-devel-32bit-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.24.1.i586", "openSUSE Leap 15.2:libopenssl1_1-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-32bit-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.i586", "openSUSE Leap 15.2:libopenssl1_1-hmac-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:libopenssl1_1-hmac-32bit-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.24.1.i586", "openSUSE Leap 15.2:openssl-1_1-1.1.1d-lp152.7.24.1.x86_64", "openSUSE Leap 15.2:openssl-1_1-doc-1.1.1d-lp152.7.24.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-09-12T14:06:10Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
opensuse-su-2024:11126-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
libopenssl-1_0_0-devel-1.0.2u-6.2 on GA media
Notes
Title of the patch
libopenssl-1_0_0-devel-1.0.2u-6.2 on GA media
Description of the patch
These are all security issues fixed in the libopenssl-1_0_0-devel-1.0.2u-6.2 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-11126
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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-6.2 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-6.2 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-11126", "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_11126-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-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-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-3737 page", "url": "https://www.suse.com/security/cve/CVE-2017-3737/" }, { "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-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-2018-5407 page", "url": "https://www.suse.com/security/cve/CVE-2018-5407/" }, { "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-1551 page", "url": "https://www.suse.com/security/cve/CVE-2019-1551/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-1559 page", "url": "https://www.suse.com/security/cve/CVE-2019-1559/" }, { "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-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-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "libopenssl-1_0_0-devel-1.0.2u-6.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:11126-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-6.2.aarch64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2u-6.2.aarch64", "product_id": "libopenssl-1_0_0-devel-1.0.2u-6.2.aarch64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2u-6.2.aarch64", "product": { "name": "libopenssl10-1.0.2u-6.2.aarch64", "product_id": "libopenssl10-1.0.2u-6.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2u-6.2.aarch64", "product": { "name": "libopenssl1_0_0-1.0.2u-6.2.aarch64", "product_id": "libopenssl1_0_0-1.0.2u-6.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "product_id": "libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "product_id": "libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "product": { "name": "libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "product_id": "libopenssl1_0_0-steam-1.0.2u-6.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2u-6.2.aarch64", "product": { "name": "openssl-1_0_0-1.0.2u-6.2.aarch64", "product_id": "openssl-1_0_0-1.0.2u-6.2.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "product": { "name": "openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "product_id": "openssl-1_0_0-cavs-1.0.2u-6.2.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "product": { "name": "openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "product_id": "openssl-1_0_0-doc-1.0.2u-6.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "product": { "name": "libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "product_id": "libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl10-1.0.2u-6.2.ppc64le", "product": { "name": "libopenssl10-1.0.2u-6.2.ppc64le", "product_id": "libopenssl10-1.0.2u-6.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2u-6.2.ppc64le", "product": { "name": "libopenssl1_0_0-1.0.2u-6.2.ppc64le", "product_id": "libopenssl1_0_0-1.0.2u-6.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "product": { "name": "libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "product_id": "libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "product_id": "libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "product": { "name": "libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "product_id": "libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2u-6.2.ppc64le", "product": { "name": "openssl-1_0_0-1.0.2u-6.2.ppc64le", "product_id": "openssl-1_0_0-1.0.2u-6.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "product": { "name": "openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "product_id": "openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "product": { "name": "openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "product_id": "openssl-1_0_0-doc-1.0.2u-6.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "product": { "name": "libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "product_id": "libopenssl-1_0_0-devel-1.0.2u-6.2.s390x" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x" } }, { "category": "product_version", "name": "libopenssl10-1.0.2u-6.2.s390x", "product": { "name": "libopenssl10-1.0.2u-6.2.s390x", "product_id": "libopenssl10-1.0.2u-6.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2u-6.2.s390x", "product": { "name": "libopenssl1_0_0-1.0.2u-6.2.s390x", "product_id": "libopenssl1_0_0-1.0.2u-6.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "product": { "name": "libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "product_id": "libopenssl1_0_0-32bit-1.0.2u-6.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "product": { "name": "libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "product_id": "libopenssl1_0_0-hmac-1.0.2u-6.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "product": { "name": "libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "product_id": "libopenssl1_0_0-steam-1.0.2u-6.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2u-6.2.s390x", "product": { "name": "openssl-1_0_0-1.0.2u-6.2.s390x", "product_id": "openssl-1_0_0-1.0.2u-6.2.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "product": { "name": "openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "product_id": "openssl-1_0_0-cavs-1.0.2u-6.2.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2u-6.2.s390x", "product": { "name": "openssl-1_0_0-doc-1.0.2u-6.2.s390x", "product_id": "openssl-1_0_0-doc-1.0.2u-6.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2u-6.2.x86_64", "product": { "name": "libopenssl10-1.0.2u-6.2.x86_64", "product_id": "libopenssl10-1.0.2u-6.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2u-6.2.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2u-6.2.x86_64", "product_id": "libopenssl1_0_0-1.0.2u-6.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "product": { "name": "libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "product_id": "libopenssl1_0_0-steam-1.0.2u-6.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2u-6.2.x86_64", "product": { "name": "openssl-1_0_0-1.0.2u-6.2.x86_64", "product_id": "openssl-1_0_0-1.0.2u-6.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "product": { "name": "openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "product_id": "openssl-1_0_0-cavs-1.0.2u-6.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2u-6.2.x86_64", "product": { "name": "openssl-1_0_0-doc-1.0.2u-6.2.x86_64", "product_id": "openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2u-6.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2u-6.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2u-6.2.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-6.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2u-6.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64" }, "product_reference": "libopenssl10-1.0.2u-6.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2u-6.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le" }, "product_reference": "libopenssl10-1.0.2u-6.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2u-6.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x" }, "product_reference": "libopenssl10-1.0.2u-6.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2u-6.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64" }, "product_reference": "libopenssl10-1.0.2u-6.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2u-6.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2u-6.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2u-6.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2u-6.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2u-6.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2u-6.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2u-6.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2u-6.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2u-6.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2u-6.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2u-6.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64" }, "product_reference": "libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le" }, "product_reference": "libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2u-6.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x" }, "product_reference": "libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-1.0.2u-6.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64" }, "product_reference": "libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2u-6.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2u-6.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2u-6.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2u-6.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2u-6.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x" }, "product_reference": "openssl-1_0_0-1.0.2u-6.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2u-6.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2u-6.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2u-6.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64" }, "product_reference": "openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le" }, "product_reference": "openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2u-6.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x" }, "product_reference": "openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-cavs-1.0.2u-6.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64" }, "product_reference": "openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2u-6.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64" }, "product_reference": "openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2u-6.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le" }, "product_reference": "openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2u-6.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x" }, "product_reference": "openssl-1_0_0-doc-1.0.2u-6.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-doc-1.0.2u-6.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" }, "product_reference": "openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2006-4343" }, { "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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2008-1672" }, { "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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2017-3736" }, { "cve": "CVE-2017-3737", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-3737" } ], "notes": [ { "category": "general", "text": "OpenSSL 1.0.2 (starting from version 1.0.2b) introduced an \"error state\" mechanism. The intent was that if a fatal error occurred during a handshake then OpenSSL would move into the error state and would immediately fail if you attempted to continue the handshake. This works as designed for the explicit handshake functions (SSL_do_handshake(), SSL_accept() and SSL_connect()), however due to a bug it does not work correctly if SSL_read() or SSL_write() is called directly. In that scenario, if the handshake fails then a fatal error will be returned in the initial function call. If SSL_read()/SSL_write() is subsequently called by the application for the same SSL object then it will succeed and the data is passed without being decrypted/encrypted directly from the SSL/TLS record layer. In order to exploit this issue an application bug would have to be present that resulted in a call to SSL_read()/SSL_write() being issued after having already received a fatal error. OpenSSL version 1.0.2b-1.0.2m are affected. Fixed in OpenSSL 1.0.2n. OpenSSL 1.1.0 is not affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-3737", "url": "https://www.suse.com/security/cve/CVE-2017-3737" }, { "category": "external", "summary": "SUSE Bug 1071905 for CVE-2017-3737", "url": "https://bugzilla.suse.com/1071905" }, { "category": "external", "summary": "SUSE Bug 1072322 for CVE-2017-3737", "url": "https://bugzilla.suse.com/1072322" }, { "category": "external", "summary": "SUSE Bug 1076369 for CVE-2017-3737", "url": "https://bugzilla.suse.com/1076369" }, { "category": "external", "summary": "SUSE Bug 1089987 for CVE-2017-3737", "url": "https://bugzilla.suse.com/1089987" }, { "category": "external", "summary": "SUSE Bug 1089997 for CVE-2017-3737", "url": "https://bugzilla.suse.com/1089997" } ], "remediations": [ { "category": "vendor_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-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2017-3737" }, { "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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-0734" }, { "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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2018-0739" }, { "cve": "CVE-2018-5407", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-5407" } ], "notes": [ { "category": "general", "text": "Simultaneous Multi-threading (SMT) in processors can enable local users to exploit software vulnerable to timing attacks via a side-channel timing attack on \u0027port contention\u0027.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-5407", "url": "https://www.suse.com/security/cve/CVE-2018-5407" }, { "category": "external", "summary": "SUSE Bug 1113534 for CVE-2018-5407", "url": "https://bugzilla.suse.com/1113534" }, { "category": "external", "summary": "SUSE Bug 1116195 for CVE-2018-5407", "url": "https://bugzilla.suse.com/1116195" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2018-5407", "url": "https://bugzilla.suse.com/1126909" }, { "category": "external", "summary": "SUSE Bug 1148697 for CVE-2018-5407", "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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:P/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-5407" }, { "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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-1547" }, { "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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-1551" }, { "cve": "CVE-2019-1559", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-1559" } ], "notes": [ { "category": "general", "text": "If an application encounters a fatal protocol error and then calls SSL_shutdown() twice (once to send a close_notify, and once to receive one) then OpenSSL can respond differently to the calling application if a 0 byte record is received with invalid padding compared to if a 0 byte record is received with an invalid MAC. If the application then behaves differently based on that in a way that is detectable to the remote peer, then this amounts to a padding oracle that could be used to decrypt data. In order for this to be exploitable \"non-stitched\" ciphersuites must be in use. Stitched ciphersuites are optimised implementations of certain commonly used ciphersuites. Also the application must call SSL_shutdown() twice even if a protocol error has occurred (applications should not do this but some do anyway). Fixed in OpenSSL 1.0.2r (Affected 1.0.2-1.0.2q).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-1559", "url": "https://www.suse.com/security/cve/CVE-2019-1559" }, { "category": "external", "summary": "SUSE Bug 1127080 for CVE-2019-1559", "url": "https://bugzilla.suse.com/1127080" }, { "category": "external", "summary": "SUSE Bug 1130039 for CVE-2019-1559", "url": "https://bugzilla.suse.com/1130039" }, { "category": "external", "summary": "SUSE Bug 1141798 for CVE-2019-1559", "url": "https://bugzilla.suse.com/1141798" } ], "remediations": [ { "category": "vendor_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-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2019-1559" }, { "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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-1563" }, { "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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-23841" }, { "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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.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_0_0-devel-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl10-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-6.2.x86_64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.aarch64", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.ppc64le", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.s390x", "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-6.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
opensuse-su-2021:2966-1
Vulnerability from csaf_opensuse
Published
2021-09-07 07:49
Modified
2021-09-07 07:49
Summary
Security update for openssl-1_1
Notes
Title of the patch
Security update for openssl-1_1
Description of the patch
This update for openssl-1_1 fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
Patchnames
openSUSE-SLE-15.3-2021-2966
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521).\n", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-SLE-15.3-2021-2966", "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_2966-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:2966-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZZPO3HVVYNS6WITBZKOQFXIVLJOK24MR/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:2966-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZZPO3HVVYNS6WITBZKOQFXIVLJOK24MR/" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2021-09-07T07:49:35Z", "generator": { "date": "2021-09-07T07:49:35Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:2966-1", "initial_release_date": "2021-09-07T07:49:35Z", "revision_history": [ { "date": "2021-09-07T07:49:35Z", "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.30.1.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.aarch64", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.aarch64", "product_id": "libopenssl1_1-1.1.1d-11.30.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.aarch64", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.aarch64", "product_id": "openssl-1_1-1.1.1d-11.30.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.1d-11.30.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.1d-11.30.1.noarch", "product_id": "openssl-1_1-doc-1.1.1d-11.30.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.ppc64le", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.ppc64le", "product_id": "libopenssl1_1-1.1.1d-11.30.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.ppc64le", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.ppc64le", "product_id": "openssl-1_1-1.1.1d-11.30.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.s390x", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.s390x", "product_id": "libopenssl1_1-1.1.1d-11.30.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.s390x", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.s390x", "product_id": "openssl-1_1-1.1.1d-11.30.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl1_1-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.x86_64", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.x86_64", "product_id": "openssl-1_1-1.1.1d-11.30.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.3", "product": { "name": "openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.3" } } } ], "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.30.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.30.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.30.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.30.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.30.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.30.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.30.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.30.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.s390x" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.30.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-doc-1.1.1d-11.30.1.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:openssl-1_1-doc-1.1.1d-11.30.1.noarch" }, "product_reference": "openssl-1_1-doc-1.1.1d-11.30.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" } ] }, "vulnerabilities": [ { "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 Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.aarch64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.ppc64le", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.s390x", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-doc-1.1.1d-11.30.1.noarch" ] }, "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 Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.aarch64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.ppc64le", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.s390x", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-doc-1.1.1d-11.30.1.noarch" ] } ], "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 Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "openSUSE Leap 15.3:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "openSUSE Leap 15.3:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.aarch64", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.ppc64le", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.s390x", "openSUSE Leap 15.3:openssl-1_1-1.1.1d-11.30.1.x86_64", "openSUSE Leap 15.3:openssl-1_1-doc-1.1.1d-11.30.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-09-07T07:49:35Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
opensuse-su-2024:11127-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
libopenssl-1_1-devel-1.1.1l-1.2 on GA media
Notes
Title of the patch
libopenssl-1_1-devel-1.1.1l-1.2 on GA media
Description of the patch
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.
Patchnames
openSUSE-Tumbleweed-2024-11127
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 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 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 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 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 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 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" ] } ], "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": "critical" } ], "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": "moderate" } ], "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-2021:1261-1
Vulnerability from csaf_opensuse
Published
2021-09-14 12:07
Modified
2021-09-14 12:07
Summary
Security update for openssl-1_0_0
Notes
Title of the patch
Security update for openssl-1_0_0
Description of the patch
This update for openssl-1_0_0 fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
This update was imported from the SUSE:SLE-15:Update update project.
Patchnames
openSUSE-2021-1261
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521).\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2021-1261", "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_1261-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:1261-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/UE6BERTPDDZTU2D7PHOS5VANHEPO7VG4/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:1261-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/UE6BERTPDDZTU2D7PHOS5VANHEPO7VG4/" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_0_0", "tracking": { "current_release_date": "2021-09-14T12:07:16Z", "generator": { "date": "2021-09-14T12:07:16Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:1261-1", "initial_release_date": "2021-09-14T12:07:16Z", "revision_history": [ { "date": "2021-09-14T12:07:16Z", "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.18.1.i586", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.18.1.i586", "product_id": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.18.1.i586" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-lp152.8.18.1.i586", "product": { "name": "libopenssl10-1.0.2p-lp152.8.18.1.i586", "product_id": "libopenssl10-1.0.2p-lp152.8.18.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-lp152.8.18.1.i586", "product": { "name": "libopenssl1_0_0-1.0.2p-lp152.8.18.1.i586", "product_id": "libopenssl1_0_0-1.0.2p-lp152.8.18.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.1.i586", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.1.i586", "product_id": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.18.1.i586", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.18.1.i586", "product_id": "libopenssl1_0_0-steam-1.0.2p-lp152.8.18.1.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-lp152.8.18.1.i586", "product": { "name": "openssl-1_0_0-1.0.2p-lp152.8.18.1.i586", "product_id": "openssl-1_0_0-1.0.2p-lp152.8.18.1.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.18.1.i586", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.18.1.i586", "product_id": "openssl-1_0_0-cavs-1.0.2p-lp152.8.18.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2p-lp152.8.18.1.noarch", "product": { "name": "openssl-1_0_0-doc-1.0.2p-lp152.8.18.1.noarch", "product_id": "openssl-1_0_0-doc-1.0.2p-lp152.8.18.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.18.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.18.1.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.18.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.18.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.18.1.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.18.1.x86_64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-lp152.8.18.1.x86_64", "product": { "name": "libopenssl10-1.0.2p-lp152.8.18.1.x86_64", "product_id": "libopenssl10-1.0.2p-lp152.8.18.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-lp152.8.18.1.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2p-lp152.8.18.1.x86_64", "product_id": "libopenssl1_0_0-1.0.2p-lp152.8.18.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-lp152.8.18.1.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-lp152.8.18.1.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2p-lp152.8.18.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.1.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.18.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.18.1.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.18.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.18.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-lp152.8.18.1.x86_64", "product_id": "libopenssl1_0_0-steam-1.0.2p-lp152.8.18.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.18.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.18.1.x86_64", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.18.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-lp152.8.18.1.x86_64", "product": { "name": "openssl-1_0_0-1.0.2p-lp152.8.18.1.x86_64", "product_id": "openssl-1_0_0-1.0.2p-lp152.8.18.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.18.1.x86_64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-lp152.8.18.1.x86_64", "product_id": "openssl-1_0_0-cavs-1.0.2p-lp152.8.18.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.18.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.18.1.i586" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.18.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.18.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.18.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-lp152.8.18.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.18.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.18.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.18.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.18.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.18.1.i586" }, "product_reference": "libopenssl10-1.0.2p-lp152.8.18.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-lp152.8.18.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.18.1.x86_64" }, "product_reference": "libopenssl10-1.0.2p-lp152.8.18.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.18.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.18.1.i586" }, "product_reference": "libopenssl1_0_0-1.0.2p-lp152.8.18.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.18.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.18.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-lp152.8.18.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.18.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.18.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-lp152.8.18.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.18.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.1.i586" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.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.18.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.18.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.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.18.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.18.1.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.18.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.18.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.18.1.i586" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-lp152.8.18.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.18.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.18.1.x86_64" }, "product_reference": "libopenssl1_0_0-steam-1.0.2p-lp152.8.18.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.18.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.18.1.x86_64" }, "product_reference": "libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.18.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.18.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.18.1.i586" }, "product_reference": "openssl-1_0_0-1.0.2p-lp152.8.18.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.18.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.18.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-lp152.8.18.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.18.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.18.1.i586" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-lp152.8.18.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.18.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.18.1.x86_64" }, "product_reference": "openssl-1_0_0-cavs-1.0.2p-lp152.8.18.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.18.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.18.1.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-lp152.8.18.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" } ] }, "vulnerabilities": [ { "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 Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-32bit-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-doc-1.0.2p-lp152.8.18.1.noarch" ] }, "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 Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-32bit-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-doc-1.0.2p-lp152.8.18.1.noarch" ] } ], "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 Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl-1_0_0-devel-32bit-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl10-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-32bit-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-hmac-32bit-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:libopenssl1_0_0-steam-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:libopenssl1_0_0-steam-32bit-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.18.1.i586", "openSUSE Leap 15.2:openssl-1_0_0-cavs-1.0.2p-lp152.8.18.1.x86_64", "openSUSE Leap 15.2:openssl-1_0_0-doc-1.0.2p-lp152.8.18.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-09-14T12:07:16Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:3144-1
Vulnerability from csaf_suse
Published
2021-09-20 05:58
Modified
2021-09-20 05:58
Summary
Security update for openssl
Notes
Title of the patch
Security update for openssl
Description of the patch
This update for openssl fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
Patchnames
HPE-Helion-OpenStack-8-2021-3144,SUSE-2021-3144,SUSE-OpenStack-Cloud-8-2021-3144,SUSE-OpenStack-Cloud-Crowbar-8-2021-3144,SUSE-SLE-SAP-12-SP3-2021-3144,SUSE-SLE-SERVER-12-SP2-BCL-2021-3144,SUSE-SLE-SERVER-12-SP3-2021-3144,SUSE-SLE-SERVER-12-SP3-BCL-2021-3144
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521).\n", "title": "Description of the patch" }, { "category": "details", "text": "HPE-Helion-OpenStack-8-2021-3144,SUSE-2021-3144,SUSE-OpenStack-Cloud-8-2021-3144,SUSE-OpenStack-Cloud-Crowbar-8-2021-3144,SUSE-SLE-SAP-12-SP3-2021-3144,SUSE-SLE-SERVER-12-SP2-BCL-2021-3144,SUSE-SLE-SERVER-12-SP3-2021-3144,SUSE-SLE-SERVER-12-SP3-BCL-2021-3144", "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_3144-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:3144-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20213144-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:3144-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009467.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl", "tracking": { "current_release_date": "2021-09-20T05:58:04Z", "generator": { "date": "2021-09-20T05:58:04Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:3144-1", "initial_release_date": "2021-09-20T05:58:04Z", "revision_history": [ { "date": "2021-09-20T05:58:04Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.72.2.aarch64", "product": { "name": "libopenssl-devel-1.0.2j-60.72.2.aarch64", "product_id": "libopenssl-devel-1.0.2j-60.72.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.72.2.aarch64", "product": { "name": "libopenssl1_0_0-1.0.2j-60.72.2.aarch64", "product_id": "libopenssl1_0_0-1.0.2j-60.72.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.aarch64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.aarch64", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.aarch64" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.72.2.aarch64", "product": { "name": "openssl-1.0.2j-60.72.2.aarch64", "product_id": "openssl-1.0.2j-60.72.2.aarch64" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.72.2.aarch64", "product": { "name": "openssl-cavs-1.0.2j-60.72.2.aarch64", "product_id": "openssl-cavs-1.0.2j-60.72.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-64bit-1.0.2j-60.72.2.aarch64_ilp32", "product": { "name": "libopenssl-devel-64bit-1.0.2j-60.72.2.aarch64_ilp32", "product_id": "libopenssl-devel-64bit-1.0.2j-60.72.2.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-64bit-1.0.2j-60.72.2.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-64bit-1.0.2j-60.72.2.aarch64_ilp32", "product_id": "libopenssl1_0_0-64bit-1.0.2j-60.72.2.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.72.2.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.72.2.aarch64_ilp32", "product_id": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.72.2.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.72.2.i586", "product": { "name": "libopenssl-devel-1.0.2j-60.72.2.i586", "product_id": "libopenssl-devel-1.0.2j-60.72.2.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.72.2.i586", "product": { "name": "libopenssl1_0_0-1.0.2j-60.72.2.i586", "product_id": "libopenssl1_0_0-1.0.2j-60.72.2.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.i586", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.i586", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.i586" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.72.2.i586", "product": { "name": "openssl-1.0.2j-60.72.2.i586", "product_id": "openssl-1.0.2j-60.72.2.i586" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.72.2.i586", "product": { "name": "openssl-cavs-1.0.2j-60.72.2.i586", "product_id": "openssl-cavs-1.0.2j-60.72.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-doc-1.0.2j-60.72.2.noarch", "product": { "name": "openssl-doc-1.0.2j-60.72.2.noarch", "product_id": "openssl-doc-1.0.2j-60.72.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.72.2.ppc64le", "product": { "name": "libopenssl-devel-1.0.2j-60.72.2.ppc64le", "product_id": "libopenssl-devel-1.0.2j-60.72.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.72.2.ppc64le", "product": { "name": "libopenssl1_0_0-1.0.2j-60.72.2.ppc64le", "product_id": "libopenssl1_0_0-1.0.2j-60.72.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.ppc64le", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.72.2.ppc64le", "product": { "name": "openssl-1.0.2j-60.72.2.ppc64le", "product_id": "openssl-1.0.2j-60.72.2.ppc64le" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.72.2.ppc64le", "product": { "name": "openssl-cavs-1.0.2j-60.72.2.ppc64le", "product_id": "openssl-cavs-1.0.2j-60.72.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.72.2.s390", "product": { "name": "libopenssl-devel-1.0.2j-60.72.2.s390", "product_id": "libopenssl-devel-1.0.2j-60.72.2.s390" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.72.2.s390", "product": { "name": "libopenssl1_0_0-1.0.2j-60.72.2.s390", "product_id": "libopenssl1_0_0-1.0.2j-60.72.2.s390" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.s390", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.s390", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.s390" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.72.2.s390", "product": { "name": "openssl-1.0.2j-60.72.2.s390", "product_id": "openssl-1.0.2j-60.72.2.s390" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.72.2.s390", "product": { "name": "openssl-cavs-1.0.2j-60.72.2.s390", "product_id": "openssl-cavs-1.0.2j-60.72.2.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.72.2.s390x", "product": { "name": "libopenssl-devel-1.0.2j-60.72.2.s390x", "product_id": "libopenssl-devel-1.0.2j-60.72.2.s390x" } }, { "category": "product_version", "name": "libopenssl-devel-32bit-1.0.2j-60.72.2.s390x", "product": { "name": "libopenssl-devel-32bit-1.0.2j-60.72.2.s390x", "product_id": "libopenssl-devel-32bit-1.0.2j-60.72.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.72.2.s390x", "product": { "name": "libopenssl1_0_0-1.0.2j-60.72.2.s390x", "product_id": "libopenssl1_0_0-1.0.2j-60.72.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.s390x", "product": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.s390x", "product_id": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.s390x", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.s390x", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.s390x", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.s390x", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.s390x" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.72.2.s390x", "product": { "name": "openssl-1.0.2j-60.72.2.s390x", "product_id": "openssl-1.0.2j-60.72.2.s390x" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.72.2.s390x", "product": { "name": "openssl-cavs-1.0.2j-60.72.2.s390x", "product_id": "openssl-cavs-1.0.2j-60.72.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.72.2.x86_64", "product": { "name": "libopenssl-devel-1.0.2j-60.72.2.x86_64", "product_id": "libopenssl-devel-1.0.2j-60.72.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "product_id": "libopenssl1_0_0-1.0.2j-60.72.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.72.2.x86_64", "product": { "name": "openssl-1.0.2j-60.72.2.x86_64", "product_id": "openssl-1.0.2j-60.72.2.x86_64" } }, { "category": "product_version", "name": "libopenssl-devel-32bit-1.0.2j-60.72.2.x86_64", "product": { "name": "libopenssl-devel-32bit-1.0.2j-60.72.2.x86_64", "product_id": "libopenssl-devel-32bit-1.0.2j-60.72.2.x86_64" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.72.2.x86_64", "product": { "name": "openssl-cavs-1.0.2j-60.72.2.x86_64", "product_id": "openssl-cavs-1.0.2j-60.72.2.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 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 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-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_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.72.2.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl-devel-1.0.2j-60.72.2.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.72.2.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.72.2.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl1_0_0-1.0.2j-60.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.72.2.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.72.2.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.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.72.2.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.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.72.2.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.72.2.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:openssl-1.0.2j-60.72.2.x86_64" }, "product_reference": "openssl-1.0.2j-60.72.2.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.72.2.noarch as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:openssl-doc-1.0.2j-60.72.2.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.72.2.noarch", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.72.2.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl-devel-1.0.2j-60.72.2.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.72.2.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.72.2.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl1_0_0-1.0.2j-60.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.72.2.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.72.2.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.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.72.2.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.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.72.2.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.72.2.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:openssl-1.0.2j-60.72.2.x86_64" }, "product_reference": "openssl-1.0.2j-60.72.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.72.2.noarch as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:openssl-doc-1.0.2j-60.72.2.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.72.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.72.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:libopenssl-devel-1.0.2j-60.72.2.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.72.2.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.72.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-1.0.2j-60.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.72.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:openssl-1.0.2j-60.72.2.x86_64" }, "product_reference": "openssl-1.0.2j-60.72.2.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.72.2.noarch as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:openssl-doc-1.0.2j-60.72.2.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.72.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.72.2.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.72.2.ppc64le" }, "product_reference": "libopenssl-devel-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.72.2.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.72.2.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.72.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.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.72.2.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.72.2.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.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.72.2.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.72.2.ppc64le" }, "product_reference": "openssl-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "openssl-1.0.2j-60.72.2.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.72.2.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.72.2.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "openssl-1.0.2j-60.72.2.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.72.2.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.72.2.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.72.2.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.72.2.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.72.2.aarch64" }, "product_reference": "libopenssl-devel-1.0.2j-60.72.2.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.72.2.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.72.2.ppc64le" }, "product_reference": "libopenssl-devel-1.0.2j-60.72.2.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.72.2.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.72.2.s390x" }, "product_reference": "libopenssl-devel-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.72.2.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.72.2.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.72.2.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.72.2.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.72.2.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.72.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.72.2.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.72.2.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.72.2.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.72.2.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.72.2.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.72.2.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.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.72.2.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.72.2.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.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.72.2.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.72.2.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.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.72.2.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.72.2.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.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.72.2.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.72.2.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.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.72.2.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.72.2.aarch64" }, "product_reference": "openssl-1.0.2j-60.72.2.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.72.2.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.72.2.ppc64le" }, "product_reference": "openssl-1.0.2j-60.72.2.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.72.2.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.72.2.s390x" }, "product_reference": "openssl-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "openssl-1.0.2j-60.72.2.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.72.2.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.72.2.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.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.72.2.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.72.2.x86_64" }, "product_reference": "openssl-1.0.2j-60.72.2.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.72.2.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.72.2.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.72.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" } ] }, "vulnerabilities": [ { "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": [ "HPE Helion OpenStack 8:libopenssl-devel-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:openssl-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.72.2.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.72.2.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.72.2.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.72.2.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE OpenStack Cloud 8:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:openssl-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE OpenStack Cloud Crowbar 8:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-doc-1.0.2j-60.72.2.noarch" ] }, "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": [ "HPE Helion OpenStack 8:libopenssl-devel-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:openssl-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.72.2.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.72.2.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.72.2.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.72.2.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE OpenStack Cloud 8:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:openssl-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE OpenStack Cloud Crowbar 8:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-doc-1.0.2j-60.72.2.noarch" ] } ], "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": [ "HPE Helion OpenStack 8:libopenssl-devel-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:openssl-1.0.2j-60.72.2.x86_64", "HPE Helion OpenStack 8:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.72.2.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.72.2.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.72.2.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.72.2.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.72.2.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.72.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.72.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE OpenStack Cloud 8:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:openssl-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud 8:openssl-doc-1.0.2j-60.72.2.noarch", "SUSE OpenStack Cloud Crowbar 8:libopenssl-devel-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-32bit-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-1.0.2j-60.72.2.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-doc-1.0.2j-60.72.2.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-09-20T05:58:04Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2825-1
Vulnerability from csaf_suse
Published
2021-08-24 14:14
Modified
2021-08-24 14:14
Summary
Security update for openssl
Notes
Title of the patch
Security update for openssl
Description of the patch
This update for openssl fixes the following security issue:
- CVE-2021-3712: a bug in the code for printing certificate details could lead
to a buffer overrun that a malicious actor could exploit to crash the
application, causing a denial-of-service attack. [bsc#1189521]
Patchnames
HPE-Helion-OpenStack-8-2021-2825,SUSE-2021-2825,SUSE-OpenStack-Cloud-8-2021-2825,SUSE-OpenStack-Cloud-Crowbar-8-2021-2825,SUSE-SLE-SAP-12-SP3-2021-2825,SUSE-SLE-SERVER-12-SP2-BCL-2021-2825,SUSE-SLE-SERVER-12-SP3-2021-2825,SUSE-SLE-SERVER-12-SP3-BCL-2021-2825
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 security issue:\n\n- CVE-2021-3712: a bug in the code for printing certificate details could lead\n to a buffer overrun that a malicious actor could exploit to crash the\n application, causing a denial-of-service attack. [bsc#1189521]\n", "title": "Description of the patch" }, { "category": "details", "text": "HPE-Helion-OpenStack-8-2021-2825,SUSE-2021-2825,SUSE-OpenStack-Cloud-8-2021-2825,SUSE-OpenStack-Cloud-Crowbar-8-2021-2825,SUSE-SLE-SAP-12-SP3-2021-2825,SUSE-SLE-SERVER-12-SP2-BCL-2021-2825,SUSE-SLE-SERVER-12-SP3-2021-2825,SUSE-SLE-SERVER-12-SP3-BCL-2021-2825", "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_2825-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2825-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212825-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2825-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009342.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl", "tracking": { "current_release_date": "2021-08-24T14:14:17Z", "generator": { "date": "2021-08-24T14:14:17Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2825-1", "initial_release_date": "2021-08-24T14:14:17Z", "revision_history": [ { "date": "2021-08-24T14:14:17Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.69.3.aarch64", "product": { "name": "libopenssl-devel-1.0.2j-60.69.3.aarch64", "product_id": "libopenssl-devel-1.0.2j-60.69.3.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.69.3.aarch64", "product": { "name": "libopenssl1_0_0-1.0.2j-60.69.3.aarch64", "product_id": "libopenssl1_0_0-1.0.2j-60.69.3.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.aarch64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.aarch64", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.aarch64" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.69.3.aarch64", "product": { "name": "openssl-1.0.2j-60.69.3.aarch64", "product_id": "openssl-1.0.2j-60.69.3.aarch64" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.69.3.aarch64", "product": { "name": "openssl-cavs-1.0.2j-60.69.3.aarch64", "product_id": "openssl-cavs-1.0.2j-60.69.3.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-64bit-1.0.2j-60.69.3.aarch64_ilp32", "product": { "name": "libopenssl-devel-64bit-1.0.2j-60.69.3.aarch64_ilp32", "product_id": "libopenssl-devel-64bit-1.0.2j-60.69.3.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-64bit-1.0.2j-60.69.3.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-64bit-1.0.2j-60.69.3.aarch64_ilp32", "product_id": "libopenssl1_0_0-64bit-1.0.2j-60.69.3.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.69.3.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.69.3.aarch64_ilp32", "product_id": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.69.3.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.69.3.i586", "product": { "name": "libopenssl-devel-1.0.2j-60.69.3.i586", "product_id": "libopenssl-devel-1.0.2j-60.69.3.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.69.3.i586", "product": { "name": "libopenssl1_0_0-1.0.2j-60.69.3.i586", "product_id": "libopenssl1_0_0-1.0.2j-60.69.3.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.i586", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.i586", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.i586" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.69.3.i586", "product": { "name": "openssl-1.0.2j-60.69.3.i586", "product_id": "openssl-1.0.2j-60.69.3.i586" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.69.3.i586", "product": { "name": "openssl-cavs-1.0.2j-60.69.3.i586", "product_id": "openssl-cavs-1.0.2j-60.69.3.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-doc-1.0.2j-60.69.3.noarch", "product": { "name": "openssl-doc-1.0.2j-60.69.3.noarch", "product_id": "openssl-doc-1.0.2j-60.69.3.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.69.3.ppc64le", "product": { "name": "libopenssl-devel-1.0.2j-60.69.3.ppc64le", "product_id": "libopenssl-devel-1.0.2j-60.69.3.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.69.3.ppc64le", "product": { "name": "libopenssl1_0_0-1.0.2j-60.69.3.ppc64le", "product_id": "libopenssl1_0_0-1.0.2j-60.69.3.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.ppc64le", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.ppc64le" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.69.3.ppc64le", "product": { "name": "openssl-1.0.2j-60.69.3.ppc64le", "product_id": "openssl-1.0.2j-60.69.3.ppc64le" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.69.3.ppc64le", "product": { "name": "openssl-cavs-1.0.2j-60.69.3.ppc64le", "product_id": "openssl-cavs-1.0.2j-60.69.3.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.69.3.s390", "product": { "name": "libopenssl-devel-1.0.2j-60.69.3.s390", "product_id": "libopenssl-devel-1.0.2j-60.69.3.s390" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.69.3.s390", "product": { "name": "libopenssl1_0_0-1.0.2j-60.69.3.s390", "product_id": "libopenssl1_0_0-1.0.2j-60.69.3.s390" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.s390", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.s390", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.s390" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.69.3.s390", "product": { "name": "openssl-1.0.2j-60.69.3.s390", "product_id": "openssl-1.0.2j-60.69.3.s390" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.69.3.s390", "product": { "name": "openssl-cavs-1.0.2j-60.69.3.s390", "product_id": "openssl-cavs-1.0.2j-60.69.3.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.69.3.s390x", "product": { "name": "libopenssl-devel-1.0.2j-60.69.3.s390x", "product_id": "libopenssl-devel-1.0.2j-60.69.3.s390x" } }, { "category": "product_version", "name": "libopenssl-devel-32bit-1.0.2j-60.69.3.s390x", "product": { "name": "libopenssl-devel-32bit-1.0.2j-60.69.3.s390x", "product_id": "libopenssl-devel-32bit-1.0.2j-60.69.3.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.69.3.s390x", "product": { "name": "libopenssl1_0_0-1.0.2j-60.69.3.s390x", "product_id": "libopenssl1_0_0-1.0.2j-60.69.3.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.s390x", "product": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.s390x", "product_id": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.s390x", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.s390x", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.s390x", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.s390x", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.s390x" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.69.3.s390x", "product": { "name": "openssl-1.0.2j-60.69.3.s390x", "product_id": "openssl-1.0.2j-60.69.3.s390x" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.69.3.s390x", "product": { "name": "openssl-cavs-1.0.2j-60.69.3.s390x", "product_id": "openssl-cavs-1.0.2j-60.69.3.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-devel-1.0.2j-60.69.3.x86_64", "product": { "name": "libopenssl-devel-1.0.2j-60.69.3.x86_64", "product_id": "libopenssl-devel-1.0.2j-60.69.3.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "product_id": "libopenssl1_0_0-1.0.2j-60.69.3.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64" } }, { "category": "product_version", "name": "openssl-1.0.2j-60.69.3.x86_64", "product": { "name": "openssl-1.0.2j-60.69.3.x86_64", "product_id": "openssl-1.0.2j-60.69.3.x86_64" } }, { "category": "product_version", "name": "libopenssl-devel-32bit-1.0.2j-60.69.3.x86_64", "product": { "name": "libopenssl-devel-32bit-1.0.2j-60.69.3.x86_64", "product_id": "libopenssl-devel-32bit-1.0.2j-60.69.3.x86_64" } }, { "category": "product_version", "name": "openssl-cavs-1.0.2j-60.69.3.x86_64", "product": { "name": "openssl-cavs-1.0.2j-60.69.3.x86_64", "product_id": "openssl-cavs-1.0.2j-60.69.3.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 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 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-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_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.69.3.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl-devel-1.0.2j-60.69.3.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.69.3.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.69.3.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl1_0_0-1.0.2j-60.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.69.3.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.69.3.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.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.69.3.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.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.69.3.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.69.3.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:openssl-1.0.2j-60.69.3.x86_64" }, "product_reference": "openssl-1.0.2j-60.69.3.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.69.3.noarch as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:openssl-doc-1.0.2j-60.69.3.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.69.3.noarch", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.69.3.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl-devel-1.0.2j-60.69.3.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.69.3.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.69.3.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl1_0_0-1.0.2j-60.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.69.3.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.69.3.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.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.69.3.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.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.69.3.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.69.3.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:openssl-1.0.2j-60.69.3.x86_64" }, "product_reference": "openssl-1.0.2j-60.69.3.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-1.0.2j-60.69.3.noarch as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:openssl-doc-1.0.2j-60.69.3.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.69.3.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.69.3.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:libopenssl-devel-1.0.2j-60.69.3.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.69.3.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.69.3.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-1.0.2j-60.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1.0.2j-60.69.3.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:openssl-1.0.2j-60.69.3.x86_64" }, "product_reference": "openssl-1.0.2j-60.69.3.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.69.3.noarch as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:openssl-doc-1.0.2j-60.69.3.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.69.3.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-1.0.2j-60.69.3.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.69.3.ppc64le" }, "product_reference": "libopenssl-devel-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.69.3.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.69.3.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.69.3.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.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.69.3.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.69.3.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.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.69.3.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.69.3.ppc64le" }, "product_reference": "openssl-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "openssl-1.0.2j-60.69.3.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.69.3.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.69.3.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "openssl-1.0.2j-60.69.3.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.69.3.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.69.3.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.69.3.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.69.3.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.69.3.aarch64" }, "product_reference": "libopenssl-devel-1.0.2j-60.69.3.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.69.3.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.69.3.ppc64le" }, "product_reference": "libopenssl-devel-1.0.2j-60.69.3.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.69.3.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.69.3.s390x" }, "product_reference": "libopenssl-devel-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.69.3.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.69.3.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.69.3.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.69.3.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.69.3.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.69.3.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.69.3.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.69.3.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.69.3.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.69.3.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.69.3.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.69.3.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.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.69.3.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.69.3.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.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.69.3.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.69.3.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.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.69.3.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.69.3.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.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.69.3.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.69.3.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.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.69.3.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.69.3.aarch64" }, "product_reference": "openssl-1.0.2j-60.69.3.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.69.3.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.69.3.ppc64le" }, "product_reference": "openssl-1.0.2j-60.69.3.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.69.3.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.69.3.s390x" }, "product_reference": "openssl-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "openssl-1.0.2j-60.69.3.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.69.3.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.69.3.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl-devel-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.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.69.3.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.69.3.x86_64" }, "product_reference": "openssl-1.0.2j-60.69.3.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.69.3.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.69.3.noarch" }, "product_reference": "openssl-doc-1.0.2j-60.69.3.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" } ] }, "vulnerabilities": [ { "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": [ "HPE Helion OpenStack 8:libopenssl-devel-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:openssl-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.69.3.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.69.3.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.69.3.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.69.3.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE OpenStack Cloud 8:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:openssl-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE OpenStack Cloud Crowbar 8:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-doc-1.0.2j-60.69.3.noarch" ] }, "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": [ "HPE Helion OpenStack 8:libopenssl-devel-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:openssl-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.69.3.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.69.3.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.69.3.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.69.3.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE OpenStack Cloud 8:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:openssl-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE OpenStack Cloud Crowbar 8:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-doc-1.0.2j-60.69.3.noarch" ] } ], "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": [ "HPE Helion OpenStack 8:libopenssl-devel-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:openssl-1.0.2j-60.69.3.x86_64", "HPE Helion OpenStack 8:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.69.3.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.69.3.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.69.3.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.69.3.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.69.3.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.69.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-1.0.2j-60.69.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE OpenStack Cloud 8:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:openssl-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud 8:openssl-doc-1.0.2j-60.69.3.noarch", "SUSE OpenStack Cloud Crowbar 8:libopenssl-devel-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-32bit-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:libopenssl1_0_0-hmac-32bit-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-1.0.2j-60.69.3.x86_64", "SUSE OpenStack Cloud Crowbar 8:openssl-doc-1.0.2j-60.69.3.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:14:17Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2833-1
Vulnerability from csaf_suse
Published
2021-08-24 14:21
Modified
2021-08-24 14:21
Summary
Security update for openssl-1_1
Notes
Title of the patch
Security update for openssl-1_1
Description of the patch
This update for openssl-1_1 fixes the following security issues:
- CVE-2021-3711: A bug in the implementation of the SM2 decryption code could
lead to buffer overflows. [bsc#1189520]
- CVE-2021-3712: a bug in the code for printing certificate details could
lead to a buffer overrun that a malicious actor could exploit to crash
the application, causing a denial-of-service attack. [bsc#1189521]
Patchnames
SUSE-2021-2833,SUSE-OpenStack-Cloud-9-2021-2833,SUSE-OpenStack-Cloud-Crowbar-9-2021-2833,SUSE-SLE-SAP-12-SP4-2021-2833,SUSE-SLE-SDK-12-SP5-2021-2833,SUSE-SLE-SERVER-12-SP4-LTSS-2021-2833,SUSE-SLE-SERVER-12-SP5-2021-2833
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 security issues:\n\n- CVE-2021-3711: A bug in the implementation of the SM2 decryption code could\n lead to buffer overflows. [bsc#1189520]\n\n- CVE-2021-3712: a bug in the code for printing certificate details could\n lead to a buffer overrun that a malicious actor could exploit to crash\n the application, causing a denial-of-service attack. [bsc#1189521]\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2833,SUSE-OpenStack-Cloud-9-2021-2833,SUSE-OpenStack-Cloud-Crowbar-9-2021-2833,SUSE-SLE-SAP-12-SP4-2021-2833,SUSE-SLE-SDK-12-SP5-2021-2833,SUSE-SLE-SERVER-12-SP4-LTSS-2021-2833,SUSE-SLE-SERVER-12-SP5-2021-2833", "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_2833-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2833-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212833-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2833-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009346.html" }, { "category": "self", "summary": "SUSE Bug 1189520", "url": "https://bugzilla.suse.com/1189520" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "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": "Security update for openssl-1_1", "tracking": { "current_release_date": "2021-08-24T14:21:30Z", "generator": { "date": "2021-08-24T14:21:30Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2833-1", "initial_release_date": "2021-08-24T14:21:30Z", "revision_history": [ { "date": "2021-08-24T14:21: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.1d-2.36.2.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.36.2.aarch64", "product_id": "libopenssl-1_1-devel-1.1.1d-2.36.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.36.2.aarch64", "product": { "name": "libopenssl1_1-1.1.1d-2.36.2.aarch64", "product_id": "libopenssl1_1-1.1.1d-2.36.2.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.36.2.aarch64", "product": { "name": "openssl-1_1-1.1.1d-2.36.2.aarch64", "product_id": "openssl-1_1-1.1.1d-2.36.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-64bit-1.1.1d-2.36.2.aarch64_ilp32", "product": { "name": "libopenssl-1_1-devel-64bit-1.1.1d-2.36.2.aarch64_ilp32", "product_id": "libopenssl-1_1-devel-64bit-1.1.1d-2.36.2.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-64bit-1.1.1d-2.36.2.aarch64_ilp32", "product": { "name": "libopenssl1_1-64bit-1.1.1d-2.36.2.aarch64_ilp32", "product_id": "libopenssl1_1-64bit-1.1.1d-2.36.2.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.36.2.i586", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.36.2.i586", "product_id": "libopenssl-1_1-devel-1.1.1d-2.36.2.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.36.2.i586", "product": { "name": "libopenssl1_1-1.1.1d-2.36.2.i586", "product_id": "libopenssl1_1-1.1.1d-2.36.2.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.36.2.i586", "product": { "name": "openssl-1_1-1.1.1d-2.36.2.i586", "product_id": "openssl-1_1-1.1.1d-2.36.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.1d-2.36.2.noarch", "product": { "name": "openssl-1_1-doc-1.1.1d-2.36.2.noarch", "product_id": "openssl-1_1-doc-1.1.1d-2.36.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.36.2.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.36.2.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.1d-2.36.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.36.2.ppc64le", "product": { "name": "libopenssl1_1-1.1.1d-2.36.2.ppc64le", "product_id": "libopenssl1_1-1.1.1d-2.36.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.36.2.ppc64le", "product": { "name": "openssl-1_1-1.1.1d-2.36.2.ppc64le", "product_id": "openssl-1_1-1.1.1d-2.36.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.36.2.s390", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.36.2.s390", "product_id": "libopenssl-1_1-devel-1.1.1d-2.36.2.s390" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.36.2.s390", "product": { "name": "libopenssl1_1-1.1.1d-2.36.2.s390", "product_id": "libopenssl1_1-1.1.1d-2.36.2.s390" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.36.2.s390", "product": { "name": "openssl-1_1-1.1.1d-2.36.2.s390", "product_id": "openssl-1_1-1.1.1d-2.36.2.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.36.2.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.36.2.s390x", "product_id": "libopenssl-1_1-devel-1.1.1d-2.36.2.s390x" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.s390x", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.s390x", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.36.2.s390x", "product": { "name": "libopenssl1_1-1.1.1d-2.36.2.s390x", "product_id": "libopenssl1_1-1.1.1d-2.36.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "product": { "name": "libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "product_id": "libopenssl1_1-32bit-1.1.1d-2.36.2.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.36.2.s390x", "product": { "name": "openssl-1_1-1.1.1d-2.36.2.s390x", "product_id": "openssl-1_1-1.1.1d-2.36.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.36.2.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.36.2.x86_64", "product_id": "libopenssl-1_1-devel-1.1.1d-2.36.2.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.36.2.x86_64", "product": { "name": "libopenssl1_1-1.1.1d-2.36.2.x86_64", "product_id": "libopenssl1_1-1.1.1d-2.36.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "product_id": "libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.36.2.x86_64", "product": { "name": "openssl-1_1-1.1.1d-2.36.2.x86_64", "product_id": "openssl-1_1-1.1.1d-2.36.2.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.36.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.36.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.36.2.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.36.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.36.2.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.36.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.36.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.36.2.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.36.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.36.2.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.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.36.2.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.36.2.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.36.2.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.36.2.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.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.36.2.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-2.36.2.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.36.2.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.36.2.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-2.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-2.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.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.36.2.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.36.2.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.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.36.2.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.36.2.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.36.2.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.36.2.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.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.36.2.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.36.2.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.36.2.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.36.2.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.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.36.2.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.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.36.2.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.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.36.2.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.36.2.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.36.2.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.36.2.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.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.36.2.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.36.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.36.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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.36.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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.36.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:21:30Z", "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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.36.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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.36.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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.36.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.36.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.36.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:21:30Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2966-1
Vulnerability from csaf_suse
Published
2021-09-07 07:49
Modified
2021-09-07 07:49
Summary
Security update for openssl-1_1
Notes
Title of the patch
Security update for openssl-1_1
Description of the patch
This update for openssl-1_1 fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
Patchnames
SUSE-2021-2966,SUSE-SLE-Module-Basesystem-15-SP2-2021-2966,SUSE-SLE-Module-Basesystem-15-SP3-2021-2966,SUSE-SUSE-MicroOS-5.0-2021-2966
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2966,SUSE-SLE-Module-Basesystem-15-SP2-2021-2966,SUSE-SLE-Module-Basesystem-15-SP3-2021-2966,SUSE-SUSE-MicroOS-5.0-2021-2966", "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_2966-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2966-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212966-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2966-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009420.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2021-09-07T07:49:34Z", "generator": { "date": "2021-09-07T07:49:34Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2966-1", "initial_release_date": "2021-09-07T07:49:34Z", "revision_history": [ { "date": "2021-09-07T07:49:34Z", "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.30.1.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.aarch64", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.aarch64", "product_id": "libopenssl1_1-1.1.1d-11.30.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.aarch64", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.aarch64", "product_id": "openssl-1_1-1.1.1d-11.30.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-64bit-1.1.1d-11.30.1.aarch64_ilp32", "product": { "name": "libopenssl-1_1-devel-64bit-1.1.1d-11.30.1.aarch64_ilp32", "product_id": "libopenssl-1_1-devel-64bit-1.1.1d-11.30.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-64bit-1.1.1d-11.30.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-64bit-1.1.1d-11.30.1.aarch64_ilp32", "product_id": "libopenssl1_1-64bit-1.1.1d-11.30.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-64bit-1.1.1d-11.30.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-hmac-64bit-1.1.1d-11.30.1.aarch64_ilp32", "product_id": "libopenssl1_1-hmac-64bit-1.1.1d-11.30.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.i586", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.i586", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.i586", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.i586", "product_id": "libopenssl1_1-1.1.1d-11.30.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.i586", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.i586", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.i586", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.i586", "product_id": "openssl-1_1-1.1.1d-11.30.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.1d-11.30.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.1d-11.30.1.noarch", "product_id": "openssl-1_1-doc-1.1.1d-11.30.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.ppc64le", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.ppc64le", "product_id": "libopenssl1_1-1.1.1d-11.30.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.ppc64le", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.ppc64le", "product_id": "openssl-1_1-1.1.1d-11.30.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.s390x", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.s390x", "product_id": "libopenssl1_1-1.1.1d-11.30.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.s390x", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.s390x", "product_id": "openssl-1_1-1.1.1d-11.30.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl1_1-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.x86_64", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.x86_64", "product_id": "openssl-1_1-1.1.1d-11.30.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_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP3", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.0", "product": { "name": "SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.0" } } } ], "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.30.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.30.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.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.30.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.30.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.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.30.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.30.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.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.30.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.30.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.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.30.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.30.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.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.30.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.30.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.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.30.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.30.1.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.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.30.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.30.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.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.30.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.30.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-11.30.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.30.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.30.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.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.30.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.30.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.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.30.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.30.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.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.30.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.30.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.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.30.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.30.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.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.30.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.30.1.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-11.30.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.30.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.30.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-11.30.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.30.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.30.1.s390x" }, "product_reference": "openssl-1_1-1.1.1d-11.30.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.30.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.30.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.x86_64", "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.30.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.30.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.30.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.30.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.30.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.30.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.30.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.30.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.s390x" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.30.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.30.1.aarch64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.30.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.30.1.x86_64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.30.1.aarch64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.30.1.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.30.1.x86_64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.30.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.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": [ "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.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": [ "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.30.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-09-07T07:49:34Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:3019-1
Vulnerability from csaf_suse
Published
2021-09-13 07:14
Modified
2021-09-13 07:14
Summary
Security update for compat-openssl098
Notes
Title of the patch
Security update for compat-openssl098
Description of the patch
This update for compat-openssl098 fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
Patchnames
SUSE-2021-3019,SUSE-SLE-Module-Legacy-12-2021-3019,SUSE-SLE-SAP-12-SP3-2021-3019,SUSE-SLE-SAP-12-SP4-2021-3019,SUSE-SLE-SAP-12-SP5-2021-3019
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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 compat-openssl098", "title": "Title of the patch" }, { "category": "description", "text": "This update for compat-openssl098 fixes the following issues:\n\n- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521). \n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-3019,SUSE-SLE-Module-Legacy-12-2021-3019,SUSE-SLE-SAP-12-SP3-2021-3019,SUSE-SLE-SAP-12-SP4-2021-3019,SUSE-SLE-SAP-12-SP5-2021-3019", "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_3019-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:3019-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20213019-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:3019-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009433.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for compat-openssl098", "tracking": { "current_release_date": "2021-09-13T07:14:50Z", "generator": { "date": "2021-09-13T07:14:50Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:3019-1", "initial_release_date": "2021-09-13T07:14:50Z", "revision_history": [ { "date": "2021-09-13T07:14:50Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-106.30.2.i586", "product": { "name": "libopenssl0_9_8-0.9.8j-106.30.2.i586", "product_id": "libopenssl0_9_8-0.9.8j-106.30.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-106.30.2.s390", "product": { "name": "libopenssl0_9_8-0.9.8j-106.30.2.s390", "product_id": "libopenssl0_9_8-0.9.8j-106.30.2.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-106.30.2.s390x", "product": { "name": "libopenssl0_9_8-0.9.8j-106.30.2.s390x", "product_id": "libopenssl0_9_8-0.9.8j-106.30.2.s390x" } }, { "category": "product_version", "name": "libopenssl0_9_8-32bit-0.9.8j-106.30.2.s390x", "product": { "name": "libopenssl0_9_8-32bit-0.9.8j-106.30.2.s390x", "product_id": "libopenssl0_9_8-32bit-0.9.8j-106.30.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "product": { "name": "libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "product_id": "libopenssl0_9_8-0.9.8j-106.30.2.x86_64" } }, { "category": "product_version", "name": "libopenssl0_9_8-32bit-0.9.8j-106.30.2.x86_64", "product": { "name": "libopenssl0_9_8-32bit-0.9.8j-106.30.2.x86_64", "product_id": "libopenssl0_9_8-32bit-0.9.8j-106.30.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Legacy 12", "product": { "name": "SUSE Linux Enterprise Module for Legacy 12", "product_id": "SUSE Linux Enterprise Module for Legacy 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:12" } } }, { "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 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 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": "libopenssl0_9_8-0.9.8j-106.30.2.s390x as component of SUSE Linux Enterprise Module for Legacy 12", "product_id": "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.30.2.s390x" }, "product_reference": "libopenssl0_9_8-0.9.8j-106.30.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 12" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-106.30.2.x86_64 as component of SUSE Linux Enterprise Module for Legacy 12", "product_id": "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.30.2.x86_64" }, "product_reference": "libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 12" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-32bit-0.9.8j-106.30.2.s390x as component of SUSE Linux Enterprise Module for Legacy 12", "product_id": "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.30.2.s390x" }, "product_reference": "libopenssl0_9_8-32bit-0.9.8j-106.30.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 12" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-32bit-0.9.8j-106.30.2.x86_64 as component of SUSE Linux Enterprise Module for Legacy 12", "product_id": "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.30.2.x86_64" }, "product_reference": "libopenssl0_9_8-32bit-0.9.8j-106.30.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 12" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-106.30.2.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:libopenssl0_9_8-0.9.8j-106.30.2.x86_64" }, "product_reference": "libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-106.30.2.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:libopenssl0_9_8-0.9.8j-106.30.2.x86_64" }, "product_reference": "libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-106.30.2.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:libopenssl0_9_8-0.9.8j-106.30.2.x86_64" }, "product_reference": "libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.30.2.s390x", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.30.2.s390x", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.30.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.30.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": [ "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.30.2.s390x", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.30.2.s390x", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.30.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.30.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": [ "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.30.2.s390x", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.30.2.s390x", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.30.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.30.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.30.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-09-13T07:14:50Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2831-1
Vulnerability from csaf_suse
Published
2021-08-24 14:21
Modified
2021-08-24 14:21
Summary
Security update for openssl-1_1
Notes
Title of the patch
Security update for openssl-1_1
Description of the patch
This update for openssl-1_1 fixes the following security issue:
- CVE-2021-3712: a bug in the code for printing certificate details could
lead to a buffer overrun that a malicious actor could exploit to crash
the application, causing a denial-of-service attack. [bsc#1189521]
Patchnames
SUSE-2021-2831,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-2831,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-2831,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-2831,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-2831,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-2831,SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-2831,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-2831,SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-2831,SUSE-Storage-6-2021-2831
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 security issue:\n\n- CVE-2021-3712: a bug in the code for printing certificate details could\n lead to a buffer overrun that a malicious actor could exploit to crash\n the application, causing a denial-of-service attack. [bsc#1189521]\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2831,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-2831,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-2831,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-2831,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-2831,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-2831,SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-2831,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-2831,SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-2831,SUSE-Storage-6-2021-2831", "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_2831-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2831-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212831-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2831-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009340.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2021-08-24T14:21:00Z", "generator": { "date": "2021-08-24T14:21:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2831-1", "initial_release_date": "2021-08-24T14:21:00Z", "revision_history": [ { "date": "2021-08-24T14:21: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.0i-14.18.1.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "product_id": "libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.18.1.aarch64", "product": { "name": "libopenssl1_1-1.1.0i-14.18.1.aarch64", "product_id": "libopenssl1_1-1.1.0i-14.18.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "product_id": "libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.18.1.aarch64", "product": { "name": "openssl-1_1-1.1.0i-14.18.1.aarch64", "product_id": "openssl-1_1-1.1.0i-14.18.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-64bit-1.1.0i-14.18.1.aarch64_ilp32", "product": { "name": "libopenssl-1_1-devel-64bit-1.1.0i-14.18.1.aarch64_ilp32", "product_id": "libopenssl-1_1-devel-64bit-1.1.0i-14.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-64bit-1.1.0i-14.18.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-64bit-1.1.0i-14.18.1.aarch64_ilp32", "product_id": "libopenssl1_1-64bit-1.1.0i-14.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-64bit-1.1.0i-14.18.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-hmac-64bit-1.1.0i-14.18.1.aarch64_ilp32", "product_id": "libopenssl1_1-hmac-64bit-1.1.0i-14.18.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.i586", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.i586", "product_id": "libopenssl-1_1-devel-1.1.0i-14.18.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.18.1.i586", "product": { "name": "libopenssl1_1-1.1.0i-14.18.1.i586", "product_id": "libopenssl1_1-1.1.0i-14.18.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.i586", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.i586", "product_id": "libopenssl1_1-hmac-1.1.0i-14.18.1.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.18.1.i586", "product": { "name": "openssl-1_1-1.1.0i-14.18.1.i586", "product_id": "openssl-1_1-1.1.0i-14.18.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.0i-14.18.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.0i-14.18.1.noarch", "product_id": "openssl-1_1-doc-1.1.0i-14.18.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.18.1.ppc64le", "product": { "name": "libopenssl1_1-1.1.0i-14.18.1.ppc64le", "product_id": "libopenssl1_1-1.1.0i-14.18.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "product_id": "libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.18.1.ppc64le", "product": { "name": "openssl-1_1-1.1.0i-14.18.1.ppc64le", "product_id": "openssl-1_1-1.1.0i-14.18.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.s390x", "product_id": "libopenssl-1_1-devel-1.1.0i-14.18.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.18.1.s390x", "product": { "name": "libopenssl1_1-1.1.0i-14.18.1.s390x", "product_id": "libopenssl1_1-1.1.0i-14.18.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.s390x", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.s390x", "product_id": "libopenssl1_1-hmac-1.1.0i-14.18.1.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.18.1.s390x", "product": { "name": "openssl-1_1-1.1.0i-14.18.1.s390x", "product_id": "openssl-1_1-1.1.0i-14.18.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.18.1.x86_64", "product": { "name": "libopenssl1_1-1.1.0i-14.18.1.x86_64", "product_id": "libopenssl1_1-1.1.0i-14.18.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.18.1.x86_64", "product": { "name": "openssl-1_1-1.1.0i-14.18.1.x86_64", "product_id": "openssl-1_1-1.1.0i-14.18.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP1-BCL", "product": { "name": "SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_bcl:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp1" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.0", "product": { "name": "SUSE Manager Proxy 4.0", "product_id": "SUSE Manager Proxy 4.0", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.0" } } }, { "category": "product_name", "name": "SUSE Manager Retail Branch Server 4.0", "product": { "name": "SUSE Manager Retail Branch Server 4.0", "product_id": "SUSE Manager Retail Branch Server 4.0", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-retail-branch-server:4.0" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.0", "product": { "name": "SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.0" } } }, { "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_1-devel-1.1.0i-14.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.18.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.18.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.s390x" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.s390x" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.18.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.18.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Proxy 4.0", "product_id": "SUSE Manager Proxy 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Proxy 4.0", "product_id": "SUSE Manager Proxy 4.0:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Proxy 4.0", "product_id": "SUSE Manager Proxy 4.0:libopenssl1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Proxy 4.0", "product_id": "SUSE Manager Proxy 4.0:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Proxy 4.0", "product_id": "SUSE Manager Proxy 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Proxy 4.0", "product_id": "SUSE Manager Proxy 4.0:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Proxy 4.0", "product_id": "SUSE Manager Proxy 4.0:openssl-1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0", "product_id": "SUSE Manager Retail Branch Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0", "product_id": "SUSE Manager Retail Branch Server 4.0:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0", "product_id": "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0", "product_id": "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0", "product_id": "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0", "product_id": "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Retail Branch Server 4.0", "product_id": "SUSE Manager Retail Branch Server 4.0:openssl-1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.s390x as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.ppc64le as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl1_1-1.1.0i-14.18.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.s390x as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl1_1-1.1.0i-14.18.1.s390x" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.s390x as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.ppc64le as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:openssl-1_1-1.1.0i-14.18.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.s390x as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:openssl-1_1-1.1.0i-14.18.1.s390x" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:openssl-1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.18.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.18.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.18.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.18.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.18.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" } ] }, "vulnerabilities": [ { "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": [ "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.18.1.aarch64", "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.18.1.aarch64", "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "SUSE Manager Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.s390x", "SUSE Manager Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl1_1-1.1.0i-14.18.1.ppc64le", "SUSE Manager Server 4.0:libopenssl1_1-1.1.0i-14.18.1.s390x", "SUSE Manager Server 4.0:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "SUSE Manager Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.s390x", "SUSE Manager Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:openssl-1_1-1.1.0i-14.18.1.ppc64le", "SUSE Manager Server 4.0:openssl-1_1-1.1.0i-14.18.1.s390x", "SUSE Manager Server 4.0:openssl-1_1-1.1.0i-14.18.1.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": [ "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.18.1.aarch64", "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.18.1.aarch64", "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "SUSE Manager Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.s390x", "SUSE Manager Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl1_1-1.1.0i-14.18.1.ppc64le", "SUSE Manager Server 4.0:libopenssl1_1-1.1.0i-14.18.1.s390x", "SUSE Manager Server 4.0:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "SUSE Manager Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.s390x", "SUSE Manager Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:openssl-1_1-1.1.0i-14.18.1.ppc64le", "SUSE Manager Server 4.0:openssl-1_1-1.1.0i-14.18.1.s390x", "SUSE Manager Server 4.0:openssl-1_1-1.1.0i-14.18.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": [ "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.18.1.aarch64", "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.18.1.aarch64", "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Proxy 4.0:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Retail Branch Server 4.0:openssl-1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.ppc64le", "SUSE Manager Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.s390x", "SUSE Manager Server 4.0:libopenssl-1_1-devel-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl-1_1-devel-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl1_1-1.1.0i-14.18.1.ppc64le", "SUSE Manager Server 4.0:libopenssl1_1-1.1.0i-14.18.1.s390x", "SUSE Manager Server 4.0:libopenssl1_1-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl1_1-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.ppc64le", "SUSE Manager Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.s390x", "SUSE Manager Server 4.0:libopenssl1_1-hmac-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:libopenssl1_1-hmac-32bit-1.1.0i-14.18.1.x86_64", "SUSE Manager Server 4.0:openssl-1_1-1.1.0i-14.18.1.ppc64le", "SUSE Manager Server 4.0:openssl-1_1-1.1.0i-14.18.1.s390x", "SUSE Manager Server 4.0:openssl-1_1-1.1.0i-14.18.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:21:00Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2966-2
Vulnerability from csaf_suse
Published
2021-09-21 14:38
Modified
2021-09-21 14:38
Summary
Security update for openssl-1_1
Notes
Title of the patch
Security update for openssl-1_1
Description of the patch
This update for openssl-1_1 fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
Patchnames
SUSE-2021-2966,SUSE-SUSE-MicroOS-5.1-2021-2966
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2966,SUSE-SUSE-MicroOS-5.1-2021-2966", "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_2966-2.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2966-2", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212966-2/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2966-2", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009478.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2021-09-21T14:38:54Z", "generator": { "date": "2021-09-21T14:38:54Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2966-2", "initial_release_date": "2021-09-21T14:38:54Z", "revision_history": [ { "date": "2021-09-21T14:38:54Z", "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.30.1.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.aarch64", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.aarch64", "product_id": "libopenssl1_1-1.1.1d-11.30.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.aarch64", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.aarch64", "product_id": "openssl-1_1-1.1.1d-11.30.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-64bit-1.1.1d-11.30.1.aarch64_ilp32", "product": { "name": "libopenssl-1_1-devel-64bit-1.1.1d-11.30.1.aarch64_ilp32", "product_id": "libopenssl-1_1-devel-64bit-1.1.1d-11.30.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-64bit-1.1.1d-11.30.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-64bit-1.1.1d-11.30.1.aarch64_ilp32", "product_id": "libopenssl1_1-64bit-1.1.1d-11.30.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-64bit-1.1.1d-11.30.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-hmac-64bit-1.1.1d-11.30.1.aarch64_ilp32", "product_id": "libopenssl1_1-hmac-64bit-1.1.1d-11.30.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.i586", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.i586", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.i586", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.i586", "product_id": "libopenssl1_1-1.1.1d-11.30.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.i586", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.i586", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.i586", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.i586", "product_id": "openssl-1_1-1.1.1d-11.30.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.1d-11.30.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.1d-11.30.1.noarch", "product_id": "openssl-1_1-doc-1.1.1d-11.30.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.ppc64le", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.ppc64le", "product_id": "libopenssl1_1-1.1.1d-11.30.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.ppc64le", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.ppc64le", "product_id": "openssl-1_1-1.1.1d-11.30.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.s390x", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.s390x", "product_id": "libopenssl1_1-1.1.1d-11.30.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.s390x", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.s390x", "product_id": "openssl-1_1-1.1.1d-11.30.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl1_1-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl1_1-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.1d-11.30.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.30.1.x86_64", "product": { "name": "openssl-1_1-1.1.1d-11.30.1.x86_64", "product_id": "openssl-1_1-1.1.1d-11.30.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.30.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-11.30.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.30.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-11.30.1.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.30.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.30.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-11.30.1.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.30.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-11.30.1.s390x" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.30.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-11.30.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-11.30.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-11.30.1.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": [ "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-11.30.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": [ "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-11.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-11.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-11.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-11.30.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-09-21T14:38:54Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2967-1
Vulnerability from csaf_suse
Published
2021-09-07 07:52
Modified
2021-09-07 07:52
Summary
Security update for openssl-1_1
Notes
Title of the patch
Security update for openssl-1_1
Description of the patch
This update for openssl-1_1 fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
Patchnames
SUSE-2021-2967,SUSE-SLE-Product-HPC-15-2021-2967,SUSE-SLE-Product-SLES-15-2021-2967,SUSE-SLE-Product-SLES_SAP-15-2021-2967
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2967,SUSE-SLE-Product-HPC-15-2021-2967,SUSE-SLE-Product-SLES-15-2021-2967,SUSE-SLE-Product-SLES_SAP-15-2021-2967", "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_2967-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2967-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212967-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2967-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009418.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2021-09-07T07:52:33Z", "generator": { "date": "2021-09-07T07:52:33Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2967-1", "initial_release_date": "2021-09-07T07:52:33Z", "revision_history": [ { "date": "2021-09-07T07:52:33Z", "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.63.1.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.63.1.aarch64", "product_id": "libopenssl-1_1-devel-1.1.0i-4.63.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.63.1.aarch64", "product": { "name": "libopenssl1_1-1.1.0i-4.63.1.aarch64", "product_id": "libopenssl1_1-1.1.0i-4.63.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.63.1.aarch64", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.63.1.aarch64", "product_id": "libopenssl1_1-hmac-1.1.0i-4.63.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.63.1.aarch64", "product": { "name": "openssl-1_1-1.1.0i-4.63.1.aarch64", "product_id": "openssl-1_1-1.1.0i-4.63.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-64bit-1.1.0i-4.63.1.aarch64_ilp32", "product": { "name": "libopenssl-1_1-devel-64bit-1.1.0i-4.63.1.aarch64_ilp32", "product_id": "libopenssl-1_1-devel-64bit-1.1.0i-4.63.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-64bit-1.1.0i-4.63.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-64bit-1.1.0i-4.63.1.aarch64_ilp32", "product_id": "libopenssl1_1-64bit-1.1.0i-4.63.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-64bit-1.1.0i-4.63.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-hmac-64bit-1.1.0i-4.63.1.aarch64_ilp32", "product_id": "libopenssl1_1-hmac-64bit-1.1.0i-4.63.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-4.63.1.i586", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.63.1.i586", "product_id": "libopenssl-1_1-devel-1.1.0i-4.63.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.63.1.i586", "product": { "name": "libopenssl1_1-1.1.0i-4.63.1.i586", "product_id": "libopenssl1_1-1.1.0i-4.63.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.63.1.i586", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.63.1.i586", "product_id": "libopenssl1_1-hmac-1.1.0i-4.63.1.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.63.1.i586", "product": { "name": "openssl-1_1-1.1.0i-4.63.1.i586", "product_id": "openssl-1_1-1.1.0i-4.63.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.0i-4.63.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.0i-4.63.1.noarch", "product_id": "openssl-1_1-doc-1.1.0i-4.63.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-4.63.1.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.63.1.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.0i-4.63.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.63.1.ppc64le", "product": { "name": "libopenssl1_1-1.1.0i-4.63.1.ppc64le", "product_id": "libopenssl1_1-1.1.0i-4.63.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.63.1.ppc64le", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.63.1.ppc64le", "product_id": "libopenssl1_1-hmac-1.1.0i-4.63.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.63.1.ppc64le", "product": { "name": "openssl-1_1-1.1.0i-4.63.1.ppc64le", "product_id": "openssl-1_1-1.1.0i-4.63.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-4.63.1.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.63.1.s390x", "product_id": "libopenssl-1_1-devel-1.1.0i-4.63.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.63.1.s390x", "product": { "name": "libopenssl1_1-1.1.0i-4.63.1.s390x", "product_id": "libopenssl1_1-1.1.0i-4.63.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.63.1.s390x", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.63.1.s390x", "product_id": "libopenssl1_1-hmac-1.1.0i-4.63.1.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.63.1.s390x", "product": { "name": "openssl-1_1-1.1.0i-4.63.1.s390x", "product_id": "openssl-1_1-1.1.0i-4.63.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.0i-4.63.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-4.63.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.0i-4.63.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.63.1.x86_64", "product": { "name": "libopenssl1_1-1.1.0i-4.63.1.x86_64", "product_id": "libopenssl1_1-1.1.0i-4.63.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.63.1.x86_64", "product": { "name": "openssl-1_1-1.1.0i-4.63.1.x86_64", "product_id": "openssl-1_1-1.1.0i-4.63.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.63.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.63.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.63.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.63.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.63.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-4.63.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.63.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.63.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-4.63.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.63.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.63.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-4.63.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.63.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.63.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.63.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.63.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.63.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-4.63.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.63.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.63.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-4.63.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.63.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.63.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-4.63.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.63.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.63.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.63.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.63.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.63.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.63.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.63.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.63.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.63.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.63.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.63.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-4.63.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.63.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.63.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.0i-4.63.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.63.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.63.1.s390x" }, "product_reference": "libopenssl1_1-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-4.63.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.63.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.63.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.63.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.63.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.63.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.63.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.63.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.63.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-4.63.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.63.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.63.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-4.63.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.63.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.63.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.0i-4.63.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.63.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.63.1.s390x" }, "product_reference": "openssl-1_1-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-4.63.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.63.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.63.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.63.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.63.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.63.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-4.63.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.63.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.63.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-4.63.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.63.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.63.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.0i-4.63.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.63.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.63.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-4.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.63.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.63.1.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": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.63.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.63.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": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.63.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.63.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-32bit-1.1.0i-4.63.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.63.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.63.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-09-07T07:52:33Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2994-1
Vulnerability from csaf_suse
Published
2021-09-09 12:33
Modified
2021-09-09 12:33
Summary
Security update for openssl-1_0_0
Notes
Title of the patch
Security update for openssl-1_0_0
Description of the patch
This update for openssl-1_0_0 fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
Patchnames
SUSE-2021-2994,SUSE-SLE-Module-Legacy-15-SP2-2021-2994,SUSE-SLE-Module-Legacy-15-SP3-2021-2994,SUSE-SLE-Product-SLES-15-2021-2994,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-2994,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-2994,SUSE-SLE-Product-SLES_SAP-15-2021-2994,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-2994,SUSE-Storage-6-2021-2994
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2994,SUSE-SLE-Module-Legacy-15-SP2-2021-2994,SUSE-SLE-Module-Legacy-15-SP3-2021-2994,SUSE-SLE-Product-SLES-15-2021-2994,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-2994,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-2994,SUSE-SLE-Product-SLES_SAP-15-2021-2994,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-2994,SUSE-Storage-6-2021-2994", "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_2994-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2994-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212994-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2994-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009429.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_0_0", "tracking": { "current_release_date": "2021-09-09T12:33:25Z", "generator": { "date": "2021-09-09T12:33:25Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2994-1", "initial_release_date": "2021-09-09T12:33:25Z", "revision_history": [ { "date": "2021-09-09T12:33:25Z", "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.43.1.aarch64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.43.1.aarch64", "product": { "name": "libopenssl10-1.0.2p-3.43.1.aarch64", "product_id": "libopenssl10-1.0.2p-3.43.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "product_id": "libopenssl1_0_0-1.0.2p-3.43.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.aarch64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.aarch64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.aarch64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.aarch64", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.43.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.43.1.aarch64", "product": { "name": "openssl-1_0_0-1.0.2p-3.43.1.aarch64", "product_id": "openssl-1_0_0-1.0.2p-3.43.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.aarch64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.aarch64", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.43.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.43.1.aarch64_ilp32", "product": { "name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.43.1.aarch64_ilp32", "product_id": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.43.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-64bit-1.0.2p-3.43.1.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-64bit-1.0.2p-3.43.1.aarch64_ilp32", "product_id": "libopenssl1_0_0-64bit-1.0.2p-3.43.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.43.1.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.43.1.aarch64_ilp32", "product_id": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.43.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-64bit-1.0.2p-3.43.1.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-steam-64bit-1.0.2p-3.43.1.aarch64_ilp32", "product_id": "libopenssl1_0_0-steam-64bit-1.0.2p-3.43.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.i586", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.i586", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.i586" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.43.1.i586", "product": { "name": "libopenssl10-1.0.2p-3.43.1.i586", "product_id": "libopenssl10-1.0.2p-3.43.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.43.1.i586", "product": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.i586", "product_id": "libopenssl1_0_0-1.0.2p-3.43.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.i586", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.i586", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.i586", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.i586", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.43.1.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.43.1.i586", "product": { "name": "openssl-1_0_0-1.0.2p-3.43.1.i586", "product_id": "openssl-1_0_0-1.0.2p-3.43.1.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.i586", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.i586", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.43.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2p-3.43.1.noarch", "product": { "name": "openssl-1_0_0-doc-1.0.2p-3.43.1.noarch", "product_id": "openssl-1_0_0-doc-1.0.2p-3.43.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.43.1.ppc64le", "product": { "name": "libopenssl10-1.0.2p-3.43.1.ppc64le", "product_id": "libopenssl10-1.0.2p-3.43.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "product": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "product_id": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.ppc64le", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.ppc64le", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.ppc64le", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.43.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "product": { "name": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "product_id": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.ppc64le", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.ppc64le", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.43.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.43.1.s390x", "product": { "name": "libopenssl10-1.0.2p-3.43.1.s390x", "product_id": "libopenssl10-1.0.2p-3.43.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.43.1.s390x", "product": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.s390x", "product_id": "libopenssl1_0_0-1.0.2p-3.43.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.s390x", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.s390x", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.s390x", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.s390x", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.43.1.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.43.1.s390x", "product": { "name": "openssl-1_0_0-1.0.2p-3.43.1.s390x", "product_id": "openssl-1_0_0-1.0.2p-3.43.1.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.s390x", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.s390x", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.43.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl10-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl10-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2p-3.43.1.x86_64", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2p-3.43.1.x86_64", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.43.1.x86_64", "product": { "name": "openssl-1_0_0-1.0.2p-3.43.1.x86_64", "product_id": "openssl-1_0_0-1.0.2p-3.43.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.x86_64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.43.1.x86_64", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.43.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "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 Module for Legacy 15 SP3", "product": { "name": "SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:15:sp3" } } }, { "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 15 SP1-BCL", "product": { "name": "SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_bcl:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp1" } } }, { "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 Linux Enterprise Server for SAP Applications 15 SP1", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp1" } } }, { "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.43.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.43.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.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.43.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.43.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.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.43.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.43.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.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.43.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.43.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.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.43.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.43.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.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.43.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.43.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.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.43.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.43.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.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.43.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.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.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.43.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.43.1.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.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.43.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.43.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.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.43.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.43.1.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.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.43.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.43.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.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.43.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.43.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.aarch64" }, "product_reference": "libopenssl10-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.43.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.ppc64le" }, "product_reference": "libopenssl10-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.43.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.s390x" }, "product_reference": "libopenssl10-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.43.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl10-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.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.43.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.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.43.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.43.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.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.43.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.43.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.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.43.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.43.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.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.43.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.43.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.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.43.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.43.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.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.43.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.43.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.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.43.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.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.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.43.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.43.1.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.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.43.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.43.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.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.43.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.43.1.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.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.43.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.43.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.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.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_0_0-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_0_0-1.0.2p-3.43.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.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.43.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.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.43.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.43.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.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.43.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.43.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.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.43.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.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.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.43.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.43.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.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.43.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.43.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.x86_64", "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.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.43.1.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.43.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.43.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.43.1.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.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.43.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.43.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.43.1.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.43.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.43.1.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.43.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" } ] }, "vulnerabilities": [ { "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": [ "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.43.1.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": [ "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.43.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": [ "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.43.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.43.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.43.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.43.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.43.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-09-09T12:33:25Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:14802-1
Vulnerability from csaf_suse
Published
2021-09-18 15:14
Modified
2021-09-18 15:14
Summary
Security update for openssl
Notes
Title of the patch
Security update for openssl
Description of the patch
This update for openssl fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
Patchnames
sleposp3-openssl-14802,slessp4-openssl-14802
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521).\n", "title": "Description of the patch" }, { "category": "details", "text": "sleposp3-openssl-14802,slessp4-openssl-14802", "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_14802-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:14802-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-202114802-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:14802-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009465.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl", "tracking": { "current_release_date": "2021-09-18T15:14:56Z", "generator": { "date": "2021-09-18T15:14:56Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:14802-1", "initial_release_date": "2021-09-18T15:14:56Z", "revision_history": [ { "date": "2021-09-18T15:14:56Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-devel-0.9.8j-0.106.43.1.i586", "product": { "name": "libopenssl-devel-0.9.8j-0.106.43.1.i586", "product_id": "libopenssl-devel-0.9.8j-0.106.43.1.i586" } }, { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-0.106.43.1.i586", "product": { "name": "libopenssl0_9_8-0.9.8j-0.106.43.1.i586", "product_id": "libopenssl0_9_8-0.9.8j-0.106.43.1.i586" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586", "product": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586", "product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586" } }, { "category": "product_version", "name": "openssl-0.9.8j-0.106.43.1.i586", "product": { "name": "openssl-0.9.8j-0.106.43.1.i586", "product_id": "openssl-0.9.8j-0.106.43.1.i586" } }, { "category": "product_version", "name": "openssl-doc-0.9.8j-0.106.43.1.i586", "product": { "name": "openssl-doc-0.9.8j-0.106.43.1.i586", "product_id": "openssl-doc-0.9.8j-0.106.43.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-0.106.43.1.ppc64", "product": { "name": "libopenssl0_9_8-0.9.8j-0.106.43.1.ppc64", "product_id": "libopenssl0_9_8-0.9.8j-0.106.43.1.ppc64" } }, { "category": "product_version", "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.ppc64", "product": { "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.ppc64", "product_id": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.ppc64" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.ppc64", "product": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.ppc64", "product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.ppc64" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.ppc64", "product": { "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.ppc64", "product_id": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.ppc64" } }, { "category": "product_version", "name": "openssl-0.9.8j-0.106.43.1.ppc64", "product": { "name": "openssl-0.9.8j-0.106.43.1.ppc64", "product_id": "openssl-0.9.8j-0.106.43.1.ppc64" } }, { "category": "product_version", "name": "openssl-doc-0.9.8j-0.106.43.1.ppc64", "product": { "name": "openssl-doc-0.9.8j-0.106.43.1.ppc64", "product_id": "openssl-doc-0.9.8j-0.106.43.1.ppc64" } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-0.106.43.1.s390x", "product": { "name": "libopenssl0_9_8-0.9.8j-0.106.43.1.s390x", "product_id": "libopenssl0_9_8-0.9.8j-0.106.43.1.s390x" } }, { "category": "product_version", "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.s390x", "product": { "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.s390x", "product_id": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.s390x" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.s390x", "product": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.s390x", "product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.s390x" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.s390x", "product": { "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.s390x", "product_id": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.s390x" } }, { "category": "product_version", "name": "openssl-0.9.8j-0.106.43.1.s390x", "product": { "name": "openssl-0.9.8j-0.106.43.1.s390x", "product_id": "openssl-0.9.8j-0.106.43.1.s390x" } }, { "category": "product_version", "name": "openssl-doc-0.9.8j-0.106.43.1.s390x", "product": { "name": "openssl-doc-0.9.8j-0.106.43.1.s390x", "product_id": "openssl-doc-0.9.8j-0.106.43.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-0.106.43.1.x86_64", "product": { "name": "libopenssl0_9_8-0.9.8j-0.106.43.1.x86_64", "product_id": "libopenssl0_9_8-0.9.8j-0.106.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.x86_64", "product": { "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.x86_64", "product_id": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.x86_64", "product": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.x86_64", "product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.x86_64" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.x86_64", "product": { "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.x86_64", "product_id": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.x86_64" } }, { "category": "product_version", "name": "openssl-0.9.8j-0.106.43.1.x86_64", "product": { "name": "openssl-0.9.8j-0.106.43.1.x86_64", "product_id": "openssl-0.9.8j-0.106.43.1.x86_64" } }, { "category": "product_version", "name": "openssl-doc-0.9.8j-0.106.43.1.x86_64", "product": { "name": "openssl-doc-0.9.8j-0.106.43.1.x86_64", "product_id": "openssl-doc-0.9.8j-0.106.43.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Point of Sale 11 SP3", "product": { "name": "SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-pos:11:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_sles:11:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-0.9.8j-0.106.43.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl-devel-0.9.8j-0.106.43.1.i586" }, "product_reference": "libopenssl-devel-0.9.8j-0.106.43.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-0.106.43.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-0.9.8j-0.106.43.1.i586" }, "product_reference": "libopenssl0_9_8-0.9.8j-0.106.43.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586" }, "product_reference": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0.9.8j-0.106.43.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-0.9.8j-0.106.43.1.i586" }, "product_reference": "openssl-0.9.8j-0.106.43.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-0.9.8j-0.106.43.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-doc-0.9.8j-0.106.43.1.i586" }, "product_reference": "openssl-doc-0.9.8j-0.106.43.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-0.106.43.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.i586" }, "product_reference": "libopenssl0_9_8-0.9.8j-0.106.43.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-0.106.43.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.ppc64" }, "product_reference": "libopenssl0_9_8-0.9.8j-0.106.43.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-0.106.43.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.s390x" }, "product_reference": "libopenssl0_9_8-0.9.8j-0.106.43.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-0.106.43.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.x86_64" }, "product_reference": "libopenssl0_9_8-0.9.8j-0.106.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.ppc64" }, "product_reference": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.s390x" }, "product_reference": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.x86_64" }, "product_reference": "libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586" }, "product_reference": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.ppc64" }, "product_reference": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.s390x" }, "product_reference": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.x86_64" }, "product_reference": "libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.ppc64" }, "product_reference": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.s390x" }, "product_reference": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.x86_64" }, "product_reference": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0.9.8j-0.106.43.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.i586" }, "product_reference": "openssl-0.9.8j-0.106.43.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0.9.8j-0.106.43.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.ppc64" }, "product_reference": "openssl-0.9.8j-0.106.43.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0.9.8j-0.106.43.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.s390x" }, "product_reference": "openssl-0.9.8j-0.106.43.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0.9.8j-0.106.43.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.x86_64" }, "product_reference": "openssl-0.9.8j-0.106.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-0.9.8j-0.106.43.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.i586" }, "product_reference": "openssl-doc-0.9.8j-0.106.43.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-0.9.8j-0.106.43.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.ppc64" }, "product_reference": "openssl-doc-0.9.8j-0.106.43.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-0.9.8j-0.106.43.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.s390x" }, "product_reference": "openssl-doc-0.9.8j-0.106.43.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-0.9.8j-0.106.43.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.x86_64" }, "product_reference": "openssl-doc-0.9.8j-0.106.43.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl-devel-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-doc-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.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": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl-devel-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-doc-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.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": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl-devel-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-doc-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.43.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.43.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-09-18T15:14:56Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2995-1
Vulnerability from csaf_suse
Published
2021-09-09 12:36
Modified
2021-09-09 12:36
Summary
Security update for openssl-1_0_0
Notes
Title of the patch
Security update for openssl-1_0_0
Description of the patch
This update for openssl-1_0_0 fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
Patchnames
SUSE-2021-2995,SUSE-OpenStack-Cloud-9-2021-2995,SUSE-OpenStack-Cloud-Crowbar-9-2021-2995,SUSE-SLE-SAP-12-SP4-2021-2995,SUSE-SLE-SDK-12-SP5-2021-2995,SUSE-SLE-SERVER-12-SP4-LTSS-2021-2995,SUSE-SLE-SERVER-12-SP5-2021-2995
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2995,SUSE-OpenStack-Cloud-9-2021-2995,SUSE-OpenStack-Cloud-Crowbar-9-2021-2995,SUSE-SLE-SAP-12-SP4-2021-2995,SUSE-SLE-SDK-12-SP5-2021-2995,SUSE-SLE-SERVER-12-SP4-LTSS-2021-2995,SUSE-SLE-SERVER-12-SP5-2021-2995", "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_2995-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2995-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212995-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2995-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009423.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_0_0", "tracking": { "current_release_date": "2021-09-09T12:36:01Z", "generator": { "date": "2021-09-09T12:36:01Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2995-1", "initial_release_date": "2021-09-09T12:36:01Z", "revision_history": [ { "date": "2021-09-09T12:36:01Z", "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.42.2.aarch64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.42.2.aarch64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.42.2.aarch64", "product_id": "libopenssl1_0_0-1.0.2p-3.42.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.aarch64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.aarch64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.42.2.aarch64", "product": { "name": "openssl-1_0_0-1.0.2p-3.42.2.aarch64", "product_id": "openssl-1_0_0-1.0.2p-3.42.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.42.2.aarch64_ilp32", "product": { "name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.42.2.aarch64_ilp32", "product_id": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.42.2.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-64bit-1.0.2p-3.42.2.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-64bit-1.0.2p-3.42.2.aarch64_ilp32", "product_id": "libopenssl1_0_0-64bit-1.0.2p-3.42.2.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.42.2.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.42.2.aarch64_ilp32", "product_id": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.42.2.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.i586", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.i586", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.42.2.i586", "product": { "name": "libopenssl1_0_0-1.0.2p-3.42.2.i586", "product_id": "libopenssl1_0_0-1.0.2p-3.42.2.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.i586", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.i586", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.42.2.i586", "product": { "name": "openssl-1_0_0-1.0.2p-3.42.2.i586", "product_id": "openssl-1_0_0-1.0.2p-3.42.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "product": { "name": "openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "product_id": "openssl-1_0_0-doc-1.0.2p-3.42.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "product": { "name": "libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "product_id": "libopenssl1_0_0-1.0.2p-3.42.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "product": { "name": "openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "product_id": "openssl-1_0_0-1.0.2p-3.42.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.42.2.s390", "product": { "name": "libopenssl1_0_0-1.0.2p-3.42.2.s390", "product_id": "libopenssl1_0_0-1.0.2p-3.42.2.s390" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.42.2.s390", "product": { "name": "openssl-1_0_0-1.0.2p-3.42.2.s390", "product_id": "openssl-1_0_0-1.0.2p-3.42.2.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.42.2.s390x", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.42.2.s390x", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.42.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.42.2.s390x", "product": { "name": "libopenssl1_0_0-1.0.2p-3.42.2.s390x", "product_id": "libopenssl1_0_0-1.0.2p-3.42.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.s390x", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.s390x", "product_id": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390x", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390x", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.s390x", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.s390x", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.42.2.s390x", "product": { "name": "openssl-1_0_0-1.0.2p-3.42.2.s390x", "product_id": "openssl-1_0_0-1.0.2p-3.42.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.42.2.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.42.2.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.42.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "product_id": "libopenssl1_0_0-1.0.2p-3.42.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.42.2.x86_64", "product": { "name": "openssl-1_0_0-1.0.2p-3.42.2.x86_64", "product_id": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.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.42.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.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.42.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.42.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.noarch as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.42.2.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.42.2.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.42.2.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.42.2.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.42.2.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.42.2.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.42.2.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.42.2.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.42.2.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.42.2.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.42.2.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.42.2.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.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.42.2.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.42.2.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.42.2.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.42.2.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.42.2.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch" ] }, "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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch" ] } ], "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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch", "SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.42.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.42.2.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-09-09T12:36:01Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2996-1
Vulnerability from csaf_suse
Published
2021-09-09 12:36
Modified
2021-09-09 12:36
Summary
Security update for openssl-1_1
Notes
Title of the patch
Security update for openssl-1_1
Description of the patch
This update for openssl-1_1 fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
Patchnames
SUSE-2021-2996,SUSE-OpenStack-Cloud-9-2021-2996,SUSE-OpenStack-Cloud-Crowbar-9-2021-2996,SUSE-SLE-SAP-12-SP4-2021-2996,SUSE-SLE-SDK-12-SP5-2021-2996,SUSE-SLE-SERVER-12-SP4-LTSS-2021-2996,SUSE-SLE-SERVER-12-SP5-2021-2996
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.\n Read buffer overruns processing ASN.1 strings (bsc#1189521).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2996,SUSE-OpenStack-Cloud-9-2021-2996,SUSE-OpenStack-Cloud-Crowbar-9-2021-2996,SUSE-SLE-SAP-12-SP4-2021-2996,SUSE-SLE-SDK-12-SP5-2021-2996,SUSE-SLE-SERVER-12-SP4-LTSS-2021-2996,SUSE-SLE-SERVER-12-SP5-2021-2996", "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_2996-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2996-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212996-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2996-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009425.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2021-09-09T12:36:52Z", "generator": { "date": "2021-09-09T12:36:52Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2996-1", "initial_release_date": "2021-09-09T12:36:52Z", "revision_history": [ { "date": "2021-09-09T12:36:52Z", "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.39.2.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.39.2.aarch64", "product_id": "libopenssl-1_1-devel-1.1.1d-2.39.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.39.2.aarch64", "product": { "name": "libopenssl1_1-1.1.1d-2.39.2.aarch64", "product_id": "libopenssl1_1-1.1.1d-2.39.2.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.39.2.aarch64", "product": { "name": "openssl-1_1-1.1.1d-2.39.2.aarch64", "product_id": "openssl-1_1-1.1.1d-2.39.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-64bit-1.1.1d-2.39.2.aarch64_ilp32", "product": { "name": "libopenssl-1_1-devel-64bit-1.1.1d-2.39.2.aarch64_ilp32", "product_id": "libopenssl-1_1-devel-64bit-1.1.1d-2.39.2.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-64bit-1.1.1d-2.39.2.aarch64_ilp32", "product": { "name": "libopenssl1_1-64bit-1.1.1d-2.39.2.aarch64_ilp32", "product_id": "libopenssl1_1-64bit-1.1.1d-2.39.2.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.39.2.i586", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.39.2.i586", "product_id": "libopenssl-1_1-devel-1.1.1d-2.39.2.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.39.2.i586", "product": { "name": "libopenssl1_1-1.1.1d-2.39.2.i586", "product_id": "libopenssl1_1-1.1.1d-2.39.2.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.39.2.i586", "product": { "name": "openssl-1_1-1.1.1d-2.39.2.i586", "product_id": "openssl-1_1-1.1.1d-2.39.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.1d-2.39.2.noarch", "product": { "name": "openssl-1_1-doc-1.1.1d-2.39.2.noarch", "product_id": "openssl-1_1-doc-1.1.1d-2.39.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.39.2.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.39.2.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.1d-2.39.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.39.2.ppc64le", "product": { "name": "libopenssl1_1-1.1.1d-2.39.2.ppc64le", "product_id": "libopenssl1_1-1.1.1d-2.39.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.39.2.ppc64le", "product": { "name": "openssl-1_1-1.1.1d-2.39.2.ppc64le", "product_id": "openssl-1_1-1.1.1d-2.39.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.39.2.s390", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.39.2.s390", "product_id": "libopenssl-1_1-devel-1.1.1d-2.39.2.s390" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.39.2.s390", "product": { "name": "libopenssl1_1-1.1.1d-2.39.2.s390", "product_id": "libopenssl1_1-1.1.1d-2.39.2.s390" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.39.2.s390", "product": { "name": "openssl-1_1-1.1.1d-2.39.2.s390", "product_id": "openssl-1_1-1.1.1d-2.39.2.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.39.2.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.39.2.s390x", "product_id": "libopenssl-1_1-devel-1.1.1d-2.39.2.s390x" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.s390x", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.s390x", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.39.2.s390x", "product": { "name": "libopenssl1_1-1.1.1d-2.39.2.s390x", "product_id": "libopenssl1_1-1.1.1d-2.39.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-2.39.2.s390x", "product": { "name": "libopenssl1_1-32bit-1.1.1d-2.39.2.s390x", "product_id": "libopenssl1_1-32bit-1.1.1d-2.39.2.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.39.2.s390x", "product": { "name": "openssl-1_1-1.1.1d-2.39.2.s390x", "product_id": "openssl-1_1-1.1.1d-2.39.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-2.39.2.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-2.39.2.x86_64", "product_id": "libopenssl-1_1-devel-1.1.1d-2.39.2.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-2.39.2.x86_64", "product": { "name": "libopenssl1_1-1.1.1d-2.39.2.x86_64", "product_id": "libopenssl1_1-1.1.1d-2.39.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "product_id": "libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-2.39.2.x86_64", "product": { "name": "openssl-1_1-1.1.1d-2.39.2.x86_64", "product_id": "openssl-1_1-1.1.1d-2.39.2.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.39.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.39.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.39.2.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.39.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.39.2.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-2.39.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.39.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.39.2.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.39.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.39.2.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.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.39.2.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.39.2.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.39.2.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.39.2.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.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.39.2.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-2.39.2.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.39.2.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.39.2.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-2.39.2.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.39.2.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.39.2.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-2.39.2.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.39.2.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.39.2.s390x" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.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.39.2.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.39.2.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.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.39.2.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.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.39.2.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.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.39.2.s390x" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.39.2.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.39.2.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.39.2.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.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.39.2.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.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.39.2.s390x" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.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.39.2.s390x" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.39.2.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.39.2.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.39.2.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.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.39.2.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.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.39.2.s390x" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.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.39.2.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.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.39.2.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.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.39.2.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-2.39.2.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.39.2.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.39.2.s390x" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-2.39.2.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.39.2.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.39.2.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.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.39.2.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.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.39.2.s390x" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.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.39.2.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.39.2.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-2.39.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.39.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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.39.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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.39.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.39.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.39.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.39.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.39.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-09-09T12:36:52Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:14801-1
Vulnerability from csaf_suse
Published
2021-09-18 15:13
Modified
2021-09-18 15:13
Summary
Security update for openssl1
Notes
Title of the patch
Security update for openssl1
Description of the patch
This update for openssl1 fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
Patchnames
secsp3-openssl1-14801
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521). \n", "title": "Description of the patch" }, { "category": "details", "text": "secsp3-openssl1-14801", "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_14801-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:14801-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-202114801-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:14801-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009466.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl1", "tracking": { "current_release_date": "2021-09-18T15:13:59Z", "generator": { "date": "2021-09-18T15:13:59Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:14801-1", "initial_release_date": "2021-09-18T15:13:59Z", "revision_history": [ { "date": "2021-09-18T15:13:59Z", "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.39.1.i586", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.39.1.i586", "product_id": "libopenssl1-devel-1.0.1g-0.58.39.1.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.39.1.i586", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.39.1.i586", "product_id": "libopenssl1_0_0-1.0.1g-0.58.39.1.i586" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.39.1.i586", "product": { "name": "openssl1-1.0.1g-0.58.39.1.i586", "product_id": "openssl1-1.0.1g-0.58.39.1.i586" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.39.1.i586", "product": { "name": "openssl1-doc-1.0.1g-0.58.39.1.i586", "product_id": "openssl1-doc-1.0.1g-0.58.39.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libopenssl1-devel-1.0.1g-0.58.39.1.ia64", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.39.1.ia64", "product_id": "libopenssl1-devel-1.0.1g-0.58.39.1.ia64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.39.1.ia64", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.39.1.ia64", "product_id": "libopenssl1_0_0-1.0.1g-0.58.39.1.ia64" } }, { "category": "product_version", "name": "libopenssl1_0_0-x86-1.0.1g-0.58.39.1.ia64", "product": { "name": "libopenssl1_0_0-x86-1.0.1g-0.58.39.1.ia64", "product_id": "libopenssl1_0_0-x86-1.0.1g-0.58.39.1.ia64" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.39.1.ia64", "product": { "name": "openssl1-1.0.1g-0.58.39.1.ia64", "product_id": "openssl1-1.0.1g-0.58.39.1.ia64" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.39.1.ia64", "product": { "name": "openssl1-doc-1.0.1g-0.58.39.1.ia64", "product_id": "openssl1-doc-1.0.1g-0.58.39.1.ia64" } } ], "category": "architecture", "name": "ia64" }, { "branches": [ { "category": "product_version", "name": "libopenssl1-devel-1.0.1g-0.58.39.1.ppc64", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.39.1.ppc64", "product_id": "libopenssl1-devel-1.0.1g-0.58.39.1.ppc64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.39.1.ppc64", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.39.1.ppc64", "product_id": "libopenssl1_0_0-1.0.1g-0.58.39.1.ppc64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.ppc64", "product": { "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.ppc64", "product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.ppc64" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.39.1.ppc64", "product": { "name": "openssl1-1.0.1g-0.58.39.1.ppc64", "product_id": "openssl1-1.0.1g-0.58.39.1.ppc64" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.39.1.ppc64", "product": { "name": "openssl1-doc-1.0.1g-0.58.39.1.ppc64", "product_id": "openssl1-doc-1.0.1g-0.58.39.1.ppc64" } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "libopenssl1-devel-1.0.1g-0.58.39.1.s390x", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.39.1.s390x", "product_id": "libopenssl1-devel-1.0.1g-0.58.39.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.39.1.s390x", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.39.1.s390x", "product_id": "libopenssl1_0_0-1.0.1g-0.58.39.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.s390x", "product": { "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.s390x", "product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.s390x" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.39.1.s390x", "product": { "name": "openssl1-1.0.1g-0.58.39.1.s390x", "product_id": "openssl1-1.0.1g-0.58.39.1.s390x" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.39.1.s390x", "product": { "name": "openssl1-doc-1.0.1g-0.58.39.1.s390x", "product_id": "openssl1-doc-1.0.1g-0.58.39.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl1-devel-1.0.1g-0.58.39.1.x86_64", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.39.1.x86_64", "product_id": "libopenssl1-devel-1.0.1g-0.58.39.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.39.1.x86_64", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.39.1.x86_64", "product_id": "libopenssl1_0_0-1.0.1g-0.58.39.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.x86_64" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.39.1.x86_64", "product": { "name": "openssl1-1.0.1g-0.58.39.1.x86_64", "product_id": "openssl1-1.0.1g-0.58.39.1.x86_64" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.39.1.x86_64", "product": { "name": "openssl1-doc-1.0.1g-0.58.39.1.x86_64", "product_id": "openssl1-doc-1.0.1g-0.58.39.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.39.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.39.1.i586" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.39.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.39.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.39.1.ia64" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.39.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.39.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.39.1.ppc64" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.39.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.39.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.39.1.s390x" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.39.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.39.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.39.1.x86_64" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.39.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.39.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.39.1.i586" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.39.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.39.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.39.1.ia64" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.39.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.39.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.39.1.ppc64" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.39.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.39.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.39.1.s390x" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.39.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.39.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.39.1.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.39.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.39.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.39.1.ppc64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.1g-0.58.39.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.39.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.39.1.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.1g-0.58.39.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.39.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.39.1.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.1g-0.58.39.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.39.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.39.1.ia64" }, "product_reference": "libopenssl1_0_0-x86-1.0.1g-0.58.39.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.39.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.39.1.i586" }, "product_reference": "openssl1-1.0.1g-0.58.39.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.39.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.39.1.ia64" }, "product_reference": "openssl1-1.0.1g-0.58.39.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.39.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.39.1.ppc64" }, "product_reference": "openssl1-1.0.1g-0.58.39.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.39.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.39.1.s390x" }, "product_reference": "openssl1-1.0.1g-0.58.39.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.39.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.39.1.x86_64" }, "product_reference": "openssl1-1.0.1g-0.58.39.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.39.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.39.1.i586" }, "product_reference": "openssl1-doc-1.0.1g-0.58.39.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.39.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.39.1.ia64" }, "product_reference": "openssl1-doc-1.0.1g-0.58.39.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.39.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.39.1.ppc64" }, "product_reference": "openssl1-doc-1.0.1g-0.58.39.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.39.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.39.1.s390x" }, "product_reference": "openssl1-doc-1.0.1g-0.58.39.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.39.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.39.1.x86_64" }, "product_reference": "openssl1-doc-1.0.1g-0.58.39.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-x86-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.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": [ "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-x86-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.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": [ "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.39.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.39.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.39.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-x86-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.39.1.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.39.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-09-18T15:13:59Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:14791-1
Vulnerability from csaf_suse
Published
2021-08-24 14:19
Modified
2021-08-24 14:19
Summary
Security update for openssl
Notes
Title of the patch
Security update for openssl
Description of the patch
This update for openssl fixes the following security issue:
- CVE-2021-3712: a bug in the code for printing certificate details could lead
to a buffer overrun that a malicious actor could exploit to crash the
application, causing a denial-of-service attack. [bsc#1189521]
Patchnames
sleposp3-openssl-14791,slessp4-openssl-14791
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 security issue:\n\n- CVE-2021-3712: a bug in the code for printing certificate details could lead\n to a buffer overrun that a malicious actor could exploit to crash the\n application, causing a denial-of-service attack. [bsc#1189521]\n", "title": "Description of the patch" }, { "category": "details", "text": "sleposp3-openssl-14791,slessp4-openssl-14791", "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_14791-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:14791-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-202114791-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:14791-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009339.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl", "tracking": { "current_release_date": "2021-08-24T14:19:16Z", "generator": { "date": "2021-08-24T14:19:16Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:14791-1", "initial_release_date": "2021-08-24T14:19:16Z", "revision_history": [ { "date": "2021-08-24T14:19:16Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl-devel-0.9.8j-0.106.40.1.i586", "product": { "name": "libopenssl-devel-0.9.8j-0.106.40.1.i586", "product_id": "libopenssl-devel-0.9.8j-0.106.40.1.i586" } }, { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-0.106.40.1.i586", "product": { "name": "libopenssl0_9_8-0.9.8j-0.106.40.1.i586", "product_id": "libopenssl0_9_8-0.9.8j-0.106.40.1.i586" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586", "product": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586", "product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586" } }, { "category": "product_version", "name": "openssl-0.9.8j-0.106.40.1.i586", "product": { "name": "openssl-0.9.8j-0.106.40.1.i586", "product_id": "openssl-0.9.8j-0.106.40.1.i586" } }, { "category": "product_version", "name": "openssl-doc-0.9.8j-0.106.40.1.i586", "product": { "name": "openssl-doc-0.9.8j-0.106.40.1.i586", "product_id": "openssl-doc-0.9.8j-0.106.40.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-0.106.40.1.ppc64", "product": { "name": "libopenssl0_9_8-0.9.8j-0.106.40.1.ppc64", "product_id": "libopenssl0_9_8-0.9.8j-0.106.40.1.ppc64" } }, { "category": "product_version", "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.ppc64", "product": { "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.ppc64", "product_id": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.ppc64" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.ppc64", "product": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.ppc64", "product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.ppc64" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.ppc64", "product": { "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.ppc64", "product_id": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.ppc64" } }, { "category": "product_version", "name": "openssl-0.9.8j-0.106.40.1.ppc64", "product": { "name": "openssl-0.9.8j-0.106.40.1.ppc64", "product_id": "openssl-0.9.8j-0.106.40.1.ppc64" } }, { "category": "product_version", "name": "openssl-doc-0.9.8j-0.106.40.1.ppc64", "product": { "name": "openssl-doc-0.9.8j-0.106.40.1.ppc64", "product_id": "openssl-doc-0.9.8j-0.106.40.1.ppc64" } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-0.106.40.1.s390x", "product": { "name": "libopenssl0_9_8-0.9.8j-0.106.40.1.s390x", "product_id": "libopenssl0_9_8-0.9.8j-0.106.40.1.s390x" } }, { "category": "product_version", "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.s390x", "product": { "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.s390x", "product_id": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.s390x" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.s390x", "product": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.s390x", "product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.s390x" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.s390x", "product": { "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.s390x", "product_id": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.s390x" } }, { "category": "product_version", "name": "openssl-0.9.8j-0.106.40.1.s390x", "product": { "name": "openssl-0.9.8j-0.106.40.1.s390x", "product_id": "openssl-0.9.8j-0.106.40.1.s390x" } }, { "category": "product_version", "name": "openssl-doc-0.9.8j-0.106.40.1.s390x", "product": { "name": "openssl-doc-0.9.8j-0.106.40.1.s390x", "product_id": "openssl-doc-0.9.8j-0.106.40.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-0.106.40.1.x86_64", "product": { "name": "libopenssl0_9_8-0.9.8j-0.106.40.1.x86_64", "product_id": "libopenssl0_9_8-0.9.8j-0.106.40.1.x86_64" } }, { "category": "product_version", "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.x86_64", "product": { "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.x86_64", "product_id": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.x86_64" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.x86_64", "product": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.x86_64", "product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.x86_64" } }, { "category": "product_version", "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.x86_64", "product": { "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.x86_64", "product_id": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.x86_64" } }, { "category": "product_version", "name": "openssl-0.9.8j-0.106.40.1.x86_64", "product": { "name": "openssl-0.9.8j-0.106.40.1.x86_64", "product_id": "openssl-0.9.8j-0.106.40.1.x86_64" } }, { "category": "product_version", "name": "openssl-doc-0.9.8j-0.106.40.1.x86_64", "product": { "name": "openssl-doc-0.9.8j-0.106.40.1.x86_64", "product_id": "openssl-doc-0.9.8j-0.106.40.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Point of Sale 11 SP3", "product": { "name": "SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-pos:11:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_sles:11:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libopenssl-devel-0.9.8j-0.106.40.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl-devel-0.9.8j-0.106.40.1.i586" }, "product_reference": "libopenssl-devel-0.9.8j-0.106.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-0.106.40.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-0.9.8j-0.106.40.1.i586" }, "product_reference": "libopenssl0_9_8-0.9.8j-0.106.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586" }, "product_reference": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0.9.8j-0.106.40.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-0.9.8j-0.106.40.1.i586" }, "product_reference": "openssl-0.9.8j-0.106.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-0.9.8j-0.106.40.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-doc-0.9.8j-0.106.40.1.i586" }, "product_reference": "openssl-doc-0.9.8j-0.106.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-0.106.40.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.i586" }, "product_reference": "libopenssl0_9_8-0.9.8j-0.106.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-0.106.40.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.ppc64" }, "product_reference": "libopenssl0_9_8-0.9.8j-0.106.40.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-0.106.40.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.s390x" }, "product_reference": "libopenssl0_9_8-0.9.8j-0.106.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-0.106.40.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.x86_64" }, "product_reference": "libopenssl0_9_8-0.9.8j-0.106.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.ppc64" }, "product_reference": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.s390x" }, "product_reference": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.x86_64" }, "product_reference": "libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586" }, "product_reference": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.ppc64" }, "product_reference": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.s390x" }, "product_reference": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.x86_64" }, "product_reference": "libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.ppc64" }, "product_reference": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.s390x" }, "product_reference": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.x86_64" }, "product_reference": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0.9.8j-0.106.40.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.i586" }, "product_reference": "openssl-0.9.8j-0.106.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0.9.8j-0.106.40.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.ppc64" }, "product_reference": "openssl-0.9.8j-0.106.40.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0.9.8j-0.106.40.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.s390x" }, "product_reference": "openssl-0.9.8j-0.106.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-0.9.8j-0.106.40.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.x86_64" }, "product_reference": "openssl-0.9.8j-0.106.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-0.9.8j-0.106.40.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.i586" }, "product_reference": "openssl-doc-0.9.8j-0.106.40.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-0.9.8j-0.106.40.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.ppc64" }, "product_reference": "openssl-doc-0.9.8j-0.106.40.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-0.9.8j-0.106.40.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.s390x" }, "product_reference": "openssl-doc-0.9.8j-0.106.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-doc-0.9.8j-0.106.40.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.x86_64" }, "product_reference": "openssl-doc-0.9.8j-0.106.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl-devel-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-doc-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.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": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl-devel-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-doc-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.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": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl-devel-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:openssl-doc-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-32bit-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-0.9.8j-0.106.40.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:openssl-doc-0.9.8j-0.106.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:19:16Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2826-1
Vulnerability from csaf_suse
Published
2021-08-24 14:16
Modified
2021-08-24 14:16
Summary
Security update for openssl-1_0_0
Notes
Title of the patch
Security update for openssl-1_0_0
Description of the patch
This update for openssl-1_0_0 fixes the following issues:
- CVE-2021-3712: a bug in the code for printing certificate details could
lead to a buffer overrun that a malicious actor could exploit to crash
the application, causing a denial-of-service attack. [bsc#1189521]
Patchnames
SUSE-2021-2826,SUSE-OpenStack-Cloud-9-2021-2826,SUSE-OpenStack-Cloud-Crowbar-9-2021-2826,SUSE-SLE-SAP-12-SP4-2021-2826,SUSE-SLE-SDK-12-SP5-2021-2826,SUSE-SLE-SERVER-12-SP4-LTSS-2021-2826,SUSE-SLE-SERVER-12-SP5-2021-2826
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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-2021-3712: a bug in the code for printing certificate details could\n lead to a buffer overrun that a malicious actor could exploit to crash\n the application, causing a denial-of-service attack. [bsc#1189521]\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2826,SUSE-OpenStack-Cloud-9-2021-2826,SUSE-OpenStack-Cloud-Crowbar-9-2021-2826,SUSE-SLE-SAP-12-SP4-2021-2826,SUSE-SLE-SDK-12-SP5-2021-2826,SUSE-SLE-SERVER-12-SP4-LTSS-2021-2826,SUSE-SLE-SERVER-12-SP5-2021-2826", "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_2826-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2826-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212826-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2826-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009345.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_0_0", "tracking": { "current_release_date": "2021-08-24T14:16:13Z", "generator": { "date": "2021-08-24T14:16:13Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2826-1", "initial_release_date": "2021-08-24T14:16:13Z", "revision_history": [ { "date": "2021-08-24T14:16:13Z", "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.39.3.aarch64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.39.3.aarch64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.39.3.aarch64", "product_id": "libopenssl1_0_0-1.0.2p-3.39.3.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.aarch64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.aarch64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.39.3.aarch64", "product": { "name": "openssl-1_0_0-1.0.2p-3.39.3.aarch64", "product_id": "openssl-1_0_0-1.0.2p-3.39.3.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.39.3.aarch64_ilp32", "product": { "name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.39.3.aarch64_ilp32", "product_id": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.39.3.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-64bit-1.0.2p-3.39.3.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-64bit-1.0.2p-3.39.3.aarch64_ilp32", "product_id": "libopenssl1_0_0-64bit-1.0.2p-3.39.3.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.39.3.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.39.3.aarch64_ilp32", "product_id": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.39.3.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.i586", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.i586", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.39.3.i586", "product": { "name": "libopenssl1_0_0-1.0.2p-3.39.3.i586", "product_id": "libopenssl1_0_0-1.0.2p-3.39.3.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.i586", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.i586", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.39.3.i586", "product": { "name": "openssl-1_0_0-1.0.2p-3.39.3.i586", "product_id": "openssl-1_0_0-1.0.2p-3.39.3.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "product": { "name": "openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "product_id": "openssl-1_0_0-doc-1.0.2p-3.39.3.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "product": { "name": "libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "product_id": "libopenssl1_0_0-1.0.2p-3.39.3.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "product": { "name": "openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "product_id": "openssl-1_0_0-1.0.2p-3.39.3.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.39.3.s390", "product": { "name": "libopenssl1_0_0-1.0.2p-3.39.3.s390", "product_id": "libopenssl1_0_0-1.0.2p-3.39.3.s390" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.39.3.s390", "product": { "name": "openssl-1_0_0-1.0.2p-3.39.3.s390", "product_id": "openssl-1_0_0-1.0.2p-3.39.3.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.39.3.s390x", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.39.3.s390x", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.39.3.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.39.3.s390x", "product": { "name": "libopenssl1_0_0-1.0.2p-3.39.3.s390x", "product_id": "libopenssl1_0_0-1.0.2p-3.39.3.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.s390x", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.s390x", "product_id": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390x", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390x", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.s390x", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.s390x", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.39.3.s390x", "product": { "name": "openssl-1_0_0-1.0.2p-3.39.3.s390x", "product_id": "openssl-1_0_0-1.0.2p-3.39.3.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.39.3.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.39.3.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.39.3.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "product_id": "libopenssl1_0_0-1.0.2p-3.39.3.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.39.3.x86_64", "product": { "name": "openssl-1_0_0-1.0.2p-3.39.3.x86_64", "product_id": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.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.39.3.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.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.39.3.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.39.3.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.noarch as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.39.3.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.39.3.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.39.3.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.39.3.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.39.3.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.39.3.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.39.3.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.39.3.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.39.3.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.39.3.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.39.3.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.39.3.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.aarch64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.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.39.3.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.39.3.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.39.3.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.39.3.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.39.3.noarch" }, "product_reference": "openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch" ] }, "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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch" ] } ], "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": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch", "SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.39.3.x86_64", "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.39.3.noarch" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:16:13Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2852-1
Vulnerability from csaf_suse
Published
2021-08-27 05:21
Modified
2021-08-27 05:21
Summary
Security update for compat-openssl098
Notes
Title of the patch
Security update for compat-openssl098
Description of the patch
This update for compat-openssl098 fixes the following security issue:
- CVE-2021-3712: a bug in the code for printing certificate details could lead
to a buffer overrun that a malicious actor could exploit to crash the
application, causing a denial-of-service attack. [bsc#1189521]
Patchnames
SUSE-2021-2852,SUSE-SLE-Module-Legacy-12-2021-2852,SUSE-SLE-SAP-12-SP3-2021-2852,SUSE-SLE-SAP-12-SP4-2021-2852,SUSE-SLE-SAP-12-SP5-2021-2852
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 compat-openssl098", "title": "Title of the patch" }, { "category": "description", "text": "This update for compat-openssl098 fixes the following security issue:\n\n- CVE-2021-3712: a bug in the code for printing certificate details could lead\n to a buffer overrun that a malicious actor could exploit to crash the\n application, causing a denial-of-service attack. [bsc#1189521]\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2852,SUSE-SLE-Module-Legacy-12-2021-2852,SUSE-SLE-SAP-12-SP3-2021-2852,SUSE-SLE-SAP-12-SP4-2021-2852,SUSE-SLE-SAP-12-SP5-2021-2852", "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_2852-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2852-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212852-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2852-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009363.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for compat-openssl098", "tracking": { "current_release_date": "2021-08-27T05:21:56Z", "generator": { "date": "2021-08-27T05:21:56Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2852-1", "initial_release_date": "2021-08-27T05:21:56Z", "revision_history": [ { "date": "2021-08-27T05:21:56Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-106.27.2.i586", "product": { "name": "libopenssl0_9_8-0.9.8j-106.27.2.i586", "product_id": "libopenssl0_9_8-0.9.8j-106.27.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-106.27.2.s390", "product": { "name": "libopenssl0_9_8-0.9.8j-106.27.2.s390", "product_id": "libopenssl0_9_8-0.9.8j-106.27.2.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-106.27.2.s390x", "product": { "name": "libopenssl0_9_8-0.9.8j-106.27.2.s390x", "product_id": "libopenssl0_9_8-0.9.8j-106.27.2.s390x" } }, { "category": "product_version", "name": "libopenssl0_9_8-32bit-0.9.8j-106.27.2.s390x", "product": { "name": "libopenssl0_9_8-32bit-0.9.8j-106.27.2.s390x", "product_id": "libopenssl0_9_8-32bit-0.9.8j-106.27.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "product": { "name": "libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "product_id": "libopenssl0_9_8-0.9.8j-106.27.2.x86_64" } }, { "category": "product_version", "name": "libopenssl0_9_8-32bit-0.9.8j-106.27.2.x86_64", "product": { "name": "libopenssl0_9_8-32bit-0.9.8j-106.27.2.x86_64", "product_id": "libopenssl0_9_8-32bit-0.9.8j-106.27.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Legacy 12", "product": { "name": "SUSE Linux Enterprise Module for Legacy 12", "product_id": "SUSE Linux Enterprise Module for Legacy 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:12" } } }, { "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 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 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": "libopenssl0_9_8-0.9.8j-106.27.2.s390x as component of SUSE Linux Enterprise Module for Legacy 12", "product_id": "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.27.2.s390x" }, "product_reference": "libopenssl0_9_8-0.9.8j-106.27.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 12" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-106.27.2.x86_64 as component of SUSE Linux Enterprise Module for Legacy 12", "product_id": "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.27.2.x86_64" }, "product_reference": "libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 12" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-32bit-0.9.8j-106.27.2.s390x as component of SUSE Linux Enterprise Module for Legacy 12", "product_id": "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.27.2.s390x" }, "product_reference": "libopenssl0_9_8-32bit-0.9.8j-106.27.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 12" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-32bit-0.9.8j-106.27.2.x86_64 as component of SUSE Linux Enterprise Module for Legacy 12", "product_id": "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.27.2.x86_64" }, "product_reference": "libopenssl0_9_8-32bit-0.9.8j-106.27.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 12" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-106.27.2.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:libopenssl0_9_8-0.9.8j-106.27.2.x86_64" }, "product_reference": "libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-106.27.2.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:libopenssl0_9_8-0.9.8j-106.27.2.x86_64" }, "product_reference": "libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl0_9_8-0.9.8j-106.27.2.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:libopenssl0_9_8-0.9.8j-106.27.2.x86_64" }, "product_reference": "libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.27.2.s390x", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.27.2.s390x", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.27.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.27.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": [ "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.27.2.s390x", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.27.2.s390x", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.27.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.27.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": [ "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.27.2.s390x", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.27.2.s390x", "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.27.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.27.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.27.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-08-27T05:21:56Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2827-1
Vulnerability from csaf_suse
Published
2021-08-24 14:16
Modified
2021-08-24 14:16
Summary
Security update for openssl-1_0_0
Notes
Title of the patch
Security update for openssl-1_0_0
Description of the patch
This update for openssl-1_0_0 fixes the following issues:
- CVE-2021-3712: a bug in the code for printing certificate details could lead
to a buffer overrun that a malicious actor could exploit to crash the
application, causing a denial-of-service attack. [bsc#1189521]
Patchnames
SUSE-2021-2827,SUSE-SLE-Module-Legacy-15-SP2-2021-2827,SUSE-SLE-Module-Legacy-15-SP3-2021-2827,SUSE-SLE-Product-SLES-15-2021-2827,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-2827,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-2827,SUSE-SLE-Product-SLES_SAP-15-2021-2827,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-2827,SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-2827,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-2827,SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-2827,SUSE-Storage-6-2021-2827
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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-2021-3712: a bug in the code for printing certificate details could lead\n to a buffer overrun that a malicious actor could exploit to crash the\n application, causing a denial-of-service attack. [bsc#1189521]\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2827,SUSE-SLE-Module-Legacy-15-SP2-2021-2827,SUSE-SLE-Module-Legacy-15-SP3-2021-2827,SUSE-SLE-Product-SLES-15-2021-2827,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-2827,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-2827,SUSE-SLE-Product-SLES_SAP-15-2021-2827,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-2827,SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-2827,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-2827,SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-2827,SUSE-Storage-6-2021-2827", "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_2827-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2827-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212827-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2827-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009344.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_0_0", "tracking": { "current_release_date": "2021-08-24T14:16:30Z", "generator": { "date": "2021-08-24T14:16:30Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2827-1", "initial_release_date": "2021-08-24T14:16:30Z", "revision_history": [ { "date": "2021-08-24T14:16:30Z", "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.40.2.aarch64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.40.2.aarch64", "product": { "name": "libopenssl10-1.0.2p-3.40.2.aarch64", "product_id": "libopenssl10-1.0.2p-3.40.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "product_id": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.aarch64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.aarch64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.aarch64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.aarch64", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.40.2.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.40.2.aarch64", "product": { "name": "openssl-1_0_0-1.0.2p-3.40.2.aarch64", "product_id": "openssl-1_0_0-1.0.2p-3.40.2.aarch64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.aarch64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.aarch64", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.40.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.40.2.aarch64_ilp32", "product": { "name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.40.2.aarch64_ilp32", "product_id": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.40.2.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-64bit-1.0.2p-3.40.2.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-64bit-1.0.2p-3.40.2.aarch64_ilp32", "product_id": "libopenssl1_0_0-64bit-1.0.2p-3.40.2.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.40.2.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.40.2.aarch64_ilp32", "product_id": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.40.2.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-64bit-1.0.2p-3.40.2.aarch64_ilp32", "product": { "name": "libopenssl1_0_0-steam-64bit-1.0.2p-3.40.2.aarch64_ilp32", "product_id": "libopenssl1_0_0-steam-64bit-1.0.2p-3.40.2.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.i586", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.i586", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.i586" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.40.2.i586", "product": { "name": "libopenssl10-1.0.2p-3.40.2.i586", "product_id": "libopenssl10-1.0.2p-3.40.2.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.40.2.i586", "product": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.i586", "product_id": "libopenssl1_0_0-1.0.2p-3.40.2.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.i586", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.i586", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.i586", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.i586", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.40.2.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.40.2.i586", "product": { "name": "openssl-1_0_0-1.0.2p-3.40.2.i586", "product_id": "openssl-1_0_0-1.0.2p-3.40.2.i586" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.i586", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.i586", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.40.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_0_0-doc-1.0.2p-3.40.2.noarch", "product": { "name": "openssl-1_0_0-doc-1.0.2p-3.40.2.noarch", "product_id": "openssl-1_0_0-doc-1.0.2p-3.40.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.40.2.ppc64le", "product": { "name": "libopenssl10-1.0.2p-3.40.2.ppc64le", "product_id": "libopenssl10-1.0.2p-3.40.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "product": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "product_id": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.ppc64le", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.ppc64le", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.ppc64le", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.ppc64le", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.40.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "product": { "name": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "product_id": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.ppc64le", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.ppc64le", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.40.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.40.2.s390x", "product": { "name": "libopenssl10-1.0.2p-3.40.2.s390x", "product_id": "libopenssl10-1.0.2p-3.40.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.40.2.s390x", "product": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.s390x", "product_id": "libopenssl1_0_0-1.0.2p-3.40.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.s390x", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.s390x", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.s390x", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.s390x", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.40.2.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.40.2.s390x", "product": { "name": "openssl-1_0_0-1.0.2p-3.40.2.s390x", "product_id": "openssl-1_0_0-1.0.2p-3.40.2.s390x" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.s390x", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.s390x", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.40.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl10-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl10-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl10-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl1_0_0-hmac-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl1_0_0-steam-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl1_0_0-steam-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-steam-32bit-1.0.2p-3.40.2.x86_64", "product": { "name": "libopenssl1_0_0-steam-32bit-1.0.2p-3.40.2.x86_64", "product_id": "libopenssl1_0_0-steam-32bit-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "product": { "name": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "product_id": "openssl-1_0_0-1.0.2p-3.40.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.x86_64", "product": { "name": "openssl-1_0_0-cavs-1.0.2p-3.40.2.x86_64", "product_id": "openssl-1_0_0-cavs-1.0.2p-3.40.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "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 Module for Legacy 15 SP3", "product": { "name": "SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:15:sp3" } } }, { "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 15 SP1-BCL", "product": { "name": "SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_bcl:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp1" } } }, { "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 Linux Enterprise Server for SAP Applications 15 SP1", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp1" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.0", "product": { "name": "SUSE Manager Proxy 4.0", "product_id": "SUSE Manager Proxy 4.0", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.0" } } }, { "category": "product_name", "name": "SUSE Manager Retail Branch Server 4.0", "product": { "name": "SUSE Manager Retail Branch Server 4.0", "product_id": "SUSE Manager Retail Branch Server 4.0", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-retail-branch-server:4.0" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.0", "product": { "name": "SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.0" } } }, { "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.40.2.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.40.2.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.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.40.2.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.40.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.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.40.2.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.40.2.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.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.40.2.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.40.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.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.40.2.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.40.2.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.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.40.2.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.40.2.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.aarch64" }, "product_reference": "libopenssl10-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.40.2.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl10-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.40.2.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.s390x" }, "product_reference": "libopenssl10-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl10-1.0.2p-3.40.2.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl10-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP3", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.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.40.2.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.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.40.2.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.40.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.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.40.2.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.40.2.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.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.40.2.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.40.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.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.40.2.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.40.2.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.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.40.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.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.40.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.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.40.2.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.40.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.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.40.2.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.40.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.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.40.2.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.40.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "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.40.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.40.2.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64 as component of SUSE Manager Proxy 4.0", "product_id": "SUSE Manager Proxy 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Manager Proxy 4.0", "product_id": "SUSE Manager Proxy 4.0:libopenssl1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Manager Proxy 4.0", "product_id": "SUSE Manager Proxy 4.0:openssl-1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64 as component of SUSE Manager Retail Branch Server 4.0", "product_id": "SUSE Manager Retail Branch Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Manager Retail Branch Server 4.0", "product_id": "SUSE Manager Retail Branch Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Manager Retail Branch Server 4.0", "product_id": "SUSE Manager Retail Branch Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64 as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.s390x as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.s390x" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.ppc64le" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.s390x as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.s390x" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.s390x", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Manager Server 4.0", "product_id": "SUSE Manager Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.40.2.aarch64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.40.2.aarch64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_0_0-1.0.2p-3.40.2.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.40.2.x86_64" }, "product_reference": "openssl-1_0_0-1.0.2p-3.40.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" } ] }, "vulnerabilities": [ { "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": [ "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Proxy 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Proxy 4.0:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Retail Branch Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Manager Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Manager Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Manager Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Manager Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Manager Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Manager Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Manager Server 4.0:openssl-1_0_0-1.0.2p-3.40.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": [ "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Proxy 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Proxy 4.0:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Retail Branch Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Manager Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Manager Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Manager Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Manager Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Manager Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Manager Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Manager Server 4.0:openssl-1_0_0-1.0.2p-3.40.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": [ "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Enterprise Storage 6:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Enterprise Storage 6:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Enterprise Storage 6:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP2:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl10-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP3:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.40.2.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Proxy 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Manager Proxy 4.0:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Proxy 4.0:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Manager Retail Branch Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Retail Branch Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.ppc64le", "SUSE Manager Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.s390x", "SUSE Manager Server 4.0:libopenssl-1_0_0-devel-1.0.2p-3.40.2.x86_64", "SUSE Manager Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Manager Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.s390x", "SUSE Manager Server 4.0:libopenssl1_0_0-1.0.2p-3.40.2.x86_64", "SUSE Manager Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.ppc64le", "SUSE Manager Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.s390x", "SUSE Manager Server 4.0:openssl-1_0_0-1.0.2p-3.40.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:16:30Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:14792-1
Vulnerability from csaf_suse
Published
2021-08-24 14:21
Modified
2021-08-24 14:21
Summary
Security update for openssl1
Notes
Title of the patch
Security update for openssl1
Description of the patch
This update for openssl1 fixes the following security issue:
- CVE-2021-3712: a bug in the code for printing certificate details could
lead to a buffer overrun that a malicious actor could exploit to crash
the application, causing a denial-of-service attack. [bsc#1189521]
Patchnames
secsp3-openssl1-14792
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 security issue:\n\n- CVE-2021-3712: a bug in the code for printing certificate details could\n lead to a buffer overrun that a malicious actor could exploit to crash\n the application, causing a denial-of-service attack. [bsc#1189521]\n", "title": "Description of the patch" }, { "category": "details", "text": "secsp3-openssl1-14792", "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_14792-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:14792-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-202114792-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:14792-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009347.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl1", "tracking": { "current_release_date": "2021-08-24T14:21:14Z", "generator": { "date": "2021-08-24T14:21:14Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:14792-1", "initial_release_date": "2021-08-24T14:21:14Z", "revision_history": [ { "date": "2021-08-24T14:21:14Z", "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.36.2.i586", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.36.2.i586", "product_id": "libopenssl1-devel-1.0.1g-0.58.36.2.i586" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.36.2.i586", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.36.2.i586", "product_id": "libopenssl1_0_0-1.0.1g-0.58.36.2.i586" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.36.2.i586", "product": { "name": "openssl1-1.0.1g-0.58.36.2.i586", "product_id": "openssl1-1.0.1g-0.58.36.2.i586" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.36.2.i586", "product": { "name": "openssl1-doc-1.0.1g-0.58.36.2.i586", "product_id": "openssl1-doc-1.0.1g-0.58.36.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libopenssl1-devel-1.0.1g-0.58.36.2.ia64", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.36.2.ia64", "product_id": "libopenssl1-devel-1.0.1g-0.58.36.2.ia64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.36.2.ia64", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.36.2.ia64", "product_id": "libopenssl1_0_0-1.0.1g-0.58.36.2.ia64" } }, { "category": "product_version", "name": "libopenssl1_0_0-x86-1.0.1g-0.58.36.2.ia64", "product": { "name": "libopenssl1_0_0-x86-1.0.1g-0.58.36.2.ia64", "product_id": "libopenssl1_0_0-x86-1.0.1g-0.58.36.2.ia64" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.36.2.ia64", "product": { "name": "openssl1-1.0.1g-0.58.36.2.ia64", "product_id": "openssl1-1.0.1g-0.58.36.2.ia64" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.36.2.ia64", "product": { "name": "openssl1-doc-1.0.1g-0.58.36.2.ia64", "product_id": "openssl1-doc-1.0.1g-0.58.36.2.ia64" } } ], "category": "architecture", "name": "ia64" }, { "branches": [ { "category": "product_version", "name": "libopenssl1-devel-1.0.1g-0.58.36.2.ppc64", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.36.2.ppc64", "product_id": "libopenssl1-devel-1.0.1g-0.58.36.2.ppc64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.36.2.ppc64", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.36.2.ppc64", "product_id": "libopenssl1_0_0-1.0.1g-0.58.36.2.ppc64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.ppc64", "product": { "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.ppc64", "product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.ppc64" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.36.2.ppc64", "product": { "name": "openssl1-1.0.1g-0.58.36.2.ppc64", "product_id": "openssl1-1.0.1g-0.58.36.2.ppc64" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.36.2.ppc64", "product": { "name": "openssl1-doc-1.0.1g-0.58.36.2.ppc64", "product_id": "openssl1-doc-1.0.1g-0.58.36.2.ppc64" } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "libopenssl1-devel-1.0.1g-0.58.36.2.s390x", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.36.2.s390x", "product_id": "libopenssl1-devel-1.0.1g-0.58.36.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.36.2.s390x", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.36.2.s390x", "product_id": "libopenssl1_0_0-1.0.1g-0.58.36.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.s390x", "product": { "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.s390x", "product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.s390x" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.36.2.s390x", "product": { "name": "openssl1-1.0.1g-0.58.36.2.s390x", "product_id": "openssl1-1.0.1g-0.58.36.2.s390x" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.36.2.s390x", "product": { "name": "openssl1-doc-1.0.1g-0.58.36.2.s390x", "product_id": "openssl1-doc-1.0.1g-0.58.36.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl1-devel-1.0.1g-0.58.36.2.x86_64", "product": { "name": "libopenssl1-devel-1.0.1g-0.58.36.2.x86_64", "product_id": "libopenssl1-devel-1.0.1g-0.58.36.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-1.0.1g-0.58.36.2.x86_64", "product": { "name": "libopenssl1_0_0-1.0.1g-0.58.36.2.x86_64", "product_id": "libopenssl1_0_0-1.0.1g-0.58.36.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.x86_64", "product": { "name": "libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.x86_64", "product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.x86_64" } }, { "category": "product_version", "name": "openssl1-1.0.1g-0.58.36.2.x86_64", "product": { "name": "openssl1-1.0.1g-0.58.36.2.x86_64", "product_id": "openssl1-1.0.1g-0.58.36.2.x86_64" } }, { "category": "product_version", "name": "openssl1-doc-1.0.1g-0.58.36.2.x86_64", "product": { "name": "openssl1-doc-1.0.1g-0.58.36.2.x86_64", "product_id": "openssl1-doc-1.0.1g-0.58.36.2.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.36.2.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.36.2.i586" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.36.2.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.36.2.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.36.2.ia64" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.36.2.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.36.2.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.36.2.ppc64" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "libopenssl1-devel-1.0.1g-0.58.36.2.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.36.2.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.36.2.i586" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.36.2.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.36.2.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.36.2.ia64" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.36.2.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.36.2.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.36.2.ppc64" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "libopenssl1_0_0-1.0.1g-0.58.36.2.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.36.2.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.36.2.ppc64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.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.36.2.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.36.2.ia64" }, "product_reference": "libopenssl1_0_0-x86-1.0.1g-0.58.36.2.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.36.2.i586 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.i586" }, "product_reference": "openssl1-1.0.1g-0.58.36.2.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.36.2.ia64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.ia64" }, "product_reference": "openssl1-1.0.1g-0.58.36.2.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.36.2.ppc64 as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.ppc64" }, "product_reference": "openssl1-1.0.1g-0.58.36.2.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.36.2.s390x as component of SUSE Linux Enterprise Server 11-SECURITY", "product_id": "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.s390x" }, "product_reference": "openssl1-1.0.1g-0.58.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "openssl1-1.0.1g-0.58.36.2.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.36.2.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.36.2.i586" }, "product_reference": "openssl1-doc-1.0.1g-0.58.36.2.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.36.2.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.36.2.ia64" }, "product_reference": "openssl1-doc-1.0.1g-0.58.36.2.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.36.2.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.36.2.ppc64" }, "product_reference": "openssl1-doc-1.0.1g-0.58.36.2.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.36.2.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.36.2.s390x" }, "product_reference": "openssl1-doc-1.0.1g-0.58.36.2.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.36.2.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.36.2.x86_64" }, "product_reference": "openssl1-doc-1.0.1g-0.58.36.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11-SECURITY" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-x86-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.2.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.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": [ "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-x86-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.2.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.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": [ "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1-devel-1.0.1g-0.58.36.2.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.i586", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-1.0.1g-0.58.36.2.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-32bit-1.0.1g-0.58.36.2.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:libopenssl1_0_0-x86-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-1.0.1g-0.58.36.2.x86_64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.2.i586", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.2.ia64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.2.ppc64", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.2.s390x", "SUSE Linux Enterprise Server 11-SECURITY:openssl1-doc-1.0.1g-0.58.36.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:21:14Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2968-1
Vulnerability from csaf_suse
Published
2021-09-07 07:53
Modified
2021-09-07 07:53
Summary
Security update for openssl-1_1
Notes
Title of the patch
Security update for openssl-1_1
Description of the patch
This update for openssl-1_1 fixes the following issues:
- CVE-2021-3712: This is an update for the incomplete fix for CVE-2021-3712.
Read buffer overruns processing ASN.1 strings (bsc#1189521).
Patchnames
SUSE-2021-2968,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-2968,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-2968,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-2968,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-2968,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-2968,SUSE-Storage-6-2021-2968
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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-2021-3712: This is an update for the incomplete fix for CVE-2021-3712. \n Read buffer overruns processing ASN.1 strings (bsc#1189521).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2968,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-2968,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-2968,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-2968,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-2968,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-2968,SUSE-Storage-6-2021-2968", "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_2968-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2968-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212968-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2968-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009417.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2021-09-07T07:53:15Z", "generator": { "date": "2021-09-07T07:53:15Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2968-1", "initial_release_date": "2021-09-07T07:53:15Z", "revision_history": [ { "date": "2021-09-07T07:53:15Z", "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.21.2.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "product_id": "libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.21.2.aarch64", "product": { "name": "libopenssl1_1-1.1.0i-14.21.2.aarch64", "product_id": "libopenssl1_1-1.1.0i-14.21.2.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "product_id": "libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.21.2.aarch64", "product": { "name": "openssl-1_1-1.1.0i-14.21.2.aarch64", "product_id": "openssl-1_1-1.1.0i-14.21.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-64bit-1.1.0i-14.21.2.aarch64_ilp32", "product": { "name": "libopenssl-1_1-devel-64bit-1.1.0i-14.21.2.aarch64_ilp32", "product_id": "libopenssl-1_1-devel-64bit-1.1.0i-14.21.2.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-64bit-1.1.0i-14.21.2.aarch64_ilp32", "product": { "name": "libopenssl1_1-64bit-1.1.0i-14.21.2.aarch64_ilp32", "product_id": "libopenssl1_1-64bit-1.1.0i-14.21.2.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-64bit-1.1.0i-14.21.2.aarch64_ilp32", "product": { "name": "libopenssl1_1-hmac-64bit-1.1.0i-14.21.2.aarch64_ilp32", "product_id": "libopenssl1_1-hmac-64bit-1.1.0i-14.21.2.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.i586", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.i586", "product_id": "libopenssl-1_1-devel-1.1.0i-14.21.2.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.21.2.i586", "product": { "name": "libopenssl1_1-1.1.0i-14.21.2.i586", "product_id": "libopenssl1_1-1.1.0i-14.21.2.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.i586", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.i586", "product_id": "libopenssl1_1-hmac-1.1.0i-14.21.2.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.21.2.i586", "product": { "name": "openssl-1_1-1.1.0i-14.21.2.i586", "product_id": "openssl-1_1-1.1.0i-14.21.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.0i-14.21.2.noarch", "product": { "name": "openssl-1_1-doc-1.1.0i-14.21.2.noarch", "product_id": "openssl-1_1-doc-1.1.0i-14.21.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.21.2.ppc64le", "product": { "name": "libopenssl1_1-1.1.0i-14.21.2.ppc64le", "product_id": "libopenssl1_1-1.1.0i-14.21.2.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le", "product_id": "libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.21.2.ppc64le", "product": { "name": "openssl-1_1-1.1.0i-14.21.2.ppc64le", "product_id": "openssl-1_1-1.1.0i-14.21.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.s390x", "product_id": "libopenssl-1_1-devel-1.1.0i-14.21.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.21.2.s390x", "product": { "name": "libopenssl1_1-1.1.0i-14.21.2.s390x", "product_id": "libopenssl1_1-1.1.0i-14.21.2.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.s390x", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.s390x", "product_id": "libopenssl1_1-hmac-1.1.0i-14.21.2.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.21.2.s390x", "product": { "name": "openssl-1_1-1.1.0i-14.21.2.s390x", "product_id": "openssl-1_1-1.1.0i-14.21.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "product_id": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-14.21.2.x86_64", "product": { "name": "libopenssl1_1-1.1.0i-14.21.2.x86_64", "product_id": "libopenssl1_1-1.1.0i-14.21.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "product_id": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "product_id": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-14.21.2.x86_64", "product": { "name": "openssl-1_1-1.1.0i-14.21.2.x86_64", "product_id": "openssl-1_1-1.1.0i-14.21.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP1-BCL", "product": { "name": "SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_bcl:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp1" } } }, { "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_1-devel-1.1.0i-14.21.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.21.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.21.2.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.21.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.21.2.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.21.2.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.21.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.21.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_1-1.1.0i-14.21.2.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.21.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.21.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.21.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.ppc64le" }, "product_reference": "libopenssl1_1-1.1.0i-14.21.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.21.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.s390x" }, "product_reference": "libopenssl1_1-1.1.0i-14.21.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.21.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.21.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.21.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.ppc64le" }, "product_reference": "openssl-1_1-1.1.0i-14.21.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.21.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.s390x" }, "product_reference": "openssl-1_1-1.1.0i-14.21.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.21.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.21.2.ppc64le" }, "product_reference": "libopenssl1_1-1.1.0i-14.21.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.21.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.21.2.ppc64le" }, "product_reference": "openssl-1_1-1.1.0i-14.21.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.21.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.21.2.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.21.2.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.21.2.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.0i-14.21.2.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.21.2.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.21.2.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-14.21.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.0i-14.21.2.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.21.2.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-14.21.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" } ] }, "vulnerabilities": [ { "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": [ "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.21.2.aarch64", "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.21.2.aarch64", "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.21.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": [ "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.21.2.aarch64", "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.21.2.aarch64", "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.21.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": [ "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "SUSE Enterprise Storage 6:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.21.2.aarch64", "SUSE Enterprise Storage 6:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.21.2.aarch64", "SUSE Enterprise Storage 6:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-14.21.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.21.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-14.21.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-09-07T07:53:15Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2830-1
Vulnerability from csaf_suse
Published
2021-08-24 14:20
Modified
2021-08-24 14:20
Summary
Security update for openssl-1_1
Notes
Title of the patch
Security update for openssl-1_1
Description of the patch
This update for openssl-1_1 fixes the following security issues:
- CVE-2021-3711: A bug in the implementation of the SM2 decryption code
could lead to buffer overflows. [bsc#1189520]
- CVE-2021-3712: a bug in the code for printing certificate details could
lead to a buffer overrun that a malicious actor could exploit to crash
the application, causing a denial-of-service attack. [bsc#1189521]
Patchnames
SUSE-2021-2830,SUSE-SLE-Module-Basesystem-15-SP2-2021-2830,SUSE-SLE-Module-Basesystem-15-SP3-2021-2830,SUSE-SUSE-MicroOS-5.0-2021-2830
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 security issues:\n\n- CVE-2021-3711: A bug in the implementation of the SM2 decryption code\n could lead to buffer overflows. [bsc#1189520]\n\n- CVE-2021-3712: a bug in the code for printing certificate details could\n lead to a buffer overrun that a malicious actor could exploit to crash\n the application, causing a denial-of-service attack. [bsc#1189521]\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2830,SUSE-SLE-Module-Basesystem-15-SP2-2021-2830,SUSE-SLE-Module-Basesystem-15-SP3-2021-2830,SUSE-SUSE-MicroOS-5.0-2021-2830", "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_2830-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2830-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212830-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2830-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009341.html" }, { "category": "self", "summary": "SUSE Bug 1189520", "url": "https://bugzilla.suse.com/1189520" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "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": "Security update for openssl-1_1", "tracking": { "current_release_date": "2021-08-24T14:20:41Z", "generator": { "date": "2021-08-24T14:20:41Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2830-1", "initial_release_date": "2021-08-24T14:20:41Z", "revision_history": [ { "date": "2021-08-24T14:20:41Z", "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.27.1.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "product_id": "libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.27.1.aarch64", "product": { "name": "libopenssl1_1-1.1.1d-11.27.1.aarch64", "product_id": "libopenssl1_1-1.1.1d-11.27.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "product_id": "libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.27.1.aarch64", "product": { "name": "openssl-1_1-1.1.1d-11.27.1.aarch64", "product_id": "openssl-1_1-1.1.1d-11.27.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-64bit-1.1.1d-11.27.1.aarch64_ilp32", "product": { "name": "libopenssl-1_1-devel-64bit-1.1.1d-11.27.1.aarch64_ilp32", "product_id": "libopenssl-1_1-devel-64bit-1.1.1d-11.27.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-64bit-1.1.1d-11.27.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-64bit-1.1.1d-11.27.1.aarch64_ilp32", "product_id": "libopenssl1_1-64bit-1.1.1d-11.27.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-64bit-1.1.1d-11.27.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-hmac-64bit-1.1.1d-11.27.1.aarch64_ilp32", "product_id": "libopenssl1_1-hmac-64bit-1.1.1d-11.27.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.i586", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.i586", "product_id": "libopenssl-1_1-devel-1.1.1d-11.27.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.27.1.i586", "product": { "name": "libopenssl1_1-1.1.1d-11.27.1.i586", "product_id": "libopenssl1_1-1.1.1d-11.27.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.i586", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.i586", "product_id": "libopenssl1_1-hmac-1.1.1d-11.27.1.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.27.1.i586", "product": { "name": "openssl-1_1-1.1.1d-11.27.1.i586", "product_id": "openssl-1_1-1.1.1d-11.27.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.1d-11.27.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.1d-11.27.1.noarch", "product_id": "openssl-1_1-doc-1.1.1d-11.27.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.27.1.ppc64le", "product": { "name": "libopenssl1_1-1.1.1d-11.27.1.ppc64le", "product_id": "libopenssl1_1-1.1.1d-11.27.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "product_id": "libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.27.1.ppc64le", "product": { "name": "openssl-1_1-1.1.1d-11.27.1.ppc64le", "product_id": "openssl-1_1-1.1.1d-11.27.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "product_id": "libopenssl-1_1-devel-1.1.1d-11.27.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.27.1.s390x", "product": { "name": "libopenssl1_1-1.1.1d-11.27.1.s390x", "product_id": "libopenssl1_1-1.1.1d-11.27.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "product_id": "libopenssl1_1-hmac-1.1.1d-11.27.1.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.27.1.s390x", "product": { "name": "openssl-1_1-1.1.1d-11.27.1.s390x", "product_id": "openssl-1_1-1.1.1d-11.27.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.1d-11.27.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.1d-11.27.1.x86_64", "product": { "name": "libopenssl1_1-1.1.1d-11.27.1.x86_64", "product_id": "libopenssl1_1-1.1.1d-11.27.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.1d-11.27.1.x86_64", "product": { "name": "openssl-1_1-1.1.1d-11.27.1.x86_64", "product_id": "openssl-1_1-1.1.1d-11.27.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_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP3", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.0", "product": { "name": "SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.0" } } } ], "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.27.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.27.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.27.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.27.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.27.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.27.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.27.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.27.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.27.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.27.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.27.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.27.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.27.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.27.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.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.27.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.27.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.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.27.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.27.1.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.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.27.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.27.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.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.27.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.27.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-11.27.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.27.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.27.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.27.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.27.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.27.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.27.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.27.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.27.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.27.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.27.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.27.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.27.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.27.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.27.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-11.27.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.27.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.27.1.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-11.27.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.27.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.27.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-11.27.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.27.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.27.1.s390x" }, "product_reference": "openssl-1_1-1.1.1d-11.27.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.27.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.27.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-11.27.1.x86_64", "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.27.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.27.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.27.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.27.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.s390x" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.27.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-11.27.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.27.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.1d-11.27.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.27.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.s390x" }, "product_reference": "openssl-1_1-1.1.1d-11.27.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.27.1.aarch64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "libopenssl1_1-1.1.1d-11.27.1.x86_64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.27.1.aarch64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.aarch64" }, "product_reference": "openssl-1_1-1.1.1d-11.27.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1_1-1.1.1d-11.27.1.x86_64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.x86_64" }, "product_reference": "openssl-1_1-1.1.1d-11.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.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": [ "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:20:41Z", "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": [ "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.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": [ "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.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": [ "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Micro 5.0:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Micro 5.0:openssl-1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:openssl-1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl-1_1-devel-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-11.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:openssl-1_1-1.1.1d-11.27.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:20:41Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
suse-su-2021:2829-1
Vulnerability from csaf_suse
Published
2021-08-24 14:19
Modified
2021-08-24 14:19
Summary
Security update for openssl-1_1
Notes
Title of the patch
Security update for openssl-1_1
Description of the patch
This update for openssl-1_1 fixes the following security issue:
- CVE-2021-3712: a bug in the code for printing certificate details could
lead to a buffer overrun that a malicious actor could exploit to crash
the application, causing a denial-of-service attack. [bsc#1189521]
Patchnames
SUSE-2021-2829,SUSE-SLE-Product-HPC-15-2021-2829,SUSE-SLE-Product-SLES-15-2021-2829,SUSE-SLE-Product-SLES_SAP-15-2021-2829
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 security issue:\n\n- CVE-2021-3712: a bug in the code for printing certificate details could\n lead to a buffer overrun that a malicious actor could exploit to crash\n the application, causing a denial-of-service attack. [bsc#1189521]\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-2829,SUSE-SLE-Product-HPC-15-2021-2829,SUSE-SLE-Product-SLES-15-2021-2829,SUSE-SLE-Product-SLES_SAP-15-2021-2829", "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_2829-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:2829-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20212829-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:2829-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009343.html" }, { "category": "self", "summary": "SUSE Bug 1189521", "url": "https://bugzilla.suse.com/1189521" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3712 page", "url": "https://www.suse.com/security/cve/CVE-2021-3712/" } ], "title": "Security update for openssl-1_1", "tracking": { "current_release_date": "2021-08-24T14:19:58Z", "generator": { "date": "2021-08-24T14:19:58Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:2829-1", "initial_release_date": "2021-08-24T14:19:58Z", "revision_history": [ { "date": "2021-08-24T14:19:58Z", "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.60.1.aarch64", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.60.1.aarch64", "product_id": "libopenssl-1_1-devel-1.1.0i-4.60.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.60.1.aarch64", "product": { "name": "libopenssl1_1-1.1.0i-4.60.1.aarch64", "product_id": "libopenssl1_1-1.1.0i-4.60.1.aarch64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.60.1.aarch64", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.60.1.aarch64", "product_id": "libopenssl1_1-hmac-1.1.0i-4.60.1.aarch64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.60.1.aarch64", "product": { "name": "openssl-1_1-1.1.0i-4.60.1.aarch64", "product_id": "openssl-1_1-1.1.0i-4.60.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-64bit-1.1.0i-4.60.1.aarch64_ilp32", "product": { "name": "libopenssl-1_1-devel-64bit-1.1.0i-4.60.1.aarch64_ilp32", "product_id": "libopenssl-1_1-devel-64bit-1.1.0i-4.60.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-64bit-1.1.0i-4.60.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-64bit-1.1.0i-4.60.1.aarch64_ilp32", "product_id": "libopenssl1_1-64bit-1.1.0i-4.60.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-64bit-1.1.0i-4.60.1.aarch64_ilp32", "product": { "name": "libopenssl1_1-hmac-64bit-1.1.0i-4.60.1.aarch64_ilp32", "product_id": "libopenssl1_1-hmac-64bit-1.1.0i-4.60.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-4.60.1.i586", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.60.1.i586", "product_id": "libopenssl-1_1-devel-1.1.0i-4.60.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.60.1.i586", "product": { "name": "libopenssl1_1-1.1.0i-4.60.1.i586", "product_id": "libopenssl1_1-1.1.0i-4.60.1.i586" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.60.1.i586", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.60.1.i586", "product_id": "libopenssl1_1-hmac-1.1.0i-4.60.1.i586" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.60.1.i586", "product": { "name": "openssl-1_1-1.1.0i-4.60.1.i586", "product_id": "openssl-1_1-1.1.0i-4.60.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "openssl-1_1-doc-1.1.0i-4.60.1.noarch", "product": { "name": "openssl-1_1-doc-1.1.0i-4.60.1.noarch", "product_id": "openssl-1_1-doc-1.1.0i-4.60.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-4.60.1.ppc64le", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.60.1.ppc64le", "product_id": "libopenssl-1_1-devel-1.1.0i-4.60.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.60.1.ppc64le", "product": { "name": "libopenssl1_1-1.1.0i-4.60.1.ppc64le", "product_id": "libopenssl1_1-1.1.0i-4.60.1.ppc64le" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.60.1.ppc64le", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.60.1.ppc64le", "product_id": "libopenssl1_1-hmac-1.1.0i-4.60.1.ppc64le" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.60.1.ppc64le", "product": { "name": "openssl-1_1-1.1.0i-4.60.1.ppc64le", "product_id": "openssl-1_1-1.1.0i-4.60.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-4.60.1.s390x", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.60.1.s390x", "product_id": "libopenssl-1_1-devel-1.1.0i-4.60.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.60.1.s390x", "product": { "name": "libopenssl1_1-1.1.0i-4.60.1.s390x", "product_id": "libopenssl1_1-1.1.0i-4.60.1.s390x" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.60.1.s390x", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.60.1.s390x", "product_id": "libopenssl1_1-hmac-1.1.0i-4.60.1.s390x" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.60.1.s390x", "product": { "name": "openssl-1_1-1.1.0i-4.60.1.s390x", "product_id": "openssl-1_1-1.1.0i-4.60.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "product": { "name": "libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "product_id": "libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64" } }, { "category": "product_version", "name": "libopenssl-1_1-devel-32bit-1.1.0i-4.60.1.x86_64", "product": { "name": "libopenssl-1_1-devel-32bit-1.1.0i-4.60.1.x86_64", "product_id": "libopenssl-1_1-devel-32bit-1.1.0i-4.60.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-1.1.0i-4.60.1.x86_64", "product": { "name": "libopenssl1_1-1.1.0i-4.60.1.x86_64", "product_id": "libopenssl1_1-1.1.0i-4.60.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "product": { "name": "libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "product_id": "libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "product": { "name": "libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "product_id": "libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64" } }, { "category": "product_version", "name": "libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "product": { "name": "libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "product_id": "libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64" } }, { "category": "product_version", "name": "openssl-1_1-1.1.0i-4.60.1.x86_64", "product": { "name": "openssl-1_1-1.1.0i-4.60.1.x86_64", "product_id": "openssl-1_1-1.1.0i-4.60.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.60.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.60.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.60.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.60.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.60.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-4.60.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.60.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.60.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-4.60.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.60.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.60.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-4.60.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.60.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.60.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.60.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.60.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.60.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-4.60.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.60.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.60.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-4.60.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.60.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.60.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-4.60.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.60.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.60.1.aarch64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.60.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.60.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.60.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.60.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.60.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.60.1.s390x" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.60.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.60.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.60.1.aarch64" }, "product_reference": "libopenssl1_1-1.1.0i-4.60.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.60.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.60.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.0i-4.60.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.60.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.60.1.s390x" }, "product_reference": "libopenssl1_1-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-4.60.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.60.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.60.1.aarch64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.60.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.60.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.60.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.60.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.60.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.60.1.s390x" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-4.60.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.60.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.60.1.aarch64" }, "product_reference": "openssl-1_1-1.1.0i-4.60.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.60.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.60.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.0i-4.60.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.60.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.60.1.s390x" }, "product_reference": "openssl-1_1-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-4.60.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.60.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.60.1.ppc64le" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl-1_1-devel-1.1.0i-4.60.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.60.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.60.1.ppc64le" }, "product_reference": "libopenssl1_1-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-32bit-1.1.0i-4.60.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.60.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.60.1.ppc64le" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-4.60.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.60.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.60.1.ppc64le" }, "product_reference": "openssl-1_1-1.1.0i-4.60.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.60.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.60.1.x86_64" }, "product_reference": "openssl-1_1-1.1.0i-4.60.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" } ] }, "vulnerabilities": [ { "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": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.60.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.60.1.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": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.60.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.60.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": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:openssl-1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:openssl-1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.60.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.60.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:openssl-1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl-1_1-devel-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libopenssl1_1-hmac-32bit-1.1.0i-4.60.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.60.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:openssl-1_1-1.1.0i-4.60.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-08-24T14:19:58Z", "details": "moderate" } ], "title": "CVE-2021-3712" } ] }
ICSA-22-130-06
Vulnerability from csaf_cisa
Published
2022-05-10 00:00
Modified
2022-05-10 00:00
Summary
Mitsubishi Electric MELSOFT GT OPC UA
Notes
CISA Disclaimer
This CSAF advisory was extracted from unstructured data and may contain inaccuracies. If you notice any errors, please reach out to the designated contact at CISA CSAF: central@cisa.dhs.gov
Legal Notice
All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Risk evaluation
Successful exploitation of these vulnerabilities could allow a remote attacker to send specially crafted messages, resulting in information disclosure or a denial-of-service condition.
Critical infrastructure sectors
Critical Manufacturing
Countries/areas deployed
Worldwide
Company headquarters location
Japan
Recommended Practices
CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability. Specifically, users should:
Recommended Practices
CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov Several recommended practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices
Additional mitigation guidance and recommended practices are publicly available on the ICS webpage on cisa.gov in the Technical Information Paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Organizations observing any suspected malicious activity should follow their established internal procedures and report their findings to CISA for tracking and correlation against other incidents.
Exploitability
No known public exploits specifically target these vulnerabilities.
{ "document": { "acknowledgments": [ { "organization": "Mitsubishi Electric", "summary": "reporting these vulnerabilities to CISA" } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited", "tlp": { "label": "WHITE", "url": "https://us-cert.cisa.gov/tlp/" } }, "lang": "en-US", "notes": [ { "category": "general", "text": "This CSAF advisory was extracted from unstructured data and may contain inaccuracies. If you notice any errors, please reach out to the designated contact at CISA CSAF: central@cisa.dhs.gov", "title": "CISA Disclaimer" }, { "category": "legal_disclaimer", "text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.", "title": "Legal Notice" }, { "category": "summary", "text": "Successful exploitation of these vulnerabilities could allow a remote attacker to send specially crafted messages, resulting in information disclosure or a denial-of-service condition.", "title": "Risk evaluation" }, { "category": "other", "text": "Critical Manufacturing", "title": "Critical infrastructure sectors" }, { "category": "other", "text": "Worldwide", "title": "Countries/areas deployed" }, { "category": "other", "text": "Japan", "title": "Company headquarters location" }, { "category": "general", "text": "CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability. Specifically, users should:", "title": "Recommended Practices" }, { "category": "general", "text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.\nCISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov Several recommended practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "Additional mitigation guidance and recommended practices are publicly available on the ICS webpage on cisa.gov in the Technical Information Paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.\nOrganizations observing any suspected malicious activity should follow their established internal procedures and report their findings to CISA for tracking and correlation against other incidents.", "title": "Recommended Practices" }, { "category": "other", "text": "No known public exploits specifically target these vulnerabilities.", "title": "Exploitability" } ], "publisher": { "category": "coordinator", "contact_details": "Email: CISAservicedesk@cisa.dhs.gov;\n Toll Free: 1-888-282-0870", "name": "CISA", "namespace": "https://www.cisa.gov/" }, "references": [ { "category": "self", "summary": "ICS Advisory ICSA-22-130-06 JSON", "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2022/icsa-22-130-06.json" }, { "category": "self", "summary": "ICS Advisory ICSA-22-130-06 Web Version", "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-22-130-06" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B" } ], "title": "Mitsubishi Electric MELSOFT GT OPC UA", "tracking": { "current_release_date": "2022-05-10T00:00:00.000000Z", "generator": { "engine": { "name": "CISA CSAF Generator", "version": "1.0.0" } }, "id": "ICSA-22-130-06", "initial_release_date": "2022-05-10T00:00:00.000000Z", "revision_history": [ { "date": "2022-05-10T00:00:00.000000Z", "legacy_version": "Initial", "number": "1", "summary": "ICSA-22-130-06 Mitsubishi Electric MELSOFT GT OPC UA" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003e= 1.215Z | \u003c= 1.270G", "product": { "name": "GT SoftGOT2000: Versions 1.215Z to 1.270G", "product_id": "CSAFPID-0001" } } ], "category": "product_name", "name": "GT SoftGOT2000" }, { "branches": [ { "category": "product_version_range", "name": "\u003e= 1.00A | \u003c= 1.02C", "product": { "name": "MELSOFT GT OPC UA Client: Versions 1.00A to 1.02C", "product_id": "CSAFPID-0002" } } ], "category": "product_name", "name": "MELSOFT GT OPC UA Client" } ], "category": "vendor", "name": "Mitsubishi Electric" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-3712", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "The affected product is vulnerable due to an out-of-bounds read, which may allow an attacker to send specially crafted messages to disclose information on memory or cause a denial-of-service condition.CVE-2021-3712 has been assigned to this vulnerability. A CVSS v3 base score of 7.4 has been assigned; the CVSS vector string is (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H).", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3712" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], "remediations": [ { "category": "mitigation", "details": "Mitsubishi Electric recommends users update software", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ], "url": "https://www.mitsubishielectric.com/fa/support/index.html" }, { "category": "vendor_fix", "details": "Update MELSOFT GT OPC UA Client: Update to 1.03D or later", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Update GT SoftGOT2000: Update to 1.275M or later", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "When connecting the products to the Internet, use a virtual private network (VPN, etc.) to prevent spoofing and sniffing.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Use the products within the LAN and block access from untrusted networks and hosts.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Update the OPC UA server to the latest version.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Install antivirus software.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Restrict physical access to computers and network equipment that use the affected products.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] } ], "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:N/A:H", "version": "3.0" }, "products": [ "CSAFPID-0001", "CSAFPID-0002" ] } ] }, { "cve": "CVE-2021-23840", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "The affected product is vulnerable due to an integer overflow, which may allow an attacker to cause a denial-of-service condition.CVE-2021-23840 has been assigned to this vulnerability. A CVSS v3 base score of 7.5 has been assigned; the CVSS vector string is (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H).", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-23840" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], "remediations": [ { "category": "mitigation", "details": "Mitsubishi Electric recommends users update software", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ], "url": "https://www.mitsubishielectric.com/fa/support/index.html" }, { "category": "vendor_fix", "details": "Update MELSOFT GT OPC UA Client: Update to 1.03D or later", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Update GT SoftGOT2000: Update to 1.275M or later", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "When connecting the products to the Internet, use a virtual private network (VPN, etc.) to prevent spoofing and sniffing.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Use the products within the LAN and block access from untrusted networks and hosts.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Update the OPC UA server to the latest version.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Install antivirus software.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Restrict physical access to computers and network equipment that use the affected products.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] } ], "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": [ "CSAFPID-0001", "CSAFPID-0002" ] } ] } ] }
ICSA-23-143-02
Vulnerability from csaf_cisa
Published
2023-05-05 06:00
Modified
2023-10-19 06:00
Summary
Hitachi Energy's RTU500 Series Product (UPDATE B)
Notes
Legal Notice
All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Risk evaluation
Successful exploitation of these vulnerabilities could allow an attacker to crash the device being accessed or cause a denial-of-service condition.
Critical infrastructure sectors
Energy
Countries/areas deployed
Worldwide
Company headquarters location
Switzerland
Recommended Practices
CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices
CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov/ics. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices
CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets.
Recommended Practices
Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov/ics in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Recommended Practices
Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
Recommended Practices
No known public exploitation specifically targeting these vulnerabilities has been reported to CISA at this time.
{ "document": { "acknowledgments": [ { "organization": "Hitachi Energy", "summary": "reporting these vulnerabilities to CISA" } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited", "tlp": { "label": "WHITE", "url": "https://us-cert.cisa.gov/tlp/" } }, "lang": "en-US", "notes": [ { "category": "legal_disclaimer", "text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.", "title": "Legal Notice" }, { "category": "summary", "text": "Successful exploitation of these vulnerabilities could allow an attacker to crash the device being accessed or cause a denial-of-service condition. ", "title": "Risk evaluation" }, { "category": "other", "text": "Energy", "title": "Critical infrastructure sectors" }, { "category": "other", "text": "Worldwide", "title": "Countries/areas deployed" }, { "category": "other", "text": "Switzerland", "title": "Company headquarters location" }, { "category": "general", "text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov/ics. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets.", "title": "Recommended Practices" }, { "category": "general", "text": "Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov/ics in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.", "title": "Recommended Practices" }, { "category": "general", "text": "No known public exploitation specifically targeting these vulnerabilities has been reported to CISA at this time.", "title": "Recommended Practices" } ], "publisher": { "category": "coordinator", "contact_details": "central@cisa.dhs.gov", "name": "CISA", "namespace": "https://www.cisa.gov/" }, "references": [ { "category": "self", "summary": "ICS Advisory ICSA-23-143-02 JSON", "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2023/icsa-23-143-02.json" }, { "category": "self", "summary": "ICSA Advisory ICSA-23-143-02 - Web Version", "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-23-143-02" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/topics/industrial-control-systems" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01" }, { "category": "external", "summary": "Recommended Practices", "url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B" } ], "title": "Hitachi Energy\u0027s RTU500 Series Product (UPDATE B)", "tracking": { "current_release_date": "2023-10-19T06:00:00.000000Z", "generator": { "engine": { "name": "CISA CSAF Generator", "version": "1.0.0" } }, "id": "ICSA-23-143-02", "initial_release_date": "2023-05-05T06:00:00.000000Z", "revision_history": [ { "date": "2023-05-05T06:00:00.000000Z", "legacy_version": "Initial", "number": "1", "summary": "Initial Publication" }, { "date": "2023-09-28T06:00:00.000000Z", "legacy_version": "Update A", "number": "2", "summary": "Update A - Update to Mitigations and Affected Products" }, { "date": "2023-10-19T06:00:00.000000Z", "legacy_version": "Update B", "number": "3", "summary": "Update B - Update to Mitigations and Affected Products" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003e=12.0.1|\u003c=12.0.15", "product": { "name": "RTU500 series CMU Firmware: \u003e=12.0.1|\u003c=12.0.15", "product_id": "CSAFPID-0001" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=12.2.1|\u003c=12.2.12", "product": { "name": "RTU500 series CMU Firmware: \u003e=12.2.1|\u003c=12.2.12", "product_id": "CSAFPID-0002" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=12.4.1|\u003c=12.4.12", "product": { "name": "RTU500 series CMU Firmware: \u003e=12.4.1|\u003c=12.4.12", "product_id": "CSAFPID-0003" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=12.6.1|\u003c=12.6.9", "product": { "name": "RTU500 series CMU Firmware: \u003e=12.6.1|\u003c=12.6.9", "product_id": "CSAFPID-0004" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=12.7.1|\u003c=12.7.6", "product": { "name": "RTU500 series CMU Firmware: \u003e=12.7.1|\u003c=12.7.6", "product_id": "CSAFPID-0005" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=13.2.1|\u003c=13.2.6", "product": { "name": "RTU500 series CMU Firmware: \u003e=13.2.1|\u003c=13.2.6", "product_id": "CSAFPID-0006" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=13.3.1|\u003c=13.3.3", "product": { "name": "RTU500 series CMU Firmware: \u003e=13.3.1|\u003c=13.3.3", "product_id": "CSAFPID-0007" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=13.4.1|\u003c=13.4.2", "product": { "name": "RTU500 series CMU Firmware: \u003e=13.4.1|\u003c=13.4.2", "product_id": "CSAFPID-0008" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" } ], "category": "vendor", "name": "Hitachi Energy" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-0286", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "summary", "text": "There is a type-confusion vulnerability affecting X.400 address processing within an X.509 GeneralName. This vulnerability could allow an attacker to pass arbitrary pointers to a memcmp call, enabling access to read memory contents or cause a denial-of-service condition.X.400 addresses parsed as an ASN1_STRING while the public structure definition for GENERAL_NAME incorrectly specifies the x400Address field type as ASN1_TYPE.", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-0286" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], "remediations": [ { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.0.1 - 12.0.14: Update to CMU Firmware version 12.0.15* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.2.1 - 12.2.11: Update to CMU Firmware version 12.2.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.4.1 - 12.4.11: Update to CMU Firmware version 12.4.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.6.1 - 12.6.8: Update to CMU Firmware version 12.6.9", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.7.1 - 12.7.5: Update to CMU Firmware version 12.7.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.2.1 - 13.2.5: Update to CMU Firmware version 13.2.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.3.1 - 13.3.3: Update to CMU Firmware version 13.3.4* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.4.1: Update to CMU Firmware version 13.4.2", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "Until the updates are made available, Hitachi Energy recommends the following general mitigation factors/workarounds for the products with RTU500 series CMU Firmware versions 12.0.1 \ufffd 12.0.15, 12.2.1 \ufffd 12.2.12, 12.4.1 \ufffd 12.4.12, 12.6.1 \ufffd 12.6.9, 12.7.1 \ufffd 12.7.6, 13.2.1 \ufffd 13.2.6, 13.3.1 \ufffd 13.3.3, 13.4.2 to address the vulnerabilities CVE-2023-0286 and CVE-2022-4304:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Recommended security practices and firewall configurations can help protect a process control network from attacks originating from outside the network including.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Physically protect process control systems from direct access by unauthorized personnel.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Do not allow process control systems direct connections to the internet.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Separate process control systems from other networks by means of a firewall system that has a minimal number of ports exposed.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Process control systems should not be used for internet surfing, instant messaging, or receiving emails.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Portable computers and removable storage media should be carefully scanned for viruses before they are connected to a control system.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "For more information, see Hitachi Energy\u0027s Security Advisories:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "8DBD000150", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000150\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "mitigation", "details": "8DBD000153", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" } ], "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:N/A:H", "version": "3.0" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] } ] }, { "cve": "CVE-2022-4304", "cwe": { "id": "CWE-208", "name": "Observable Timing Discrepancy" }, "notes": [ { "category": "summary", "text": "A timing-based side channel exists in the OpenSSL RSA Decryption implementation. This could allow an attacker sufficient access to recover plaintext across a network to perform a Bleichenbacher style attack. The vulnerability affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP and RSASVE.", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-4304" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], "remediations": [ { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.0.1 - 12.0.14: Update to CMU Firmware version 12.0.15* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.2.1 - 12.2.11: Update to CMU Firmware version 12.2.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.4.1 - 12.4.11: Update to CMU Firmware version 12.4.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.6.1 - 12.6.8: Update to CMU Firmware version 12.6.9", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.7.1 - 12.7.5: Update to CMU Firmware version 12.7.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.2.1 - 13.2.5: Update to CMU Firmware version 13.2.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.3.1 - 13.3.3: Update to CMU Firmware version 13.3.4* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.4.1: Update to CMU Firmware version 13.4.2", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "Until the updates are made available, Hitachi Energy recommends the following general mitigation factors/workarounds for the products with RTU500 series CMU Firmware versions 12.0.1 - 12.0.15, 12.2.1 - 12.2.12, 12.4.1 - 12.4.12, 12.6.1 - 12.6.9, 12.7.1 - 12.7.6, 13.2.1 - 13.2.6, 13.3.1 - 13.3.3, 13.4.2 to address the vulnerabilities CVE-2023-0286 and CVE-2022-4304:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Recommended security practices and firewall configurations can help protect a process control network from attacks originating from outside the network including.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Physically protect process control systems from direct access by unauthorized personnel.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Do not allow process control systems direct connections to the internet.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Separate process control systems from other networks by means of a firewall system that has a minimal number of ports exposed.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Process control systems should not be used for internet surfing, instant messaging, or receiving emails.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Portable computers and removable storage media should be carefully scanned for viruses before they are connected to a control system.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "For more information, see Hitachi Energy\u0027s Security Advisories:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "8DBD000150", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000150\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "mitigation", "details": "8DBD000153", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" } ], "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": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] } ] }, { "cve": "CVE-2022-23937", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "A vulnerability exists in the Wind River VxWorks version 6.9 affecting the RTU500 series product versions listed. An attacker could exploit the vulnerability by using a specific crafted packet that could lead to an out-of-bounds read during an IKE initial exchange scenario. ", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-23937" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], "remediations": [ { "category": "mitigation", "details": "Hitachi Energy has released the following mitigations/fixes for CVE-2022-23937, CVE-2022-0778, CVE-2021-3711, and CVE-2021-3712:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.0.1 \ufffd 12.0.14: Update to CMU Firmware version 12.0.15* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.2.1 \ufffd 12.2.11: Update to CMU Firmware version 12.2.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.4.1 \ufffd 12.4.11: Update to CMU Firmware version 12.4.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.6.1 \ufffd 12.6.8: Update to CMU Firmware version 12.6.9", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.7.1 \ufffd 12.7.5: Update to CMU Firmware version 12.7.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.2.1 \ufffd 13.2.5: Update to CMU Firmware version 13.2.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.3.1 \ufffd 13.3.3: Update to CMU Firmware version 13.3.4* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.4.1: Update to CMU Firmware version 13.4.2", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Recommended security practices and firewall configurations can help protect a process control network from attacks originating from outside the network including.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Physically protect process control systems from direct access by unauthorized personnel.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Do not allow process control systems direct connections to the internet.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Separate process control systems from other networks by means of a firewall system that has a minimal number of ports exposed.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Process control systems should not be used for internet surfing, instant messaging, or receiving emails.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Portable computers and removable storage media should be carefully scanned for viruses before they are connected to a control system.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "For more information, see Hitachi Energy\u0027s Security Advisories:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "8DBD000150", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000150\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "mitigation", "details": "8DBD000153", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" } ], "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": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] } ] }, { "cve": "CVE-2022-0778", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "summary", "text": "A vulnerability exists in the OpenSSL version 1.0.2 that affects the RTU500 Series product versions listed. An attacker can exploit the BN_mod_sqrt() function to compute a modular square root that contains a bug causing a continual loop for non-prime moduli. ", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-0778" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], "remediations": [ { "category": "mitigation", "details": "Hitachi Energy has released the following mitigations/fixes for CVE-2022-23937, CVE-2022-0778, CVE-2021-3711, and CVE-2021-3712:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.0.1 \ufffd 12.0.14: Update to CMU Firmware version 12.0.15* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.2.1 \ufffd 12.2.11: Update to CMU Firmware version 12.2.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.4.1 \ufffd 12.4.11: Update to CMU Firmware version 12.4.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.6.1 \ufffd 12.6.8: Update to CMU Firmware version 12.6.9", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.7.1 \ufffd 12.7.5: Update to CMU Firmware version 12.7.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.2.1 \ufffd 13.2.5: Update to CMU Firmware version 13.2.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.3.1 \ufffd 13.3.3: Update to CMU Firmware version 13.3.4* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.4.1: Update to CMU Firmware version 13.4.2", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Recommended security practices and firewall configurations can help protect a process control network from attacks originating from outside the network including.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Physically protect process control systems from direct access by unauthorized personnel.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Do not allow process control systems direct connections to the internet.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Separate process control systems from other networks by means of a firewall system that has a minimal number of ports exposed.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Process control systems should not be used for internet surfing, instant messaging, or receiving emails.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Portable computers and removable storage media should be carefully scanned for viruses before they are connected to a control system.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "For more information, see Hitachi Energy\u0027s Security Advisories:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "8DBD000150", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000150\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "mitigation", "details": "8DBD000153", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" } ], "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": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] } ] }, { "cve": "CVE-2021-3711", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "A vulnerability exists in the OpenSSL Version 1.0.2 affecting the RTU500 Series product versions listed. An attacker with access to applications and the capability to present SM2 content for decryption could cause a buffer overflow up to a maximum of 62 bytes while altering contents of data present after the buffer. This vulnerability could allow an attacker to change application behavior or cause the application to crash.", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3711" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], "remediations": [ { "category": "mitigation", "details": "Hitachi Energy has released the following mitigations/fixes for CVE-2022-23937, CVE-2022-0778, CVE-2021-3711, and CVE-2021-3712:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.0.1 - 12.0.14: Update to CMU Firmware version 12.0.15* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.2.1 - 12.2.11: Update to CMU Firmware version 12.2.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.4.1 - 12.4.11: Update to CMU Firmware version 12.4.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.6.1 - 12.6.8: Update to CMU Firmware version 12.6.9", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.7.1 - 12.7.5: Update to CMU Firmware version 12.7.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.2.1 - 13.2.5: Update to CMU Firmware version 13.2.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.3.1 - 13.3.3: Update to CMU Firmware version 13.3.4* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.4.1: Update to CMU Firmware version 13.4.2", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Recommended security practices and firewall configurations can help protect a process control network from attacks originating from outside the network including.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Physically protect process control systems from direct access by unauthorized personnel.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Do not allow process control systems direct connections to the internet.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Separate process control systems from other networks by means of a firewall system that has a minimal number of ports exposed.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Process control systems should not be used for internet surfing, instant messaging, or receiving emails.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Portable computers and removable storage media should be carefully scanned for viruses before they are connected to a control system.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "For more information, see Hitachi Energy\u0027s Security Advisories:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "8DBD000150", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000150\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "mitigation", "details": "8DBD000153", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" } ], "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": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] } ] }, { "cve": "CVE-2021-3712", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "A vulnerability exists in the OpenSSL Version 1.0.2 affecting the RTU500 Series product versions listed. A malicious actor could cause an application to directly construct an ASN1_STRING and then process it through one of the affected OpenSSL functions. Exploiting this vulnerability could create a system crash causing a denial-of-service condition or a disclosure of private memory contents, such as private keys or sensitive plaintext. ", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3712" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], "remediations": [ { "category": "mitigation", "details": "Hitachi Energy has released the following mitigations/fixes for CVE-2022-23937, CVE-2022-0778, CVE-2021-3711, and CVE-2021-3712:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.0.1 - 12.0.14: Update to CMU Firmware version 12.0.15* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.2.1 - 12.2.11: Update to CMU Firmware version 12.2.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.4.1 - 12.4.11: Update to CMU Firmware version 12.4.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.6.1 - 12.6.8: Update to CMU Firmware version 12.6.9", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.7.1 - 12.7.5: Update to CMU Firmware version 12.7.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.2.1 - 13.2.5: Update to CMU Firmware version 13.2.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.3.1 - 13.3.3: Update to CMU Firmware version 13.3.4* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.4.1: Update to CMU Firmware version 13.4.2", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Recommended security practices and firewall configurations can help protect a process control network from attacks originating from outside the network including.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Physically protect process control systems from direct access by unauthorized personnel.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Do not allow process control systems direct connections to the internet.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Separate process control systems from other networks by means of a firewall system that has a minimal number of ports exposed.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Process control systems should not be used for internet surfing, instant messaging, or receiving emails.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Portable computers and removable storage media should be carefully scanned for viruses before they are connected to a control system.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "For more information, see Hitachi Energy\u0027s Security Advisories:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "8DBD000150", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000150\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "mitigation", "details": "8DBD000153", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" } ], "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:N/A:H", "version": "3.0" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] } ] } ] }
ICSA-22-069-09
Vulnerability from csaf_cisa
Published
2022-03-10 00:00
Modified
2022-03-10 00:00
Summary
Siemens SINEC INS
Notes
CISA Disclaimer
This CSAF advisory was extracted from unstructured data and may contain inaccuracies. If you notice any errors, please reach out to the designated contact at CISA CSAF: central@cisa.dhs.gov
Legal Notice
All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Risk evaluation
Successful exploitation of this vulnerability in third-party components could allow an attacker to interfere with the affected product in various ways.
Critical infrastructure sectors
Energy
Countries/areas deployed
Worldwide
Company headquarters location
Germany
Recommended Practices
CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability. Specifically, users should:
Recommended Practices
CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several recommended practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices
Additional mitigation guidance and recommended practices are publicly available on the ICS webpage on cisa.gov in the Technical Information Paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Organizations observing any suspected malicious activity should follow their established internal procedures and report their findings to CISA for tracking and correlation against other incidents.
Additional Resources
For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Exploitability
No known public exploits specifically target this vulnerability.
{ "document": { "acknowledgments": [ { "organization": "Siemens", "summary": "reporting this vulnerability to CISA" } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited", "tlp": { "label": "WHITE", "url": "https://us-cert.cisa.gov/tlp/" } }, "lang": "en-US", "notes": [ { "category": "general", "text": "This CSAF advisory was extracted from unstructured data and may contain inaccuracies. If you notice any errors, please reach out to the designated contact at CISA CSAF: central@cisa.dhs.gov", "title": "CISA Disclaimer" }, { "category": "legal_disclaimer", "text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.", "title": "Legal Notice" }, { "category": "summary", "text": "Successful exploitation of this vulnerability in third-party components could allow an attacker to interfere with the affected product in various ways.", "title": "Risk evaluation" }, { "category": "other", "text": "Energy", "title": "Critical infrastructure sectors" }, { "category": "other", "text": "Worldwide", "title": "Countries/areas deployed" }, { "category": "other", "text": "Germany", "title": "Company headquarters location" }, { "category": "general", "text": "CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability. Specifically, users should:", "title": "Recommended Practices" }, { "category": "general", "text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.\nCISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several recommended practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "Additional mitigation guidance and recommended practices are publicly available on the ICS webpage on cisa.gov in the Technical Information Paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.\nOrganizations observing any suspected malicious activity should follow their established internal procedures and report their findings to CISA for tracking and correlation against other incidents.", "title": "Recommended Practices" }, { "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": "other", "text": "No known public exploits specifically target this vulnerability.", "title": "Exploitability" } ], "publisher": { "category": "coordinator", "contact_details": "Email: CISAservicedesk@cisa.dhs.gov;\n Toll Free: 1-888-282-0870", "name": "CISA", "namespace": "https://www.cisa.gov/" }, "references": [ { "category": "external", "summary": "SSA-389290: Third-Party Component Vulnerabilities in SINEC INS - CSAF Version", "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-389290.json" }, { "category": "self", "summary": "ICS Advisory ICSA-22-069-09 JSON", "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2022/icsa-22-069-09.json" }, { "category": "self", "summary": "ICS Advisory ICSA-22-069-09 Web Version", "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-22-069-09" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B" }, { "category": "external", "summary": "SSA-389290: Third-Party Component Vulnerabilities in SINEC INS - PDF Version", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf" }, { "category": "external", "summary": "SSA-389290: Third-Party Component Vulnerabilities in SINEC INS - TXT Version", "url": "https://cert-portal.siemens.com/productcert/txt/ssa-389290.txt" } ], "title": "Siemens SINEC INS", "tracking": { "current_release_date": "2022-03-10T00:00:00.000000Z", "generator": { "engine": { "name": "CISA CSAF Generator", "version": "1.0.0" } }, "id": "ICSA-22-069-09", "initial_release_date": "2022-03-10T00:00:00.000000Z", "revision_history": [ { "date": "2022-03-10T00:00:00.000000Z", "legacy_version": "Initial", "number": "1", "summary": "ICSA-22-069-09 Siemens SINEC INS" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c V1.0.1.1", "product": { "name": "SINEC INS", "product_id": "CSAFPID-0001" } } ], "category": "product_name", "name": "SINEC INS" } ], "category": "vendor", "name": "Siemens" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-19242", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "SQLite 3.30.1 mishandles pExpr-\u003ey.pTab, as demonstrated by the TK_COLUMN case in sqlite3ExprCodeTarget in expr.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19242 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19242 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19242.json" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19242" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19244" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19317" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19603" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19645" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19646" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19880" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19923" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19924" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19925" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19926" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7774" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8169" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8177" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8231" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8265" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8284" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8285" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8286" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8287" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8625" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-9327" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11655" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11656" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13630" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13631" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13632" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13871" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-15358" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27304" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3449" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3450" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3672" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3711" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3712" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22876" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22883" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22884" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22890" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22897" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22898" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22901" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22918" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22921" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22922" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22923" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22924" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22925" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22926" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22930" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22931" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22939" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22940" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22945" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22946" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22947" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23362" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23840" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25214" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25215" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25216" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25219" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-27290" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32803" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32804" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-37701" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-37712" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-37713" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-39134" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-39135" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19242" }, { "cve": "CVE-2019-19244", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Select in select.c in SQLite 3.30.1 allows a crash if a sub-select uses both DISTINCT and window functions, and also has certain ORDER BY usage.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19244 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19244 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19244.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19244" }, { "cve": "CVE-2019-19317", "cwe": { "id": "CWE-681", "name": "Incorrect Conversion between Numeric Types" }, "notes": [ { "category": "summary", "text": "lookupName in resolve.c in SQLite 3.30.1 omits bits from the colUsed bitmask in the case of a generated column, which allows attackers to cause a denial of service or possibly have unspecified other impact.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19317 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19317 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19317.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19317" }, { "cve": "CVE-2019-19603", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "SQLite 3.30.1 mishandles certain SELECT statements with a nonexistent VIEW, leading to an application crash.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19603 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19603 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19603.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19603" }, { "cve": "CVE-2019-19645", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "notes": [ { "category": "summary", "text": "alter.c in SQLite through 3.30.1 allows attackers to trigger infinite recursion via certain types of self-referential views in conjunction with ALTER TABLE statements.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19645 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19645 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19645.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19645" }, { "cve": "CVE-2019-19646", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "notes": [ { "category": "summary", "text": "pragma.c in SQLite through 3.30.1 mishandles NOT NULL in an integrity_check PRAGMA command in certain cases of generated columns.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19646 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19646 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19646.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19646" }, { "cve": "CVE-2019-19880", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "exprListAppendList in window.c in SQLite 3.30.1 allows attackers to trigger an invalid pointer dereference because constant integer values in ORDER BY clauses of window definitions are mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19880 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19880 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19880.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19880" }, { "cve": "CVE-2019-19923", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "flattenSubquery in select.c in SQLite 3.30.1 mishandles certain uses of SELECT DISTINCT involving a LEFT JOIN in which the right-hand side is a view. This can cause a NULL pointer dereference (or incorrect results).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19923 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19923 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19923.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19923" }, { "cve": "CVE-2019-19924", "cwe": { "id": "CWE-755", "name": "Improper Handling of Exceptional Conditions" }, "notes": [ { "category": "summary", "text": "SQLite 3.30.1 mishandles certain parser-tree rewriting, related to expr.c, vdbeaux.c, and window.c. This is caused by incorrect sqlite3WindowRewrite() error handling.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19924 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19924 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19924.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19924" }, { "cve": "CVE-2019-19925", "cwe": { "id": "CWE-434", "name": "Unrestricted Upload of File with Dangerous Type" }, "notes": [ { "category": "summary", "text": "zipfileUpdate in ext/misc/zipfile.c in SQLite 3.30.1 mishandles a NULL pathname during an update of a ZIP archive.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19925 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19925 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19925.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19925" }, { "cve": "CVE-2019-19926", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "multiSelect in select.c in SQLite 3.30.1 mishandles certain errors during parsing, as demonstrated by errors from sqlite3WindowRewrite() calls. NOTE: this vulnerability exists because of an incomplete fix for CVE-2019-19880.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19926 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19926 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19926.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19926" }, { "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. 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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-1971 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-1971 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-1971.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2020-7774", "cwe": { "id": "CWE-915", "name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes" }, "notes": [ { "category": "summary", "text": "This affects the package y18n before 3.2.2, 4.0.1 and 5.0.5. PoC by po6ix: const y18n = require(\u0027y18n\u0027)(); y18n.setLocale(\u0027PROTO\u0027); y18n.updateLocale({polluted: true}); console.log(polluted); // true", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-7774 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-7774 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-7774.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-7774" }, { "cve": "CVE-2020-8169", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "summary", "text": "The libcurl library versions 7.62.0 to and including 7.70.0 are vulnerable to an information disclosure vulnerability that can lead to a partial password being leaked over the network and to the DNS server(s).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8169 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8169 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8169.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8169" }, { "cve": "CVE-2020-8177", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "notes": [ { "category": "summary", "text": "curl 7.20.0 through 7.70.0 is vulnerable to improper restriction of names for files and other resources that can lead too overwriting a local file when the -J flag is used.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8177 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8177 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8177.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8177" }, { "cve": "CVE-2020-8231", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "Due to use of a dangling pointer, libcurl 7.29.0 through 7.71.1 can use the wrong connection when sending data.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8231 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8231 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8231.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8231" }, { "cve": "CVE-2020-8265", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8265 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8265 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8265.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8265" }, { "cve": "CVE-2020-8284", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "summary", "text": "A malicious server can use the FTP PASV response to trick curl 7.73.0 and earlier into connecting back to a given IP address and port, and this way potentially make curl extract information about services that are otherwise private and not disclosed, for example doing port scanning and service banner extractions.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8284 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8284 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8284.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8284" }, { "cve": "CVE-2020-8285", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "notes": [ { "category": "summary", "text": "curl 7.21.0 to and including 7.73.0 is vulnerable to uncontrolled recursion due to a stack overflow issue in FTP wildcard match parsing.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8285 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8285 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8285.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8285" }, { "cve": "CVE-2020-8286", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "summary", "text": "The libcurl library versions 7.41.0 to and including 7.73.0 are vulnerable to an improper check for certificate revocation due to insufficient verification of the OCSP response. This vulnerability could allow an attacker to pass a revoked certificate as valid.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8286 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8286 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8286.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8286" }, { "cve": "CVE-2020-8287", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8287 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8287 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8287.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8287" }, { "cve": "CVE-2020-8625", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "BIND servers are vulnerable if they are running an affected version and are configured to use GSS-TSIG features. In a configuration which uses BIND\u0027s default settings the vulnerable code path is not exposed, but a server can be rendered vulnerable by explicitly setting valid values for the tkey-gssapi-keytab or tkey-gssapi-credentialconfiguration options. Although the default configuration is not vulnerable, GSS-TSIG is frequently used in networks where BIND is integrated with Samba, as well as in mixed-server environments that combine BIND servers with Active Directory domain controllers. The most likely outcome of a successful exploitation of the vulnerability is a crash of the named process. However, remote code execution, while unproven, is theoretically possible. Affects: BIND 9.5.0 -\u003e 9.11.27, 9.12.0 -\u003e 9.16.11, and versions BIND 9.11.3-S1 -\u003e 9.11.27-S1 and 9.16.8-S1 -\u003e 9.16.11-S1 of BIND Supported Preview Edition. Also release versions 9.17.0 -\u003e 9.17.1 of the BIND 9.17 development branch", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8625 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8625 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8625.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8625" }, { "cve": "CVE-2020-9327", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In SQLite 3.31.1, isAuxiliaryVtabOperator allows attackers to trigger a NULL pointer dereference and segmentation fault because of generated column optimizations.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-9327 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-9327 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-9327.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-9327" }, { "cve": "CVE-2020-11655", "cwe": { "id": "CWE-665", "name": "Improper Initialization" }, "notes": [ { "category": "summary", "text": "SQLite through 3.31.1 allows attackers to cause a denial of service (segmentation fault) via a malformed window-function query because the AggInfo object\u0027s initialization is mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-11655 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-11655 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-11655.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-11655" }, { "cve": "CVE-2020-11656", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "In SQLite through 3.31.1, the ALTER TABLE implementation has a use-after-free, as demonstrated by an ORDER BY clause that belongs to a compound SELECT statement.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-11656 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-11656 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-11656.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-11656" }, { "cve": "CVE-2020-13630", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "ext/fts3/fts3.c in SQLite before 3.32.0 has a use-after-free in fts3EvalNextRow, related to the snippet feature.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-13630 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-13630 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-13630.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-13630" }, { "cve": "CVE-2020-13631", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "SQLite before 3.32.0 allows a virtual table to be renamed to the name of one of its shadow tables, related to alter.c and build.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-13631 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-13631 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-13631.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-13631" }, { "cve": "CVE-2020-13632", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "ext/fts3/fts3_snippet.c in SQLite before 3.32.0 has a NULL pointer dereference via a crafted matchinfo() query.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-13632 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-13632 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-13632.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-13632" }, { "cve": "CVE-2020-13871", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "SQLite 3.32.2 has a use-after-free in resetAccumulator in select.c because the parse tree rewrite for window functions is too late.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-13871 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-13871 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-13871.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-13871" }, { "cve": "CVE-2020-15358", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "In SQLite before 3.32.3, select.c mishandles query-flattener optimization, leading to a multiSelectOrderBy heap overflow because of misuse of transitive properties for constant propagation.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-15358 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-15358 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-15358.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-15358" }, { "cve": "CVE-2020-27304", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "The CivetWeb web library does not validate uploaded filepaths when running on an OS other than Windows, when using the built-in HTTP form-based file upload mechanism, via the mg_handle_form_request API. Web applications that use the file upload form handler, and use parts of the user-controlled filename in the output path, are susceptible to directory traversal", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-27304 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-27304 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-27304.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-27304" }, { "cve": "CVE-2021-3449", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-3449 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-3449 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-3449.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-3449" }, { "cve": "CVE-2021-3450", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-3450 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-3450 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-3450.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-3450" }, { "cve": "CVE-2021-3672", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "summary", "text": "A flaw was found in c-ares library, where a missing input validation check of host names returned by DNS (Domain Name Servers) can lead to output of wrong hostnames which might potentially lead to Domain Hijacking. The highest threat from this vulnerability is to confidentiality and integrity as well as system availability.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-3672 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-3672 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-3672.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-3672" }, { "cve": "CVE-2021-3711", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-3711 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-3711 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-3711.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-3711" }, { "cve": "CVE-2021-3712", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-3712 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-3712 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-3712.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-3712" }, { "cve": "CVE-2021-22876", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "summary", "text": "curl 7.1.1 to and including 7.75.0 is vulnerable to an \"Exposure of Private Personal Information to an Unauthorized Actor\" by leaking credentials in the HTTP Referer: header. libcurl does not strip off user credentials from the URL when automatically populating the Referer: HTTP request header field in outgoing HTTP requests, and therefore risks leaking sensitive data to the server that is the target of the second HTTP request.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22876 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22876 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22876.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22876" }, { "cve": "CVE-2021-22883", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "Node.js before 10.24.0, 12.21.0, 14.16.0, and 15.10.0 is vulnerable to a denial of service attack when too many connection attempts with an \u0027unknownProtocol\u0027 are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22883 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22883 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22883.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22883" }, { "cve": "CVE-2021-22884", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Node.js before 10.24.0, 12.21.0, 14.16.0, and 15.10.0 is vulnerable to DNS rebinding attacks as the whitelist includes \u201clocalhost6\u201d. When \u201clocalhost6\u201d is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim\u0027s DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the \u201clocalhost6\u201d domain. As long as the attacker uses the \u201clocalhost6\u201d domain, they can still apply the attack described in CVE-2018-7160.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22884 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22884 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22884.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22884" }, { "cve": "CVE-2021-22890", "cwe": { "id": "CWE-290", "name": "Authentication Bypass by Spoofing" }, "notes": [ { "category": "summary", "text": "curl 7.63.0 to and including 7.75.0 includes vulnerability that allows a malicious HTTPS proxy to MITM a connection due to bad handling of TLS 1.3 session tickets. When using a HTTPS proxy and TLS 1.3, libcurl can confuse session tickets arriving from the HTTPS proxy but work as if they arrived from the remote server and then wrongly \"short-cut\" the host handshake. When confusing the tickets, a HTTPS proxy can trick libcurl to use the wrong session ticket resume for the host and thereby circumvent the server TLS certificate check and make a MITM attack to be possible to perform unnoticed. Note that such a malicious HTTPS proxy needs to provide a certificate that curl will accept for the MITMed server for an attack to work - unless curl has been told to ignore the server certificate check.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22890 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22890 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22890.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22890" }, { "cve": "CVE-2021-22897", "cwe": { "id": "CWE-668", "name": "Exposure of Resource to Wrong Sphere" }, "notes": [ { "category": "summary", "text": "curl 7.61.0 through 7.76.1 suffers from exposure of data element to wrong session due to a mistake in the code for CURLOPT_SSL_CIPHER_LIST when libcurl is built to use the Schannel TLS library. The selected cipher set was stored in a single \"static\" variable in the library, which has the surprising side-effect that if an application sets up multiple concurrent transfers, the last one that sets the ciphers will accidentally control the set used by all transfers. In a worst-case scenario, this weakens transport security significantly.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22897 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22897 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22897.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22897" }, { "cve": "CVE-2021-22898", "cwe": { "id": "CWE-909", "name": "Missing Initialization of Resource" }, "notes": [ { "category": "summary", "text": "curl 7.7 through 7.76.1 suffers from an information disclosure when the -t command line option, known as CURLOPT_TELNETOPTIONS in libcurl, is used to send variable=content pairs to TELNET servers. Due to a flaw in the option parser for sending NEW_ENV variables, libcurl could be made to pass on uninitialized data from a stack based buffer to the server, resulting in potentially revealing sensitive internal information to the server using a clear-text network protocol.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22898 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22898 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22898.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22898" }, { "cve": "CVE-2021-22901", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "curl 7.75.0 through 7.76.1 suffers from a use-after-free vulnerability resulting in already freed memory being used when a TLS 1.3 session ticket arrives over a connection. A malicious server can use this in rare unfortunate circumstances to potentially reach remote code execution in the client. When libcurl at run-time sets up support for TLS 1.3 session tickets on a connection using OpenSSL, it stores pointers to the transfer in-memory object for later retrieval when a session ticket arrives. If the connection is used by multiple transfers (like with a reused HTTP/1.1 connection or multiplexed HTTP/2 connection) that first transfer object might be freed before the new session is established on that connection and then the function will access a memory buffer that might be freed. When using that memory, libcurl might even call a function pointer in the object, making it possible for a remote code execution if the server could somehow manage to get crafted memory content into the correct place in memory.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22901 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22901 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22901.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22901" }, { "cve": "CVE-2021-22918", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "Node.js before 16.4.1, 14.17.2, 12.22.2 is vulnerable to an out-of-bounds read when uv__idna_toascii() is used to convert strings to ASCII. The pointer p is read and increased without checking whether it is beyond pe, with the latter holding a pointer to the end of the buffer. This can lead to information disclosures or crashes. This function can be triggered via uv_getaddrinfo().", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22918 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22918 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22918.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22918" }, { "cve": "CVE-2021-22921", "cwe": { "id": "CWE-732", "name": "Incorrect Permission Assignment for Critical Resource" }, "notes": [ { "category": "summary", "text": "Node.js before 16.4.1, 14.17.2, and 12.22.2 is vulnerable to local privilege escalation attacks under certain conditions on Windows platforms. More specifically, improper configuration of permissions in the installation directory allows an attacker to perform two different escalation attacks: PATH and DLL hijacking.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22921 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22921 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22921.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22921" }, { "cve": "CVE-2021-22922", "cwe": { "id": "CWE-354", "name": "Improper Validation of Integrity Check Value" }, "notes": [ { "category": "summary", "text": "When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.The metalink XML file points out to the client how to get the same contentfrom a set of different URLs, potentially hosted by different servers and theclient can then download the file from one or several of them. In a serial orparallel manner.If one of the servers hosting the contents has been breached and the contentsof the specific file on that server is replaced with a modified payload, curlshould detect this when the hash of the file mismatches after a completeddownload. It should remove the contents and instead try getting the contentsfrom another URL. This is not done, and instead such a hash mismatch is onlymentioned in text and the potentially malicious content is kept in the file ondisk.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22922 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22922 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22922.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22922" }, { "cve": "CVE-2021-22923", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "notes": [ { "category": "summary", "text": "When curl is instructed to get content using the metalink feature, and a user name and password are used to download the metalink XML file, those same credentials are then subsequently passed on to each of the servers from which curl will download or try to download the contents from. Often contrary to the user\u0027s expectations and intentions and without telling the user it happened.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22923 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22923 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22923.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22923" }, { "cve": "CVE-2021-22924", "cwe": { "id": "CWE-706", "name": "Use of Incorrectly-Resolved Name or Reference" }, "notes": [ { "category": "summary", "text": "libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse, if one of them matches the setup. Due to errors in the logic, the config matching function did not take \u0027issuercert\u0027 into account and it compared the involved paths _case insensitively_,which could lead to libcurl reusing wrong connections. File paths are, or can be, case sensitive on many systems but not all, and can even vary depending on used file systems. The comparison also didn\u0027t include the \u0027issuer cert\u0027 which a transfer can set to qualify how to verify the server certificate.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22924 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22924 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22924.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22924" }, { "cve": "CVE-2021-22925", "cwe": { "id": "CWE-908", "name": "Use of Uninitialized Resource" }, "notes": [ { "category": "summary", "text": "curl supports the -t command line option, known as CURLOPT_TELNETOPTIONSin libcurl. This rarely used option is used to send variable=content pairs toTELNET servers.Due to flaw in the option parser for sending NEW_ENV variables, libcurlcould be made to pass on uninitialized data from a stack based buffer to theserver. Therefore potentially revealing sensitive internal information to theserver using a clear-text network protocol.This could happen because curl did not call and use sscanf() correctly whenparsing the string provided by the application.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22925 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22925 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22925.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22925" }, { "cve": "CVE-2021-22926", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "summary", "text": "libcurl-using applications can ask for a specific client certificate to be used in a transfer. This is done with the CURLOPT_SSLCERT option (--cert with the command line tool).When libcurl is built to use the macOS native TLS library Secure Transport, an application can ask for the client certificate by name or with a file name - using the same option. If the name exists as a file, it will be used instead of by name.If the appliction runs with a current working directory that is writable by other users (like /tmp), a malicious user can create a file name with the same name as the app wants to use by name, and thereby trick the application to use the file based cert instead of the one referred to by name making libcurl send the wrong client certificate in the TLS connection handshake.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22926 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22926 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22926.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22926" }, { "cve": "CVE-2021-22930", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "Node.js before 16.6.0, 14.17.4, and 12.22.4 is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22930 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22930 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22930.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22930" }, { "cve": "CVE-2021-22931", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Node.js before 16.6.0, 14.17.4, and 12.22.4 is vulnerable to Remote Code Execution, XSS, Application crashes due to missing input validation of host names returned by Domain Name Servers in Node.js dns library which can lead to output of wrong hostnames (leading to Domain Hijacking) and injection vulnerabilities in applications using the library.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22931 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22931 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22931.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22931" }, { "cve": "CVE-2021-22939", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "summary", "text": "If the Node.js https API was used incorrectly and \"undefined\" was in passed for the \"rejectUnauthorized\" parameter, no error was returned and connections to servers with an expired certificate would have been accepted.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22939 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22939 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22939.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22939" }, { "cve": "CVE-2021-22940", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "Node.js before 16.6.1, 14.17.5, and 12.22.5 is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22940 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22940 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22940.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22940" }, { "cve": "CVE-2021-22945", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "When sending data to an MQTT server, libcurl \u003c= 7.73.0 and 7.78.0 could in some circumstances erroneously keep a pointer to an already freed memory area and both use that again in a subsequent call to send data and also free it _again_.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22945 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22945 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22945.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22945" }, { "cve": "CVE-2021-22946", "cwe": { "id": "CWE-319", "name": "Cleartext Transmission of Sensitive Information" }, "notes": [ { "category": "summary", "text": "A user can tell curl \u003e= 7.20.0 and \u003c= 7.78.0 to require a successful upgrade to TLS when speaking to an IMAP, POP3 or FTP server (--ssl-reqd on the command line orCURLOPT_USE_SSL set to CURLUSESSL_CONTROL or CURLUSESSL_ALL withlibcurl). This requirement could be bypassed if the server would return a properly crafted but perfectly legitimate response.This flaw would then make curl silently continue its operations WITHOUTTLS contrary to the instructions and expectations, exposing possibly sensitive data in clear text over the network.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22946 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22946 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22946.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22946" }, { "cve": "CVE-2021-22947", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "notes": [ { "category": "summary", "text": "When curl \u003e= 7.20.0 and \u003c= 7.78.0 connects to an IMAP or POP3 server to retrieve data using STARTTLS to upgrade to TLS security, the server can respond and send back multiple responses at once that curl caches. curl would then upgrade to TLS but not flush the in-queue of cached responses but instead continue using and trustingthe responses it got _before_ the TLS handshake as if they were authenticated.Using this flaw, it allows a Man-In-The-Middle attacker to first inject the fake responses, then pass-through the TLS traffic from the legitimate server and trick curl into sending data back to the user thinking the attacker\u0027s injected data comes from the TLS-protected server.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22947 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22947 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22947.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22947" }, { "cve": "CVE-2021-23362", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "The package hosted-git-info before 3.0.8 are vulnerable to Regular Expression Denial of Service (ReDoS) via regular expression shortcutMatch in the fromUrl function in index.js. The affected regular expression exhibits polynomial worst-case time complexity.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-23362 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-23362 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-23362.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-23362" }, { "cve": "CVE-2021-23840", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-23840 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-23840 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-23840.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-23840" }, { "cve": "CVE-2021-25214", "cwe": { "id": "CWE-617", "name": "Reachable Assertion" }, "notes": [ { "category": "summary", "text": "In BIND 9.8.5 -\u003e 9.8.8, 9.9.3 -\u003e 9.11.29, 9.12.0 -\u003e 9.16.13, and versions BIND 9.9.3-S1 -\u003e 9.11.29-S1 and 9.16.8-S1 -\u003e 9.16.13-S1 of BIND 9 Supported Preview Edition, as well as release versions 9.17.0 -\u003e 9.17.11 of the BIND 9.17 development branch, when a vulnerable version of named receives a malformed IXFR triggering the flaw described above, the named process will terminate due to a failed assertion the next time the transferred secondary zone is refreshed.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-25214 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-25214 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-25214.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-25214" }, { "cve": "CVE-2021-25215", "cwe": { "id": "CWE-617", "name": "Reachable Assertion" }, "notes": [ { "category": "summary", "text": "In BIND 9.0.0 -\u003e 9.11.29, 9.12.0 -\u003e 9.16.13, and versions BIND 9.9.3-S1 -\u003e 9.11.29-S1 and 9.16.8-S1 -\u003e 9.16.13-S1 of BIND Supported Preview Edition, as well as release versions 9.17.0 -\u003e 9.17.11 of the BIND 9.17 development branch, when a vulnerable version of named receives a query for a record triggering the flaw described above, the named process will terminate due to a failed assertion check. The vulnerability affects all currently maintained BIND 9 branches (9.11, 9.11-S, 9.16, 9.16-S, 9.17) as well as all other versions of BIND 9.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-25215 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-25215 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-25215.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-25215" }, { "cve": "CVE-2021-25216", "cwe": { "id": "CWE-617", "name": "Reachable Assertion" }, "notes": [ { "category": "summary", "text": "In BIND 9.5.0 -\u003e 9.11.29, 9.12.0 -\u003e 9.16.13, and versions BIND 9.11.3-S1 -\u003e 9.11.29-S1 and 9.16.8-S1 -\u003e 9.16.13-S1 of BIND Supported Preview Edition, as well as release versions 9.17.0 -\u003e 9.17.1 of the BIND 9.17 development branch, BIND servers are vulnerable if they are running an affected version and are configured to use GSS-TSIG features. In a configuration which uses BIND\u0027s default settings the vulnerable code path is not exposed, but a server can be rendered vulnerable by explicitly setting values for the tkey-gssapi-keytab or tkey-gssapi-credential configuration options. Although the default configuration is not vulnerable, GSS-TSIG is frequently used in networks where BIND is integrated with Samba, as well as in mixed-server environments that combine BIND servers with Active Directory domain controllers. For servers that meet these conditions, the ISC SPNEGO implementation is vulnerable to various attacks, depending on the CPU architecture for which BIND was built: For named binaries compiled for 64-bit platforms, this flaw can be used to trigger a buffer over-read, leading to a server crash. For named binaries compiled for 32-bit platforms, this flaw can be used to trigger a server crash due to a buffer overflow and possibly also to achieve remote code execution. We have determined that standard SPNEGO implementations are available in the MIT and Heimdal Kerberos libraries, which support a broad range of operating systems, rendering the ISC implementation unnecessary and obsolete. Therefore, to reduce the attack surface for BIND users, we will be removing the ISC SPNEGO implementation in the April releases of BIND 9.11 and 9.16 (it had already been dropped from BIND 9.17). We would not normally remove something from a stable ESV (Extended Support Version) of BIND, but since system libraries can replace the ISC SPNEGO implementation, we have made an exception in this case for reasons of stability and security.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-25216 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-25216 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-25216.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-25216" }, { "cve": "CVE-2021-25219", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "In BIND 9.3.0 -\u003e 9.11.35, 9.12.0 -\u003e 9.16.21, and versions 9.9.3-S1 -\u003e 9.11.35-S1 and 9.16.8-S1 -\u003e 9.16.21-S1 of BIND Supported Preview Edition, as well as release versions 9.17.0 -\u003e 9.17.18 of the BIND 9.17 development branch, exploitation of broken authoritative servers using a flaw in response processing can cause degradation in BIND resolver performance. The way the lame cache is currently designed makes it possible for its internal data structures to grow almost infinitely, which may cause significant delays in client query processing.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-25219 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-25219 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-25219.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-25219" }, { "cve": "CVE-2021-27290", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "ssri 5.2.2-8.0.0, fixed in 8.0.1, processes SRIs using a regular expression which is vulnerable to a denial of service. Malicious SRIs could take an extremely long time to process, leading to denial of service. This issue only affects consumers using the strict option.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-27290 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-27290 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-27290.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-27290" }, { "cve": "CVE-2021-32803", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "The npm package \"tar\" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the node-tar directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where node-tar checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-32803 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-32803 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-32803.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-32803" }, { "cve": "CVE-2021-32804", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "The npm package \"tar\" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the preservePaths flag is not set to true. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example /home/user/.bashrc would turn into home/user/.bashrc. This logic was insufficient when file paths contained repeated path roots such as ////home/user/.bashrc. node-tar would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. ///home/user/.bashrc) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom onentry method which sanitizes the entry.path or a filter method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-32804 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-32804 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-32804.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-32804" }, { "cve": "CVE-2021-37701", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "notes": [ { "category": "summary", "text": "The npm package \"tar\" (aka node-tar) before versions 4.4.16, 5.0.8, and 6.1.7 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory, where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems. The cache checking logic used both \\ and / characters as path separators, however \\ is a valid filename character on posix systems. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. Additionally, a similar confusion could arise on case-insensitive filesystems. If a tar archive contained a directory at FOO, followed by a symbolic link named foo, then on case-insensitive file systems, the creation of the symbolic link would remove the directory from the filesystem, but _not_ from the internal directory cache, as it would not be treated as a cache hit. A subsequent file entry within the FOO directory would then be placed in the target of the symbolic link, thinking that the directory had already been created. These issues were addressed in releases 4.4.16, 5.0.8 and 6.1.7. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-9r2w-394v-53qc.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-37701 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-37701 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-37701.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-37701" }, { "cve": "CVE-2021-37712", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "notes": [ { "category": "summary", "text": "The npm package \"tar\" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with names containing unicode values that normalized to the same value. Additionally, on Windows systems, long path portions would resolve to the same file system entities as their 8.3 \"short path\" counterparts. A specially crafted tar archive could thus include a directory with one form of the path, followed by a symbolic link with a different string that resolves to the same file system entity, followed by a file using the first form. By first creating a directory, and then replacing that directory with a symlink that had a different apparent name that resolved to the same entry in the filesystem, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-qq89-hq3f-393p.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-37712 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-37712 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-37712.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-37712" }, { "cve": "CVE-2021-37713", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "The npm package \"tar\" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be outside of the extraction target directory is not extracted. This is, in part, accomplished by sanitizing absolute paths of entries within the archive, skipping archive entries that contain .. path portions, and resolving the sanitized paths against the extraction target directory. This logic was insufficient on Windows systems when extracting tar files that contained a path that was not an absolute path, but specified a drive letter different from the extraction target, such as C:some\\path. If the drive letter does not match the extraction target, for example D:\\extraction\\dir, then the result of path.resolve(extractionDirectory, entryPath) would resolve against the current working directory on the C: drive, rather than the extraction target directory. Additionally, a .. portion of the path could occur immediately after the drive letter, such as C:../foo, and was not properly sanitized by the logic that checked for .. within the normalized and split portions of the path. This only affects users of node-tar on Windows systems. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. There is no reasonable way to work around this issue without performing the same path normalization procedures that node-tar now does. Users are encouraged to upgrade to the latest patched versions of node-tar, rather than attempt to sanitize paths themselves.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-37713 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-37713 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-37713.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-37713" }, { "cve": "CVE-2021-39134", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "notes": [ { "category": "summary", "text": "@npmcli/arborist, the library that calculates dependency trees and manages the node_modules folder hierarchy for the npm command line interface, aims to guarantee that package dependency contracts will be met, and the extraction of package contents will always be performed into the expected folder. This is, in part, accomplished by resolving dependency specifiers defined in package.json manifests for dependencies with a specific name, and nesting folders to resolve conflicting dependencies. When multiple dependencies differ only in the case of their name, Arborist\u0027s internal data structure saw them as separate items that could coexist within the same level in the node_modules hierarchy. However, on case-insensitive file systems (such as macOS and Windows), this is not the case. Combined with a symlink dependency such as file:/some/path, this allowed an attacker to create a situation in which arbitrary contents could be written to any location on the filesystem. For example, a package pwn-a could define a dependency in their package.json file such as \"foo\": \"file:/some/path\". Another package, pwn-b could define a dependency such as FOO: \"file:foo.tgz\". On case-insensitive file systems, if pwn-a was installed, and then pwn-b was installed afterwards, the contents of foo.tgz would be written to /some/path, and any existing contents of /some/path would be removed. Anyone using npm v7.20.6 or earlier on a case-insensitive filesystem is potentially affected. This is patched in @npmcli/arborist 2.8.2 which is included in npm v7.20.7 and above.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-39134 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-39134 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-39134.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-39134" }, { "cve": "CVE-2021-39135", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "notes": [ { "category": "summary", "text": "@npmcli/arborist, the library that calculates dependency trees and manages the node_modules folder hierarchy for the npm command line interface, aims to guarantee that package dependency contracts will be met, and the extraction of package contents will always be performed into the expected folder. This is accomplished by extracting package contents into a project\u0027s node_modules folder. If the node_modules folder of the root project or any of its dependencies is somehow replaced with a symbolic link, it could allow Arborist to write package dependencies to any arbitrary location on the file system. Note that symbolic links contained within package artifact contents are filtered out, so another means of creating a node_modules symbolic link would have to be employed. 1. A preinstall script could replace node_modules with a symlink. (This is prevented by using --ignore-scripts.) 2. An attacker could supply the target with a git repository, instructing them to run npm install --ignore-scripts in the root. This may be successful, because npm install --ignore-scripts is typically not capable of making changes outside of the project directory, so it may be deemed safe. This is patched in @npmcli/arborist 2.8.2 which is included in npm v7.20.7 and above. For more information including workarounds please see the referenced GHSA-gmw6-94gg-2rc2.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-39135 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-39135 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-39135.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-39135" } ] }
icsa-23-143-02
Vulnerability from csaf_cisa
Published
2023-05-05 06:00
Modified
2023-10-19 06:00
Summary
Hitachi Energy's RTU500 Series Product (UPDATE B)
Notes
Legal Notice
All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Risk evaluation
Successful exploitation of these vulnerabilities could allow an attacker to crash the device being accessed or cause a denial-of-service condition.
Critical infrastructure sectors
Energy
Countries/areas deployed
Worldwide
Company headquarters location
Switzerland
Recommended Practices
CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices
CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov/ics. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices
CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets.
Recommended Practices
Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov/ics in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Recommended Practices
Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
Recommended Practices
No known public exploitation specifically targeting these vulnerabilities has been reported to CISA at this time.
{ "document": { "acknowledgments": [ { "organization": "Hitachi Energy", "summary": "reporting these vulnerabilities to CISA" } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited", "tlp": { "label": "WHITE", "url": "https://us-cert.cisa.gov/tlp/" } }, "lang": "en-US", "notes": [ { "category": "legal_disclaimer", "text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.", "title": "Legal Notice" }, { "category": "summary", "text": "Successful exploitation of these vulnerabilities could allow an attacker to crash the device being accessed or cause a denial-of-service condition. ", "title": "Risk evaluation" }, { "category": "other", "text": "Energy", "title": "Critical infrastructure sectors" }, { "category": "other", "text": "Worldwide", "title": "Countries/areas deployed" }, { "category": "other", "text": "Switzerland", "title": "Company headquarters location" }, { "category": "general", "text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov/ics. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets.", "title": "Recommended Practices" }, { "category": "general", "text": "Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov/ics in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.", "title": "Recommended Practices" }, { "category": "general", "text": "No known public exploitation specifically targeting these vulnerabilities has been reported to CISA at this time.", "title": "Recommended Practices" } ], "publisher": { "category": "coordinator", "contact_details": "central@cisa.dhs.gov", "name": "CISA", "namespace": "https://www.cisa.gov/" }, "references": [ { "category": "self", "summary": "ICS Advisory ICSA-23-143-02 JSON", "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2023/icsa-23-143-02.json" }, { "category": "self", "summary": "ICSA Advisory ICSA-23-143-02 - Web Version", "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-23-143-02" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/topics/industrial-control-systems" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01" }, { "category": "external", "summary": "Recommended Practices", "url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B" } ], "title": "Hitachi Energy\u0027s RTU500 Series Product (UPDATE B)", "tracking": { "current_release_date": "2023-10-19T06:00:00.000000Z", "generator": { "engine": { "name": "CISA CSAF Generator", "version": "1.0.0" } }, "id": "ICSA-23-143-02", "initial_release_date": "2023-05-05T06:00:00.000000Z", "revision_history": [ { "date": "2023-05-05T06:00:00.000000Z", "legacy_version": "Initial", "number": "1", "summary": "Initial Publication" }, { "date": "2023-09-28T06:00:00.000000Z", "legacy_version": "Update A", "number": "2", "summary": "Update A - Update to Mitigations and Affected Products" }, { "date": "2023-10-19T06:00:00.000000Z", "legacy_version": "Update B", "number": "3", "summary": "Update B - Update to Mitigations and Affected Products" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003e=12.0.1|\u003c=12.0.15", "product": { "name": "RTU500 series CMU Firmware: \u003e=12.0.1|\u003c=12.0.15", "product_id": "CSAFPID-0001" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=12.2.1|\u003c=12.2.12", "product": { "name": "RTU500 series CMU Firmware: \u003e=12.2.1|\u003c=12.2.12", "product_id": "CSAFPID-0002" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=12.4.1|\u003c=12.4.12", "product": { "name": "RTU500 series CMU Firmware: \u003e=12.4.1|\u003c=12.4.12", "product_id": "CSAFPID-0003" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=12.6.1|\u003c=12.6.9", "product": { "name": "RTU500 series CMU Firmware: \u003e=12.6.1|\u003c=12.6.9", "product_id": "CSAFPID-0004" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=12.7.1|\u003c=12.7.6", "product": { "name": "RTU500 series CMU Firmware: \u003e=12.7.1|\u003c=12.7.6", "product_id": "CSAFPID-0005" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=13.2.1|\u003c=13.2.6", "product": { "name": "RTU500 series CMU Firmware: \u003e=13.2.1|\u003c=13.2.6", "product_id": "CSAFPID-0006" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=13.3.1|\u003c=13.3.3", "product": { "name": "RTU500 series CMU Firmware: \u003e=13.3.1|\u003c=13.3.3", "product_id": "CSAFPID-0007" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" }, { "branches": [ { "category": "product_version_range", "name": "\u003e=13.4.1|\u003c=13.4.2", "product": { "name": "RTU500 series CMU Firmware: \u003e=13.4.1|\u003c=13.4.2", "product_id": "CSAFPID-0008" } } ], "category": "product_name", "name": "RTU500 series CMU Firmware" } ], "category": "vendor", "name": "Hitachi Energy" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-0286", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "summary", "text": "There is a type-confusion vulnerability affecting X.400 address processing within an X.509 GeneralName. This vulnerability could allow an attacker to pass arbitrary pointers to a memcmp call, enabling access to read memory contents or cause a denial-of-service condition.X.400 addresses parsed as an ASN1_STRING while the public structure definition for GENERAL_NAME incorrectly specifies the x400Address field type as ASN1_TYPE.", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-0286" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], "remediations": [ { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.0.1 - 12.0.14: Update to CMU Firmware version 12.0.15* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.2.1 - 12.2.11: Update to CMU Firmware version 12.2.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.4.1 - 12.4.11: Update to CMU Firmware version 12.4.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.6.1 - 12.6.8: Update to CMU Firmware version 12.6.9", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.7.1 - 12.7.5: Update to CMU Firmware version 12.7.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.2.1 - 13.2.5: Update to CMU Firmware version 13.2.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.3.1 - 13.3.3: Update to CMU Firmware version 13.3.4* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.4.1: Update to CMU Firmware version 13.4.2", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "Until the updates are made available, Hitachi Energy recommends the following general mitigation factors/workarounds for the products with RTU500 series CMU Firmware versions 12.0.1 \ufffd 12.0.15, 12.2.1 \ufffd 12.2.12, 12.4.1 \ufffd 12.4.12, 12.6.1 \ufffd 12.6.9, 12.7.1 \ufffd 12.7.6, 13.2.1 \ufffd 13.2.6, 13.3.1 \ufffd 13.3.3, 13.4.2 to address the vulnerabilities CVE-2023-0286 and CVE-2022-4304:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Recommended security practices and firewall configurations can help protect a process control network from attacks originating from outside the network including.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Physically protect process control systems from direct access by unauthorized personnel.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Do not allow process control systems direct connections to the internet.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Separate process control systems from other networks by means of a firewall system that has a minimal number of ports exposed.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Process control systems should not be used for internet surfing, instant messaging, or receiving emails.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Portable computers and removable storage media should be carefully scanned for viruses before they are connected to a control system.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "For more information, see Hitachi Energy\u0027s Security Advisories:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "8DBD000150", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000150\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "mitigation", "details": "8DBD000153", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" } ], "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:N/A:H", "version": "3.0" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] } ] }, { "cve": "CVE-2022-4304", "cwe": { "id": "CWE-208", "name": "Observable Timing Discrepancy" }, "notes": [ { "category": "summary", "text": "A timing-based side channel exists in the OpenSSL RSA Decryption implementation. This could allow an attacker sufficient access to recover plaintext across a network to perform a Bleichenbacher style attack. The vulnerability affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP and RSASVE.", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-4304" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], "remediations": [ { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.0.1 - 12.0.14: Update to CMU Firmware version 12.0.15* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.2.1 - 12.2.11: Update to CMU Firmware version 12.2.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.4.1 - 12.4.11: Update to CMU Firmware version 12.4.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.6.1 - 12.6.8: Update to CMU Firmware version 12.6.9", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.7.1 - 12.7.5: Update to CMU Firmware version 12.7.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.2.1 - 13.2.5: Update to CMU Firmware version 13.2.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.3.1 - 13.3.3: Update to CMU Firmware version 13.3.4* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.4.1: Update to CMU Firmware version 13.4.2", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "Until the updates are made available, Hitachi Energy recommends the following general mitigation factors/workarounds for the products with RTU500 series CMU Firmware versions 12.0.1 - 12.0.15, 12.2.1 - 12.2.12, 12.4.1 - 12.4.12, 12.6.1 - 12.6.9, 12.7.1 - 12.7.6, 13.2.1 - 13.2.6, 13.3.1 - 13.3.3, 13.4.2 to address the vulnerabilities CVE-2023-0286 and CVE-2022-4304:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Recommended security practices and firewall configurations can help protect a process control network from attacks originating from outside the network including.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Physically protect process control systems from direct access by unauthorized personnel.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Do not allow process control systems direct connections to the internet.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Separate process control systems from other networks by means of a firewall system that has a minimal number of ports exposed.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Process control systems should not be used for internet surfing, instant messaging, or receiving emails.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Portable computers and removable storage media should be carefully scanned for viruses before they are connected to a control system.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "For more information, see Hitachi Energy\u0027s Security Advisories:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "8DBD000150", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000150\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "mitigation", "details": "8DBD000153", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" } ], "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": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] } ] }, { "cve": "CVE-2022-23937", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "A vulnerability exists in the Wind River VxWorks version 6.9 affecting the RTU500 series product versions listed. An attacker could exploit the vulnerability by using a specific crafted packet that could lead to an out-of-bounds read during an IKE initial exchange scenario. ", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-23937" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], "remediations": [ { "category": "mitigation", "details": "Hitachi Energy has released the following mitigations/fixes for CVE-2022-23937, CVE-2022-0778, CVE-2021-3711, and CVE-2021-3712:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.0.1 \ufffd 12.0.14: Update to CMU Firmware version 12.0.15* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.2.1 \ufffd 12.2.11: Update to CMU Firmware version 12.2.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.4.1 \ufffd 12.4.11: Update to CMU Firmware version 12.4.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.6.1 \ufffd 12.6.8: Update to CMU Firmware version 12.6.9", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.7.1 \ufffd 12.7.5: Update to CMU Firmware version 12.7.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.2.1 \ufffd 13.2.5: Update to CMU Firmware version 13.2.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.3.1 \ufffd 13.3.3: Update to CMU Firmware version 13.3.4* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.4.1: Update to CMU Firmware version 13.4.2", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Recommended security practices and firewall configurations can help protect a process control network from attacks originating from outside the network including.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Physically protect process control systems from direct access by unauthorized personnel.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Do not allow process control systems direct connections to the internet.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Separate process control systems from other networks by means of a firewall system that has a minimal number of ports exposed.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Process control systems should not be used for internet surfing, instant messaging, or receiving emails.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Portable computers and removable storage media should be carefully scanned for viruses before they are connected to a control system.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "For more information, see Hitachi Energy\u0027s Security Advisories:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "8DBD000150", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000150\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "mitigation", "details": "8DBD000153", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" } ], "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": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] } ] }, { "cve": "CVE-2022-0778", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "summary", "text": "A vulnerability exists in the OpenSSL version 1.0.2 that affects the RTU500 Series product versions listed. An attacker can exploit the BN_mod_sqrt() function to compute a modular square root that contains a bug causing a continual loop for non-prime moduli. ", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-0778" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], "remediations": [ { "category": "mitigation", "details": "Hitachi Energy has released the following mitigations/fixes for CVE-2022-23937, CVE-2022-0778, CVE-2021-3711, and CVE-2021-3712:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.0.1 \ufffd 12.0.14: Update to CMU Firmware version 12.0.15* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.2.1 \ufffd 12.2.11: Update to CMU Firmware version 12.2.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.4.1 \ufffd 12.4.11: Update to CMU Firmware version 12.4.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.6.1 \ufffd 12.6.8: Update to CMU Firmware version 12.6.9", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.7.1 \ufffd 12.7.5: Update to CMU Firmware version 12.7.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.2.1 \ufffd 13.2.5: Update to CMU Firmware version 13.2.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.3.1 \ufffd 13.3.3: Update to CMU Firmware version 13.3.4* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.4.1: Update to CMU Firmware version 13.4.2", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Recommended security practices and firewall configurations can help protect a process control network from attacks originating from outside the network including.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Physically protect process control systems from direct access by unauthorized personnel.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Do not allow process control systems direct connections to the internet.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Separate process control systems from other networks by means of a firewall system that has a minimal number of ports exposed.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Process control systems should not be used for internet surfing, instant messaging, or receiving emails.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Portable computers and removable storage media should be carefully scanned for viruses before they are connected to a control system.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "For more information, see Hitachi Energy\u0027s Security Advisories:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "8DBD000150", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000150\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "mitigation", "details": "8DBD000153", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" } ], "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": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] } ] }, { "cve": "CVE-2021-3711", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "A vulnerability exists in the OpenSSL Version 1.0.2 affecting the RTU500 Series product versions listed. An attacker with access to applications and the capability to present SM2 content for decryption could cause a buffer overflow up to a maximum of 62 bytes while altering contents of data present after the buffer. This vulnerability could allow an attacker to change application behavior or cause the application to crash.", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3711" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], "remediations": [ { "category": "mitigation", "details": "Hitachi Energy has released the following mitigations/fixes for CVE-2022-23937, CVE-2022-0778, CVE-2021-3711, and CVE-2021-3712:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.0.1 - 12.0.14: Update to CMU Firmware version 12.0.15* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.2.1 - 12.2.11: Update to CMU Firmware version 12.2.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.4.1 - 12.4.11: Update to CMU Firmware version 12.4.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.6.1 - 12.6.8: Update to CMU Firmware version 12.6.9", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.7.1 - 12.7.5: Update to CMU Firmware version 12.7.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.2.1 - 13.2.5: Update to CMU Firmware version 13.2.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.3.1 - 13.3.3: Update to CMU Firmware version 13.3.4* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.4.1: Update to CMU Firmware version 13.4.2", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Recommended security practices and firewall configurations can help protect a process control network from attacks originating from outside the network including.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Physically protect process control systems from direct access by unauthorized personnel.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Do not allow process control systems direct connections to the internet.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Separate process control systems from other networks by means of a firewall system that has a minimal number of ports exposed.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Process control systems should not be used for internet surfing, instant messaging, or receiving emails.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Portable computers and removable storage media should be carefully scanned for viruses before they are connected to a control system.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "For more information, see Hitachi Energy\u0027s Security Advisories:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "8DBD000150", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000150\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "mitigation", "details": "8DBD000153", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" } ], "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": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] } ] }, { "cve": "CVE-2021-3712", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "A vulnerability exists in the OpenSSL Version 1.0.2 affecting the RTU500 Series product versions listed. A malicious actor could cause an application to directly construct an ASN1_STRING and then process it through one of the affected OpenSSL functions. Exploiting this vulnerability could create a system crash causing a denial-of-service condition or a disclosure of private memory contents, such as private keys or sensitive plaintext. ", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3712" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], "remediations": [ { "category": "mitigation", "details": "Hitachi Energy has released the following mitigations/fixes for CVE-2022-23937, CVE-2022-0778, CVE-2021-3711, and CVE-2021-3712:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.0.1 - 12.0.14: Update to CMU Firmware version 12.0.15* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.2.1 - 12.2.11: Update to CMU Firmware version 12.2.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.4.1 - 12.4.11: Update to CMU Firmware version 12.4.12* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.6.1 - 12.6.8: Update to CMU Firmware version 12.6.9", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 12.7.1 - 12.7.5: Update to CMU Firmware version 12.7.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.2.1 - 13.2.5: Update to CMU Firmware version 13.2.6", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.3.1 - 13.3.3: Update to CMU Firmware version 13.3.4* (Planned Update)", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "vendor_fix", "details": "RTU500 series CMU Firmware version 13.4.1: Update to CMU Firmware version 13.4.2", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Recommended security practices and firewall configurations can help protect a process control network from attacks originating from outside the network including.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Physically protect process control systems from direct access by unauthorized personnel.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Do not allow process control systems direct connections to the internet.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Separate process control systems from other networks by means of a firewall system that has a minimal number of ports exposed.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Process control systems should not be used for internet surfing, instant messaging, or receiving emails.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "Portable computers and removable storage media should be carefully scanned for viruses before they are connected to a control system.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "For more information, see Hitachi Energy\u0027s Security Advisories:", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] }, { "category": "mitigation", "details": "8DBD000150", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000150\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" }, { "category": "mitigation", "details": "8DBD000153", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ], "url": "https://search.abb.com/library/Download.aspx?DocumentID=8DBD000153\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch" } ], "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:N/A:H", "version": "3.0" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0006", "CSAFPID-0007", "CSAFPID-0008" ] } ] } ] }
icsa-22-130-06
Vulnerability from csaf_cisa
Published
2022-05-10 00:00
Modified
2022-05-10 00:00
Summary
Mitsubishi Electric MELSOFT GT OPC UA
Notes
CISA Disclaimer
This CSAF advisory was extracted from unstructured data and may contain inaccuracies. If you notice any errors, please reach out to the designated contact at CISA CSAF: central@cisa.dhs.gov
Legal Notice
All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Risk evaluation
Successful exploitation of these vulnerabilities could allow a remote attacker to send specially crafted messages, resulting in information disclosure or a denial-of-service condition.
Critical infrastructure sectors
Critical Manufacturing
Countries/areas deployed
Worldwide
Company headquarters location
Japan
Recommended Practices
CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability. Specifically, users should:
Recommended Practices
CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov Several recommended practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices
Additional mitigation guidance and recommended practices are publicly available on the ICS webpage on cisa.gov in the Technical Information Paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Organizations observing any suspected malicious activity should follow their established internal procedures and report their findings to CISA for tracking and correlation against other incidents.
Exploitability
No known public exploits specifically target these vulnerabilities.
{ "document": { "acknowledgments": [ { "organization": "Mitsubishi Electric", "summary": "reporting these vulnerabilities to CISA" } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited", "tlp": { "label": "WHITE", "url": "https://us-cert.cisa.gov/tlp/" } }, "lang": "en-US", "notes": [ { "category": "general", "text": "This CSAF advisory was extracted from unstructured data and may contain inaccuracies. If you notice any errors, please reach out to the designated contact at CISA CSAF: central@cisa.dhs.gov", "title": "CISA Disclaimer" }, { "category": "legal_disclaimer", "text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.", "title": "Legal Notice" }, { "category": "summary", "text": "Successful exploitation of these vulnerabilities could allow a remote attacker to send specially crafted messages, resulting in information disclosure or a denial-of-service condition.", "title": "Risk evaluation" }, { "category": "other", "text": "Critical Manufacturing", "title": "Critical infrastructure sectors" }, { "category": "other", "text": "Worldwide", "title": "Countries/areas deployed" }, { "category": "other", "text": "Japan", "title": "Company headquarters location" }, { "category": "general", "text": "CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability. Specifically, users should:", "title": "Recommended Practices" }, { "category": "general", "text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.\nCISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov Several recommended practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "Additional mitigation guidance and recommended practices are publicly available on the ICS webpage on cisa.gov in the Technical Information Paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.\nOrganizations observing any suspected malicious activity should follow their established internal procedures and report their findings to CISA for tracking and correlation against other incidents.", "title": "Recommended Practices" }, { "category": "other", "text": "No known public exploits specifically target these vulnerabilities.", "title": "Exploitability" } ], "publisher": { "category": "coordinator", "contact_details": "Email: CISAservicedesk@cisa.dhs.gov;\n Toll Free: 1-888-282-0870", "name": "CISA", "namespace": "https://www.cisa.gov/" }, "references": [ { "category": "self", "summary": "ICS Advisory ICSA-22-130-06 JSON", "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2022/icsa-22-130-06.json" }, { "category": "self", "summary": "ICS Advisory ICSA-22-130-06 Web Version", "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-22-130-06" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B" } ], "title": "Mitsubishi Electric MELSOFT GT OPC UA", "tracking": { "current_release_date": "2022-05-10T00:00:00.000000Z", "generator": { "engine": { "name": "CISA CSAF Generator", "version": "1.0.0" } }, "id": "ICSA-22-130-06", "initial_release_date": "2022-05-10T00:00:00.000000Z", "revision_history": [ { "date": "2022-05-10T00:00:00.000000Z", "legacy_version": "Initial", "number": "1", "summary": "ICSA-22-130-06 Mitsubishi Electric MELSOFT GT OPC UA" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003e= 1.215Z | \u003c= 1.270G", "product": { "name": "GT SoftGOT2000: Versions 1.215Z to 1.270G", "product_id": "CSAFPID-0001" } } ], "category": "product_name", "name": "GT SoftGOT2000" }, { "branches": [ { "category": "product_version_range", "name": "\u003e= 1.00A | \u003c= 1.02C", "product": { "name": "MELSOFT GT OPC UA Client: Versions 1.00A to 1.02C", "product_id": "CSAFPID-0002" } } ], "category": "product_name", "name": "MELSOFT GT OPC UA Client" } ], "category": "vendor", "name": "Mitsubishi Electric" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-3712", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "The affected product is vulnerable due to an out-of-bounds read, which may allow an attacker to send specially crafted messages to disclose information on memory or cause a denial-of-service condition.CVE-2021-3712 has been assigned to this vulnerability. A CVSS v3 base score of 7.4 has been assigned; the CVSS vector string is (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H).", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3712" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], "remediations": [ { "category": "mitigation", "details": "Mitsubishi Electric recommends users update software", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ], "url": "https://www.mitsubishielectric.com/fa/support/index.html" }, { "category": "vendor_fix", "details": "Update MELSOFT GT OPC UA Client: Update to 1.03D or later", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Update GT SoftGOT2000: Update to 1.275M or later", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "When connecting the products to the Internet, use a virtual private network (VPN, etc.) to prevent spoofing and sniffing.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Use the products within the LAN and block access from untrusted networks and hosts.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Update the OPC UA server to the latest version.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Install antivirus software.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Restrict physical access to computers and network equipment that use the affected products.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] } ], "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:N/A:H", "version": "3.0" }, "products": [ "CSAFPID-0001", "CSAFPID-0002" ] } ] }, { "cve": "CVE-2021-23840", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "The affected product is vulnerable due to an integer overflow, which may allow an attacker to cause a denial-of-service condition.CVE-2021-23840 has been assigned to this vulnerability. A CVSS v3 base score of 7.5 has been assigned; the CVSS vector string is (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H).", "title": "Vulnerability Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002" ] }, "references": [ { "category": "external", "summary": "web.nvd.nist.gov", "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-23840" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], "remediations": [ { "category": "mitigation", "details": "Mitsubishi Electric recommends users update software", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ], "url": "https://www.mitsubishielectric.com/fa/support/index.html" }, { "category": "vendor_fix", "details": "Update MELSOFT GT OPC UA Client: Update to 1.03D or later", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Update GT SoftGOT2000: Update to 1.275M or later", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "When connecting the products to the Internet, use a virtual private network (VPN, etc.) to prevent spoofing and sniffing.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Use the products within the LAN and block access from untrusted networks and hosts.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Update the OPC UA server to the latest version.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Install antivirus software.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] }, { "category": "mitigation", "details": "Restrict physical access to computers and network equipment that use the affected products.", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002" ] } ], "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": [ "CSAFPID-0001", "CSAFPID-0002" ] } ] } ] }
icsa-22-069-09
Vulnerability from csaf_cisa
Published
2022-03-10 00:00
Modified
2022-03-10 00:00
Summary
Siemens SINEC INS
Notes
CISA Disclaimer
This CSAF advisory was extracted from unstructured data and may contain inaccuracies. If you notice any errors, please reach out to the designated contact at CISA CSAF: central@cisa.dhs.gov
Legal Notice
All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Risk evaluation
Successful exploitation of this vulnerability in third-party components could allow an attacker to interfere with the affected product in various ways.
Critical infrastructure sectors
Energy
Countries/areas deployed
Worldwide
Company headquarters location
Germany
Recommended Practices
CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability. Specifically, users should:
Recommended Practices
CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several recommended practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices
Additional mitigation guidance and recommended practices are publicly available on the ICS webpage on cisa.gov in the Technical Information Paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Organizations observing any suspected malicious activity should follow their established internal procedures and report their findings to CISA for tracking and correlation against other incidents.
Additional Resources
For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Exploitability
No known public exploits specifically target this vulnerability.
{ "document": { "acknowledgments": [ { "organization": "Siemens", "summary": "reporting this vulnerability to CISA" } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited", "tlp": { "label": "WHITE", "url": "https://us-cert.cisa.gov/tlp/" } }, "lang": "en-US", "notes": [ { "category": "general", "text": "This CSAF advisory was extracted from unstructured data and may contain inaccuracies. If you notice any errors, please reach out to the designated contact at CISA CSAF: central@cisa.dhs.gov", "title": "CISA Disclaimer" }, { "category": "legal_disclaimer", "text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.", "title": "Legal Notice" }, { "category": "summary", "text": "Successful exploitation of this vulnerability in third-party components could allow an attacker to interfere with the affected product in various ways.", "title": "Risk evaluation" }, { "category": "other", "text": "Energy", "title": "Critical infrastructure sectors" }, { "category": "other", "text": "Worldwide", "title": "Countries/areas deployed" }, { "category": "other", "text": "Germany", "title": "Company headquarters location" }, { "category": "general", "text": "CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability. Specifically, users should:", "title": "Recommended Practices" }, { "category": "general", "text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.\nCISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several recommended practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "Additional mitigation guidance and recommended practices are publicly available on the ICS webpage on cisa.gov in the Technical Information Paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.\nOrganizations observing any suspected malicious activity should follow their established internal procedures and report their findings to CISA for tracking and correlation against other incidents.", "title": "Recommended Practices" }, { "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": "other", "text": "No known public exploits specifically target this vulnerability.", "title": "Exploitability" } ], "publisher": { "category": "coordinator", "contact_details": "Email: CISAservicedesk@cisa.dhs.gov;\n Toll Free: 1-888-282-0870", "name": "CISA", "namespace": "https://www.cisa.gov/" }, "references": [ { "category": "external", "summary": "SSA-389290: Third-Party Component Vulnerabilities in SINEC INS - CSAF Version", "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-389290.json" }, { "category": "self", "summary": "ICS Advisory ICSA-22-069-09 JSON", "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2022/icsa-22-069-09.json" }, { "category": "self", "summary": "ICS Advisory ICSA-22-069-09 Web Version", "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-22-069-09" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B" }, { "category": "external", "summary": "SSA-389290: Third-Party Component Vulnerabilities in SINEC INS - PDF Version", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf" }, { "category": "external", "summary": "SSA-389290: Third-Party Component Vulnerabilities in SINEC INS - TXT Version", "url": "https://cert-portal.siemens.com/productcert/txt/ssa-389290.txt" } ], "title": "Siemens SINEC INS", "tracking": { "current_release_date": "2022-03-10T00:00:00.000000Z", "generator": { "engine": { "name": "CISA CSAF Generator", "version": "1.0.0" } }, "id": "ICSA-22-069-09", "initial_release_date": "2022-03-10T00:00:00.000000Z", "revision_history": [ { "date": "2022-03-10T00:00:00.000000Z", "legacy_version": "Initial", "number": "1", "summary": "ICSA-22-069-09 Siemens SINEC INS" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c V1.0.1.1", "product": { "name": "SINEC INS", "product_id": "CSAFPID-0001" } } ], "category": "product_name", "name": "SINEC INS" } ], "category": "vendor", "name": "Siemens" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-19242", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "SQLite 3.30.1 mishandles pExpr-\u003ey.pTab, as demonstrated by the TK_COLUMN case in sqlite3ExprCodeTarget in expr.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19242 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19242 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19242.json" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19242" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19244" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19317" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19603" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19645" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19646" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19880" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19923" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19924" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19925" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19926" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7774" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8169" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8177" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8231" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8265" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8284" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8285" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8286" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8287" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8625" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-9327" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11655" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11656" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13630" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13631" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13632" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13871" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-15358" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27304" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3449" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3450" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3672" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3711" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3712" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22876" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22883" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22884" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22890" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22897" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22898" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22901" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22918" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22921" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22922" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22923" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22924" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22925" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22926" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22930" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22931" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22939" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22940" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22945" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22946" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22947" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23362" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23840" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25214" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25215" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25216" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25219" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-27290" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32803" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32804" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-37701" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-37712" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-37713" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-39134" }, { "category": "external", "summary": "nvd.nist.gov", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-39135" }, { "category": "external", "summary": "www.first.org", "url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19242" }, { "cve": "CVE-2019-19244", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Select in select.c in SQLite 3.30.1 allows a crash if a sub-select uses both DISTINCT and window functions, and also has certain ORDER BY usage.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19244 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19244 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19244.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19244" }, { "cve": "CVE-2019-19317", "cwe": { "id": "CWE-681", "name": "Incorrect Conversion between Numeric Types" }, "notes": [ { "category": "summary", "text": "lookupName in resolve.c in SQLite 3.30.1 omits bits from the colUsed bitmask in the case of a generated column, which allows attackers to cause a denial of service or possibly have unspecified other impact.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19317 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19317 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19317.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19317" }, { "cve": "CVE-2019-19603", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "SQLite 3.30.1 mishandles certain SELECT statements with a nonexistent VIEW, leading to an application crash.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19603 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19603 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19603.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19603" }, { "cve": "CVE-2019-19645", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "notes": [ { "category": "summary", "text": "alter.c in SQLite through 3.30.1 allows attackers to trigger infinite recursion via certain types of self-referential views in conjunction with ALTER TABLE statements.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19645 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19645 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19645.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19645" }, { "cve": "CVE-2019-19646", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "notes": [ { "category": "summary", "text": "pragma.c in SQLite through 3.30.1 mishandles NOT NULL in an integrity_check PRAGMA command in certain cases of generated columns.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19646 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19646 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19646.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19646" }, { "cve": "CVE-2019-19880", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "exprListAppendList in window.c in SQLite 3.30.1 allows attackers to trigger an invalid pointer dereference because constant integer values in ORDER BY clauses of window definitions are mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19880 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19880 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19880.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19880" }, { "cve": "CVE-2019-19923", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "flattenSubquery in select.c in SQLite 3.30.1 mishandles certain uses of SELECT DISTINCT involving a LEFT JOIN in which the right-hand side is a view. This can cause a NULL pointer dereference (or incorrect results).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19923 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19923 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19923.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19923" }, { "cve": "CVE-2019-19924", "cwe": { "id": "CWE-755", "name": "Improper Handling of Exceptional Conditions" }, "notes": [ { "category": "summary", "text": "SQLite 3.30.1 mishandles certain parser-tree rewriting, related to expr.c, vdbeaux.c, and window.c. This is caused by incorrect sqlite3WindowRewrite() error handling.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19924 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19924 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19924.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19924" }, { "cve": "CVE-2019-19925", "cwe": { "id": "CWE-434", "name": "Unrestricted Upload of File with Dangerous Type" }, "notes": [ { "category": "summary", "text": "zipfileUpdate in ext/misc/zipfile.c in SQLite 3.30.1 mishandles a NULL pathname during an update of a ZIP archive.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19925 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19925 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19925.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19925" }, { "cve": "CVE-2019-19926", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "multiSelect in select.c in SQLite 3.30.1 mishandles certain errors during parsing, as demonstrated by errors from sqlite3WindowRewrite() calls. NOTE: this vulnerability exists because of an incomplete fix for CVE-2019-19880.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2019-19926 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2019-19926 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2019-19926.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2019-19926" }, { "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. 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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-1971 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-1971 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-1971.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-1971" }, { "cve": "CVE-2020-7774", "cwe": { "id": "CWE-915", "name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes" }, "notes": [ { "category": "summary", "text": "This affects the package y18n before 3.2.2, 4.0.1 and 5.0.5. PoC by po6ix: const y18n = require(\u0027y18n\u0027)(); y18n.setLocale(\u0027PROTO\u0027); y18n.updateLocale({polluted: true}); console.log(polluted); // true", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-7774 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-7774 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-7774.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-7774" }, { "cve": "CVE-2020-8169", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "summary", "text": "The libcurl library versions 7.62.0 to and including 7.70.0 are vulnerable to an information disclosure vulnerability that can lead to a partial password being leaked over the network and to the DNS server(s).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8169 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8169 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8169.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8169" }, { "cve": "CVE-2020-8177", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "notes": [ { "category": "summary", "text": "curl 7.20.0 through 7.70.0 is vulnerable to improper restriction of names for files and other resources that can lead too overwriting a local file when the -J flag is used.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8177 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8177 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8177.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8177" }, { "cve": "CVE-2020-8231", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "Due to use of a dangling pointer, libcurl 7.29.0 through 7.71.1 can use the wrong connection when sending data.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8231 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8231 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8231.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8231" }, { "cve": "CVE-2020-8265", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8265 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8265 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8265.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8265" }, { "cve": "CVE-2020-8284", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "summary", "text": "A malicious server can use the FTP PASV response to trick curl 7.73.0 and earlier into connecting back to a given IP address and port, and this way potentially make curl extract information about services that are otherwise private and not disclosed, for example doing port scanning and service banner extractions.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8284 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8284 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8284.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8284" }, { "cve": "CVE-2020-8285", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "notes": [ { "category": "summary", "text": "curl 7.21.0 to and including 7.73.0 is vulnerable to uncontrolled recursion due to a stack overflow issue in FTP wildcard match parsing.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8285 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8285 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8285.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8285" }, { "cve": "CVE-2020-8286", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "summary", "text": "The libcurl library versions 7.41.0 to and including 7.73.0 are vulnerable to an improper check for certificate revocation due to insufficient verification of the OCSP response. This vulnerability could allow an attacker to pass a revoked certificate as valid.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8286 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8286 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8286.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8286" }, { "cve": "CVE-2020-8287", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8287 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8287 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8287.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8287" }, { "cve": "CVE-2020-8625", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "BIND servers are vulnerable if they are running an affected version and are configured to use GSS-TSIG features. In a configuration which uses BIND\u0027s default settings the vulnerable code path is not exposed, but a server can be rendered vulnerable by explicitly setting valid values for the tkey-gssapi-keytab or tkey-gssapi-credentialconfiguration options. Although the default configuration is not vulnerable, GSS-TSIG is frequently used in networks where BIND is integrated with Samba, as well as in mixed-server environments that combine BIND servers with Active Directory domain controllers. The most likely outcome of a successful exploitation of the vulnerability is a crash of the named process. However, remote code execution, while unproven, is theoretically possible. Affects: BIND 9.5.0 -\u003e 9.11.27, 9.12.0 -\u003e 9.16.11, and versions BIND 9.11.3-S1 -\u003e 9.11.27-S1 and 9.16.8-S1 -\u003e 9.16.11-S1 of BIND Supported Preview Edition. Also release versions 9.17.0 -\u003e 9.17.1 of the BIND 9.17 development branch", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-8625 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-8625 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-8625.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-8625" }, { "cve": "CVE-2020-9327", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In SQLite 3.31.1, isAuxiliaryVtabOperator allows attackers to trigger a NULL pointer dereference and segmentation fault because of generated column optimizations.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-9327 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-9327 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-9327.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-9327" }, { "cve": "CVE-2020-11655", "cwe": { "id": "CWE-665", "name": "Improper Initialization" }, "notes": [ { "category": "summary", "text": "SQLite through 3.31.1 allows attackers to cause a denial of service (segmentation fault) via a malformed window-function query because the AggInfo object\u0027s initialization is mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-11655 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-11655 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-11655.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-11655" }, { "cve": "CVE-2020-11656", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "In SQLite through 3.31.1, the ALTER TABLE implementation has a use-after-free, as demonstrated by an ORDER BY clause that belongs to a compound SELECT statement.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-11656 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-11656 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-11656.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-11656" }, { "cve": "CVE-2020-13630", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "ext/fts3/fts3.c in SQLite before 3.32.0 has a use-after-free in fts3EvalNextRow, related to the snippet feature.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-13630 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-13630 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-13630.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-13630" }, { "cve": "CVE-2020-13631", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "SQLite before 3.32.0 allows a virtual table to be renamed to the name of one of its shadow tables, related to alter.c and build.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-13631 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-13631 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-13631.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-13631" }, { "cve": "CVE-2020-13632", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "ext/fts3/fts3_snippet.c in SQLite before 3.32.0 has a NULL pointer dereference via a crafted matchinfo() query.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-13632 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-13632 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-13632.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-13632" }, { "cve": "CVE-2020-13871", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "SQLite 3.32.2 has a use-after-free in resetAccumulator in select.c because the parse tree rewrite for window functions is too late.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-13871 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-13871 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-13871.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-13871" }, { "cve": "CVE-2020-15358", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "In SQLite before 3.32.3, select.c mishandles query-flattener optimization, leading to a multiSelectOrderBy heap overflow because of misuse of transitive properties for constant propagation.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-15358 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-15358 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-15358.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-15358" }, { "cve": "CVE-2020-27304", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "The CivetWeb web library does not validate uploaded filepaths when running on an OS other than Windows, when using the built-in HTTP form-based file upload mechanism, via the mg_handle_form_request API. Web applications that use the file upload form handler, and use parts of the user-controlled filename in the output path, are susceptible to directory traversal", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2020-27304 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2020-27304 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2020-27304.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2020-27304" }, { "cve": "CVE-2021-3449", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-3449 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-3449 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-3449.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-3449" }, { "cve": "CVE-2021-3450", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-3450 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-3450 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-3450.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-3450" }, { "cve": "CVE-2021-3672", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "summary", "text": "A flaw was found in c-ares library, where a missing input validation check of host names returned by DNS (Domain Name Servers) can lead to output of wrong hostnames which might potentially lead to Domain Hijacking. The highest threat from this vulnerability is to confidentiality and integrity as well as system availability.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-3672 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-3672 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-3672.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-3672" }, { "cve": "CVE-2021-3711", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-3711 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-3711 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-3711.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-3711" }, { "cve": "CVE-2021-3712", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-3712 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-3712 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-3712.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-3712" }, { "cve": "CVE-2021-22876", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "summary", "text": "curl 7.1.1 to and including 7.75.0 is vulnerable to an \"Exposure of Private Personal Information to an Unauthorized Actor\" by leaking credentials in the HTTP Referer: header. libcurl does not strip off user credentials from the URL when automatically populating the Referer: HTTP request header field in outgoing HTTP requests, and therefore risks leaking sensitive data to the server that is the target of the second HTTP request.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22876 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22876 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22876.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22876" }, { "cve": "CVE-2021-22883", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "Node.js before 10.24.0, 12.21.0, 14.16.0, and 15.10.0 is vulnerable to a denial of service attack when too many connection attempts with an \u0027unknownProtocol\u0027 are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22883 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22883 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22883.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22883" }, { "cve": "CVE-2021-22884", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Node.js before 10.24.0, 12.21.0, 14.16.0, and 15.10.0 is vulnerable to DNS rebinding attacks as the whitelist includes \u201clocalhost6\u201d. When \u201clocalhost6\u201d is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim\u0027s DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the \u201clocalhost6\u201d domain. As long as the attacker uses the \u201clocalhost6\u201d domain, they can still apply the attack described in CVE-2018-7160.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22884 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22884 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22884.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22884" }, { "cve": "CVE-2021-22890", "cwe": { "id": "CWE-290", "name": "Authentication Bypass by Spoofing" }, "notes": [ { "category": "summary", "text": "curl 7.63.0 to and including 7.75.0 includes vulnerability that allows a malicious HTTPS proxy to MITM a connection due to bad handling of TLS 1.3 session tickets. When using a HTTPS proxy and TLS 1.3, libcurl can confuse session tickets arriving from the HTTPS proxy but work as if they arrived from the remote server and then wrongly \"short-cut\" the host handshake. When confusing the tickets, a HTTPS proxy can trick libcurl to use the wrong session ticket resume for the host and thereby circumvent the server TLS certificate check and make a MITM attack to be possible to perform unnoticed. Note that such a malicious HTTPS proxy needs to provide a certificate that curl will accept for the MITMed server for an attack to work - unless curl has been told to ignore the server certificate check.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22890 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22890 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22890.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22890" }, { "cve": "CVE-2021-22897", "cwe": { "id": "CWE-668", "name": "Exposure of Resource to Wrong Sphere" }, "notes": [ { "category": "summary", "text": "curl 7.61.0 through 7.76.1 suffers from exposure of data element to wrong session due to a mistake in the code for CURLOPT_SSL_CIPHER_LIST when libcurl is built to use the Schannel TLS library. The selected cipher set was stored in a single \"static\" variable in the library, which has the surprising side-effect that if an application sets up multiple concurrent transfers, the last one that sets the ciphers will accidentally control the set used by all transfers. In a worst-case scenario, this weakens transport security significantly.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22897 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22897 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22897.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22897" }, { "cve": "CVE-2021-22898", "cwe": { "id": "CWE-909", "name": "Missing Initialization of Resource" }, "notes": [ { "category": "summary", "text": "curl 7.7 through 7.76.1 suffers from an information disclosure when the -t command line option, known as CURLOPT_TELNETOPTIONS in libcurl, is used to send variable=content pairs to TELNET servers. Due to a flaw in the option parser for sending NEW_ENV variables, libcurl could be made to pass on uninitialized data from a stack based buffer to the server, resulting in potentially revealing sensitive internal information to the server using a clear-text network protocol.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22898 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22898 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22898.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22898" }, { "cve": "CVE-2021-22901", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "curl 7.75.0 through 7.76.1 suffers from a use-after-free vulnerability resulting in already freed memory being used when a TLS 1.3 session ticket arrives over a connection. A malicious server can use this in rare unfortunate circumstances to potentially reach remote code execution in the client. When libcurl at run-time sets up support for TLS 1.3 session tickets on a connection using OpenSSL, it stores pointers to the transfer in-memory object for later retrieval when a session ticket arrives. If the connection is used by multiple transfers (like with a reused HTTP/1.1 connection or multiplexed HTTP/2 connection) that first transfer object might be freed before the new session is established on that connection and then the function will access a memory buffer that might be freed. When using that memory, libcurl might even call a function pointer in the object, making it possible for a remote code execution if the server could somehow manage to get crafted memory content into the correct place in memory.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22901 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22901 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22901.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22901" }, { "cve": "CVE-2021-22918", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "Node.js before 16.4.1, 14.17.2, 12.22.2 is vulnerable to an out-of-bounds read when uv__idna_toascii() is used to convert strings to ASCII. The pointer p is read and increased without checking whether it is beyond pe, with the latter holding a pointer to the end of the buffer. This can lead to information disclosures or crashes. This function can be triggered via uv_getaddrinfo().", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22918 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22918 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22918.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22918" }, { "cve": "CVE-2021-22921", "cwe": { "id": "CWE-732", "name": "Incorrect Permission Assignment for Critical Resource" }, "notes": [ { "category": "summary", "text": "Node.js before 16.4.1, 14.17.2, and 12.22.2 is vulnerable to local privilege escalation attacks under certain conditions on Windows platforms. More specifically, improper configuration of permissions in the installation directory allows an attacker to perform two different escalation attacks: PATH and DLL hijacking.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22921 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22921 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22921.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22921" }, { "cve": "CVE-2021-22922", "cwe": { "id": "CWE-354", "name": "Improper Validation of Integrity Check Value" }, "notes": [ { "category": "summary", "text": "When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.The metalink XML file points out to the client how to get the same contentfrom a set of different URLs, potentially hosted by different servers and theclient can then download the file from one or several of them. In a serial orparallel manner.If one of the servers hosting the contents has been breached and the contentsof the specific file on that server is replaced with a modified payload, curlshould detect this when the hash of the file mismatches after a completeddownload. It should remove the contents and instead try getting the contentsfrom another URL. This is not done, and instead such a hash mismatch is onlymentioned in text and the potentially malicious content is kept in the file ondisk.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22922 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22922 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22922.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22922" }, { "cve": "CVE-2021-22923", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "notes": [ { "category": "summary", "text": "When curl is instructed to get content using the metalink feature, and a user name and password are used to download the metalink XML file, those same credentials are then subsequently passed on to each of the servers from which curl will download or try to download the contents from. Often contrary to the user\u0027s expectations and intentions and without telling the user it happened.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22923 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22923 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22923.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22923" }, { "cve": "CVE-2021-22924", "cwe": { "id": "CWE-706", "name": "Use of Incorrectly-Resolved Name or Reference" }, "notes": [ { "category": "summary", "text": "libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse, if one of them matches the setup. Due to errors in the logic, the config matching function did not take \u0027issuercert\u0027 into account and it compared the involved paths _case insensitively_,which could lead to libcurl reusing wrong connections. File paths are, or can be, case sensitive on many systems but not all, and can even vary depending on used file systems. The comparison also didn\u0027t include the \u0027issuer cert\u0027 which a transfer can set to qualify how to verify the server certificate.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22924 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22924 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22924.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22924" }, { "cve": "CVE-2021-22925", "cwe": { "id": "CWE-908", "name": "Use of Uninitialized Resource" }, "notes": [ { "category": "summary", "text": "curl supports the -t command line option, known as CURLOPT_TELNETOPTIONSin libcurl. This rarely used option is used to send variable=content pairs toTELNET servers.Due to flaw in the option parser for sending NEW_ENV variables, libcurlcould be made to pass on uninitialized data from a stack based buffer to theserver. Therefore potentially revealing sensitive internal information to theserver using a clear-text network protocol.This could happen because curl did not call and use sscanf() correctly whenparsing the string provided by the application.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22925 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22925 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22925.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22925" }, { "cve": "CVE-2021-22926", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "summary", "text": "libcurl-using applications can ask for a specific client certificate to be used in a transfer. This is done with the CURLOPT_SSLCERT option (--cert with the command line tool).When libcurl is built to use the macOS native TLS library Secure Transport, an application can ask for the client certificate by name or with a file name - using the same option. If the name exists as a file, it will be used instead of by name.If the appliction runs with a current working directory that is writable by other users (like /tmp), a malicious user can create a file name with the same name as the app wants to use by name, and thereby trick the application to use the file based cert instead of the one referred to by name making libcurl send the wrong client certificate in the TLS connection handshake.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22926 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22926 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22926.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22926" }, { "cve": "CVE-2021-22930", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "Node.js before 16.6.0, 14.17.4, and 12.22.4 is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22930 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22930 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22930.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22930" }, { "cve": "CVE-2021-22931", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Node.js before 16.6.0, 14.17.4, and 12.22.4 is vulnerable to Remote Code Execution, XSS, Application crashes due to missing input validation of host names returned by Domain Name Servers in Node.js dns library which can lead to output of wrong hostnames (leading to Domain Hijacking) and injection vulnerabilities in applications using the library.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22931 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22931 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22931.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22931" }, { "cve": "CVE-2021-22939", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "summary", "text": "If the Node.js https API was used incorrectly and \"undefined\" was in passed for the \"rejectUnauthorized\" parameter, no error was returned and connections to servers with an expired certificate would have been accepted.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22939 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22939 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22939.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22939" }, { "cve": "CVE-2021-22940", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "Node.js before 16.6.1, 14.17.5, and 12.22.5 is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22940 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22940 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22940.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22940" }, { "cve": "CVE-2021-22945", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "When sending data to an MQTT server, libcurl \u003c= 7.73.0 and 7.78.0 could in some circumstances erroneously keep a pointer to an already freed memory area and both use that again in a subsequent call to send data and also free it _again_.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22945 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22945 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22945.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22945" }, { "cve": "CVE-2021-22946", "cwe": { "id": "CWE-319", "name": "Cleartext Transmission of Sensitive Information" }, "notes": [ { "category": "summary", "text": "A user can tell curl \u003e= 7.20.0 and \u003c= 7.78.0 to require a successful upgrade to TLS when speaking to an IMAP, POP3 or FTP server (--ssl-reqd on the command line orCURLOPT_USE_SSL set to CURLUSESSL_CONTROL or CURLUSESSL_ALL withlibcurl). This requirement could be bypassed if the server would return a properly crafted but perfectly legitimate response.This flaw would then make curl silently continue its operations WITHOUTTLS contrary to the instructions and expectations, exposing possibly sensitive data in clear text over the network.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22946 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22946 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22946.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22946" }, { "cve": "CVE-2021-22947", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "notes": [ { "category": "summary", "text": "When curl \u003e= 7.20.0 and \u003c= 7.78.0 connects to an IMAP or POP3 server to retrieve data using STARTTLS to upgrade to TLS security, the server can respond and send back multiple responses at once that curl caches. curl would then upgrade to TLS but not flush the in-queue of cached responses but instead continue using and trustingthe responses it got _before_ the TLS handshake as if they were authenticated.Using this flaw, it allows a Man-In-The-Middle attacker to first inject the fake responses, then pass-through the TLS traffic from the legitimate server and trick curl into sending data back to the user thinking the attacker\u0027s injected data comes from the TLS-protected server.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-22947 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-22947 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-22947.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-22947" }, { "cve": "CVE-2021-23362", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "The package hosted-git-info before 3.0.8 are vulnerable to Regular Expression Denial of Service (ReDoS) via regular expression shortcutMatch in the fromUrl function in index.js. The affected regular expression exhibits polynomial worst-case time complexity.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-23362 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-23362 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-23362.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-23362" }, { "cve": "CVE-2021-23840", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "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": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-23840 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-23840 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-23840.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-23840" }, { "cve": "CVE-2021-25214", "cwe": { "id": "CWE-617", "name": "Reachable Assertion" }, "notes": [ { "category": "summary", "text": "In BIND 9.8.5 -\u003e 9.8.8, 9.9.3 -\u003e 9.11.29, 9.12.0 -\u003e 9.16.13, and versions BIND 9.9.3-S1 -\u003e 9.11.29-S1 and 9.16.8-S1 -\u003e 9.16.13-S1 of BIND 9 Supported Preview Edition, as well as release versions 9.17.0 -\u003e 9.17.11 of the BIND 9.17 development branch, when a vulnerable version of named receives a malformed IXFR triggering the flaw described above, the named process will terminate due to a failed assertion the next time the transferred secondary zone is refreshed.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-25214 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-25214 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-25214.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-25214" }, { "cve": "CVE-2021-25215", "cwe": { "id": "CWE-617", "name": "Reachable Assertion" }, "notes": [ { "category": "summary", "text": "In BIND 9.0.0 -\u003e 9.11.29, 9.12.0 -\u003e 9.16.13, and versions BIND 9.9.3-S1 -\u003e 9.11.29-S1 and 9.16.8-S1 -\u003e 9.16.13-S1 of BIND Supported Preview Edition, as well as release versions 9.17.0 -\u003e 9.17.11 of the BIND 9.17 development branch, when a vulnerable version of named receives a query for a record triggering the flaw described above, the named process will terminate due to a failed assertion check. The vulnerability affects all currently maintained BIND 9 branches (9.11, 9.11-S, 9.16, 9.16-S, 9.17) as well as all other versions of BIND 9.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-25215 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-25215 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-25215.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-25215" }, { "cve": "CVE-2021-25216", "cwe": { "id": "CWE-617", "name": "Reachable Assertion" }, "notes": [ { "category": "summary", "text": "In BIND 9.5.0 -\u003e 9.11.29, 9.12.0 -\u003e 9.16.13, and versions BIND 9.11.3-S1 -\u003e 9.11.29-S1 and 9.16.8-S1 -\u003e 9.16.13-S1 of BIND Supported Preview Edition, as well as release versions 9.17.0 -\u003e 9.17.1 of the BIND 9.17 development branch, BIND servers are vulnerable if they are running an affected version and are configured to use GSS-TSIG features. In a configuration which uses BIND\u0027s default settings the vulnerable code path is not exposed, but a server can be rendered vulnerable by explicitly setting values for the tkey-gssapi-keytab or tkey-gssapi-credential configuration options. Although the default configuration is not vulnerable, GSS-TSIG is frequently used in networks where BIND is integrated with Samba, as well as in mixed-server environments that combine BIND servers with Active Directory domain controllers. For servers that meet these conditions, the ISC SPNEGO implementation is vulnerable to various attacks, depending on the CPU architecture for which BIND was built: For named binaries compiled for 64-bit platforms, this flaw can be used to trigger a buffer over-read, leading to a server crash. For named binaries compiled for 32-bit platforms, this flaw can be used to trigger a server crash due to a buffer overflow and possibly also to achieve remote code execution. We have determined that standard SPNEGO implementations are available in the MIT and Heimdal Kerberos libraries, which support a broad range of operating systems, rendering the ISC implementation unnecessary and obsolete. Therefore, to reduce the attack surface for BIND users, we will be removing the ISC SPNEGO implementation in the April releases of BIND 9.11 and 9.16 (it had already been dropped from BIND 9.17). We would not normally remove something from a stable ESV (Extended Support Version) of BIND, but since system libraries can replace the ISC SPNEGO implementation, we have made an exception in this case for reasons of stability and security.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-25216 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-25216 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-25216.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-25216" }, { "cve": "CVE-2021-25219", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "In BIND 9.3.0 -\u003e 9.11.35, 9.12.0 -\u003e 9.16.21, and versions 9.9.3-S1 -\u003e 9.11.35-S1 and 9.16.8-S1 -\u003e 9.16.21-S1 of BIND Supported Preview Edition, as well as release versions 9.17.0 -\u003e 9.17.18 of the BIND 9.17 development branch, exploitation of broken authoritative servers using a flaw in response processing can cause degradation in BIND resolver performance. The way the lame cache is currently designed makes it possible for its internal data structures to grow almost infinitely, which may cause significant delays in client query processing.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-25219 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-25219 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-25219.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-25219" }, { "cve": "CVE-2021-27290", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "ssri 5.2.2-8.0.0, fixed in 8.0.1, processes SRIs using a regular expression which is vulnerable to a denial of service. Malicious SRIs could take an extremely long time to process, leading to denial of service. This issue only affects consumers using the strict option.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-27290 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-27290 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-27290.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-27290" }, { "cve": "CVE-2021-32803", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "The npm package \"tar\" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the node-tar directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where node-tar checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-32803 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-32803 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-32803.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-32803" }, { "cve": "CVE-2021-32804", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "The npm package \"tar\" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the preservePaths flag is not set to true. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example /home/user/.bashrc would turn into home/user/.bashrc. This logic was insufficient when file paths contained repeated path roots such as ////home/user/.bashrc. node-tar would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. ///home/user/.bashrc) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom onentry method which sanitizes the entry.path or a filter method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-32804 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-32804 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-32804.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-32804" }, { "cve": "CVE-2021-37701", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "notes": [ { "category": "summary", "text": "The npm package \"tar\" (aka node-tar) before versions 4.4.16, 5.0.8, and 6.1.7 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory, where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems. The cache checking logic used both \\ and / characters as path separators, however \\ is a valid filename character on posix systems. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. Additionally, a similar confusion could arise on case-insensitive filesystems. If a tar archive contained a directory at FOO, followed by a symbolic link named foo, then on case-insensitive file systems, the creation of the symbolic link would remove the directory from the filesystem, but _not_ from the internal directory cache, as it would not be treated as a cache hit. A subsequent file entry within the FOO directory would then be placed in the target of the symbolic link, thinking that the directory had already been created. These issues were addressed in releases 4.4.16, 5.0.8 and 6.1.7. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-9r2w-394v-53qc.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-37701 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-37701 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-37701.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-37701" }, { "cve": "CVE-2021-37712", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "notes": [ { "category": "summary", "text": "The npm package \"tar\" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with names containing unicode values that normalized to the same value. Additionally, on Windows systems, long path portions would resolve to the same file system entities as their 8.3 \"short path\" counterparts. A specially crafted tar archive could thus include a directory with one form of the path, followed by a symbolic link with a different string that resolves to the same file system entity, followed by a file using the first form. By first creating a directory, and then replacing that directory with a symlink that had a different apparent name that resolved to the same entry in the filesystem, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-qq89-hq3f-393p.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-37712 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-37712 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-37712.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-37712" }, { "cve": "CVE-2021-37713", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "The npm package \"tar\" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be outside of the extraction target directory is not extracted. This is, in part, accomplished by sanitizing absolute paths of entries within the archive, skipping archive entries that contain .. path portions, and resolving the sanitized paths against the extraction target directory. This logic was insufficient on Windows systems when extracting tar files that contained a path that was not an absolute path, but specified a drive letter different from the extraction target, such as C:some\\path. If the drive letter does not match the extraction target, for example D:\\extraction\\dir, then the result of path.resolve(extractionDirectory, entryPath) would resolve against the current working directory on the C: drive, rather than the extraction target directory. Additionally, a .. portion of the path could occur immediately after the drive letter, such as C:../foo, and was not properly sanitized by the logic that checked for .. within the normalized and split portions of the path. This only affects users of node-tar on Windows systems. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. There is no reasonable way to work around this issue without performing the same path normalization procedures that node-tar now does. Users are encouraged to upgrade to the latest patched versions of node-tar, rather than attempt to sanitize paths themselves.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-37713 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-37713 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-37713.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-37713" }, { "cve": "CVE-2021-39134", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "notes": [ { "category": "summary", "text": "@npmcli/arborist, the library that calculates dependency trees and manages the node_modules folder hierarchy for the npm command line interface, aims to guarantee that package dependency contracts will be met, and the extraction of package contents will always be performed into the expected folder. This is, in part, accomplished by resolving dependency specifiers defined in package.json manifests for dependencies with a specific name, and nesting folders to resolve conflicting dependencies. When multiple dependencies differ only in the case of their name, Arborist\u0027s internal data structure saw them as separate items that could coexist within the same level in the node_modules hierarchy. However, on case-insensitive file systems (such as macOS and Windows), this is not the case. Combined with a symlink dependency such as file:/some/path, this allowed an attacker to create a situation in which arbitrary contents could be written to any location on the filesystem. For example, a package pwn-a could define a dependency in their package.json file such as \"foo\": \"file:/some/path\". Another package, pwn-b could define a dependency such as FOO: \"file:foo.tgz\". On case-insensitive file systems, if pwn-a was installed, and then pwn-b was installed afterwards, the contents of foo.tgz would be written to /some/path, and any existing contents of /some/path would be removed. Anyone using npm v7.20.6 or earlier on a case-insensitive filesystem is potentially affected. This is patched in @npmcli/arborist 2.8.2 which is included in npm v7.20.7 and above.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-39134 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-39134 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-39134.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-39134" }, { "cve": "CVE-2021-39135", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "notes": [ { "category": "summary", "text": "@npmcli/arborist, the library that calculates dependency trees and manages the node_modules folder hierarchy for the npm command line interface, aims to guarantee that package dependency contracts will be met, and the extraction of package contents will always be performed into the expected folder. This is accomplished by extracting package contents into a project\u0027s node_modules folder. If the node_modules folder of the root project or any of its dependencies is somehow replaced with a symbolic link, it could allow Arborist to write package dependencies to any arbitrary location on the file system. Note that symbolic links contained within package artifact contents are filtered out, so another means of creating a node_modules symbolic link would have to be employed. 1. A preinstall script could replace node_modules with a symlink. (This is prevented by using --ignore-scripts.) 2. An attacker could supply the target with a git repository, instructing them to run npm install --ignore-scripts in the root. This may be successful, because npm install --ignore-scripts is typically not capable of making changes outside of the project directory, so it may be deemed safe. This is patched in @npmcli/arborist 2.8.2 which is included in npm v7.20.7 and above. For more information including workarounds please see the referenced GHSA-gmw6-94gg-2rc2.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001" ] }, "references": [ { "summary": "CVE-2021-39135 - SINEC INS", "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "summary": "CVE-2021-39135 Mitre 5.0 json", "url": "https://cert-portal.siemens.com/productcert/mitre/CVE-2021-39135.json" } ], "remediations": [ { "category": "vendor_fix", "details": "Update to V1.0.1.1 or later version", "product_ids": [ "CSAFPID-0001" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109806100/" }, { "category": "mitigation", "details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\n\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "product_ids": [ "CSAFPID-0001" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001" ] } ], "title": "CVE-2021-39135" } ] }
rhsa-2021:5226
Vulnerability from csaf_redhat
Published
2021-12-21 09:45
Modified
2025-04-16 09:42
Summary
Red Hat Security Advisory: openssl security update
Notes
Topic
An update for openssl is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* openssl: Read buffer overruns processing ASN.1 strings (CVE-2021-3712)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for 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 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": "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: Read buffer overruns processing ASN.1 strings (CVE-2021-3712)\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:5226", "url": "https://access.redhat.com/errata/RHSA-2021:5226" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1995634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1995634" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_5226.json" } ], "title": "Red Hat Security Advisory: openssl security update", "tracking": { "current_release_date": "2025-04-16T09:42:27+00:00", "generator": { "date": "2025-04-16T09:42:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.2" } }, "id": "RHSA-2021:5226", "initial_release_date": "2021-12-21T09:45:51+00:00", "revision_history": [ { "date": "2021-12-21T09:45:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-12-21T09:45:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-04-16T09:42:27+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.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.1k-5.el8_5.src", "product": { "name": "openssl-1:1.1.1k-5.el8_5.src", "product_id": "openssl-1:1.1.1k-5.el8_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1k-5.el8_5?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1k-5.el8_5.aarch64", "product": { "name": "openssl-1:1.1.1k-5.el8_5.aarch64", "product_id": "openssl-1:1.1.1k-5.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1k-5.el8_5?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1k-5.el8_5.aarch64", "product": { "name": "openssl-devel-1:1.1.1k-5.el8_5.aarch64", "product_id": "openssl-devel-1:1.1.1k-5.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-5.el8_5?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1k-5.el8_5.aarch64", "product": { "name": "openssl-libs-1:1.1.1k-5.el8_5.aarch64", "product_id": "openssl-libs-1:1.1.1k-5.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-5.el8_5?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1k-5.el8_5.aarch64", "product": { "name": "openssl-perl-1:1.1.1k-5.el8_5.aarch64", "product_id": "openssl-perl-1:1.1.1k-5.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1k-5.el8_5?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1k-5.el8_5.aarch64", "product": { "name": "openssl-debugsource-1:1.1.1k-5.el8_5.aarch64", "product_id": "openssl-debugsource-1:1.1.1k-5.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-5.el8_5?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.aarch64", "product": { "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.aarch64", "product_id": "openssl-debuginfo-1:1.1.1k-5.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-5.el8_5?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.aarch64", "product": { "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.aarch64", "product_id": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-5.el8_5?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1k-5.el8_5.ppc64le", "product": { "name": "openssl-1:1.1.1k-5.el8_5.ppc64le", "product_id": "openssl-1:1.1.1k-5.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1k-5.el8_5?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1k-5.el8_5.ppc64le", "product": { "name": "openssl-devel-1:1.1.1k-5.el8_5.ppc64le", "product_id": "openssl-devel-1:1.1.1k-5.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-5.el8_5?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1k-5.el8_5.ppc64le", "product": { "name": "openssl-libs-1:1.1.1k-5.el8_5.ppc64le", "product_id": "openssl-libs-1:1.1.1k-5.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-5.el8_5?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1k-5.el8_5.ppc64le", "product": { "name": "openssl-perl-1:1.1.1k-5.el8_5.ppc64le", "product_id": "openssl-perl-1:1.1.1k-5.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1k-5.el8_5?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1k-5.el8_5.ppc64le", "product": { "name": "openssl-debugsource-1:1.1.1k-5.el8_5.ppc64le", "product_id": "openssl-debugsource-1:1.1.1k-5.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-5.el8_5?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "product": { "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "product_id": "openssl-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-5.el8_5?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "product": { "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "product_id": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-5.el8_5?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1k-5.el8_5.x86_64", "product": { "name": "openssl-1:1.1.1k-5.el8_5.x86_64", "product_id": "openssl-1:1.1.1k-5.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1k-5.el8_5?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1k-5.el8_5.x86_64", "product": { "name": "openssl-devel-1:1.1.1k-5.el8_5.x86_64", "product_id": "openssl-devel-1:1.1.1k-5.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-5.el8_5?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1k-5.el8_5.x86_64", "product": { "name": "openssl-libs-1:1.1.1k-5.el8_5.x86_64", "product_id": "openssl-libs-1:1.1.1k-5.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-5.el8_5?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1k-5.el8_5.x86_64", "product": { "name": "openssl-perl-1:1.1.1k-5.el8_5.x86_64", "product_id": "openssl-perl-1:1.1.1k-5.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1k-5.el8_5?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1k-5.el8_5.x86_64", "product": { "name": "openssl-debugsource-1:1.1.1k-5.el8_5.x86_64", "product_id": "openssl-debugsource-1:1.1.1k-5.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-5.el8_5?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.x86_64", "product": { "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.x86_64", "product_id": "openssl-debuginfo-1:1.1.1k-5.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-5.el8_5?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.x86_64", "product": { "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.x86_64", "product_id": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-5.el8_5?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openssl-devel-1:1.1.1k-5.el8_5.i686", "product": { "name": "openssl-devel-1:1.1.1k-5.el8_5.i686", "product_id": "openssl-devel-1:1.1.1k-5.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-5.el8_5?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1k-5.el8_5.i686", "product": { "name": "openssl-libs-1:1.1.1k-5.el8_5.i686", "product_id": "openssl-libs-1:1.1.1k-5.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-5.el8_5?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1k-5.el8_5.i686", "product": { "name": "openssl-debugsource-1:1.1.1k-5.el8_5.i686", "product_id": "openssl-debugsource-1:1.1.1k-5.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-5.el8_5?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.i686", "product": { "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.i686", "product_id": "openssl-debuginfo-1:1.1.1k-5.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-5.el8_5?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.i686", "product": { "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.i686", "product_id": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-5.el8_5?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "openssl-1:1.1.1k-5.el8_5.s390x", "product": { "name": "openssl-1:1.1.1k-5.el8_5.s390x", "product_id": "openssl-1:1.1.1k-5.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl@1.1.1k-5.el8_5?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-devel-1:1.1.1k-5.el8_5.s390x", "product": { "name": "openssl-devel-1:1.1.1k-5.el8_5.s390x", "product_id": "openssl-devel-1:1.1.1k-5.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-5.el8_5?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-1:1.1.1k-5.el8_5.s390x", "product": { "name": "openssl-libs-1:1.1.1k-5.el8_5.s390x", "product_id": "openssl-libs-1:1.1.1k-5.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-5.el8_5?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-perl-1:1.1.1k-5.el8_5.s390x", "product": { "name": "openssl-perl-1:1.1.1k-5.el8_5.s390x", "product_id": "openssl-perl-1:1.1.1k-5.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-perl@1.1.1k-5.el8_5?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debugsource-1:1.1.1k-5.el8_5.s390x", "product": { "name": "openssl-debugsource-1:1.1.1k-5.el8_5.s390x", "product_id": "openssl-debugsource-1:1.1.1k-5.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-5.el8_5?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.s390x", "product": { "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.s390x", "product_id": "openssl-debuginfo-1:1.1.1k-5.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-5.el8_5?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.s390x", "product": { "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.s390x", "product_id": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-5.el8_5?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.1k-5.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.aarch64" }, "product_reference": "openssl-1:1.1.1k-5.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1k-5.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.ppc64le" }, "product_reference": "openssl-1:1.1.1k-5.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1k-5.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.s390x" }, "product_reference": "openssl-1:1.1.1k-5.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1k-5.el8_5.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.src" }, "product_reference": "openssl-1:1.1.1k-5.el8_5.src", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-1:1.1.1k-5.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.x86_64" }, "product_reference": "openssl-1:1.1.1k-5.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.aarch64" }, "product_reference": "openssl-debuginfo-1:1.1.1k-5.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.i686" }, "product_reference": "openssl-debuginfo-1:1.1.1k-5.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.ppc64le" }, "product_reference": "openssl-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.s390x" }, "product_reference": "openssl-debuginfo-1:1.1.1k-5.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debuginfo-1:1.1.1k-5.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.x86_64" }, "product_reference": "openssl-debuginfo-1:1.1.1k-5.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1k-5.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.aarch64" }, "product_reference": "openssl-debugsource-1:1.1.1k-5.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1k-5.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.i686" }, "product_reference": "openssl-debugsource-1:1.1.1k-5.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1k-5.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.ppc64le" }, "product_reference": "openssl-debugsource-1:1.1.1k-5.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1k-5.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.s390x" }, "product_reference": "openssl-debugsource-1:1.1.1k-5.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-debugsource-1:1.1.1k-5.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.x86_64" }, "product_reference": "openssl-debugsource-1:1.1.1k-5.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1k-5.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.aarch64" }, "product_reference": "openssl-devel-1:1.1.1k-5.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1k-5.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.i686" }, "product_reference": "openssl-devel-1:1.1.1k-5.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1k-5.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.ppc64le" }, "product_reference": "openssl-devel-1:1.1.1k-5.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1k-5.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.s390x" }, "product_reference": "openssl-devel-1:1.1.1k-5.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-devel-1:1.1.1k-5.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.x86_64" }, "product_reference": "openssl-devel-1:1.1.1k-5.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1k-5.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.aarch64" }, "product_reference": "openssl-libs-1:1.1.1k-5.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1k-5.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.i686" }, "product_reference": "openssl-libs-1:1.1.1k-5.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1k-5.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.ppc64le" }, "product_reference": "openssl-libs-1:1.1.1k-5.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1k-5.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.s390x" }, "product_reference": "openssl-libs-1:1.1.1k-5.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-1:1.1.1k-5.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.x86_64" }, "product_reference": "openssl-libs-1:1.1.1k-5.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.aarch64" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.i686" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.i686", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.ppc64le" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.s390x" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.x86_64" }, "product_reference": "openssl-libs-debuginfo-1:1.1.1k-5.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1k-5.el8_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.aarch64" }, "product_reference": "openssl-perl-1:1.1.1k-5.el8_5.aarch64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1k-5.el8_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.ppc64le" }, "product_reference": "openssl-perl-1:1.1.1k-5.el8_5.ppc64le", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1k-5.el8_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.s390x" }, "product_reference": "openssl-perl-1:1.1.1k-5.el8_5.s390x", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "openssl-perl-1:1.1.1k-5.el8_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.x86_64" }, "product_reference": "openssl-perl-1:1.1.1k-5.el8_5.x86_64", "relates_to_product_reference": "BaseOS-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the OpenSSL project" ], "organization": "Ingo Schwarze", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2021-3712", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2021-08-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1995634" } ], "notes": [ { "category": "description", "text": "It was found that openssl assumed ASN.1 strings to be NUL terminated. A malicious actor may be able to force an application into calling openssl function with a specially crafted, non-NUL terminated string to deliberately hit this bug, which may result in a crash of the application, causing a Denial of Service attack, or possibly, memory disclosure. The highest threat from this vulnerability is to data confidentiality and system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssl: Read buffer overruns processing ASN.1 strings", "title": "Vulnerability summary" }, { "category": "other", "text": "The following Red Hat products do not ship the affected OpenSSL component but rely on the Red Hat Enterprise Linux to consume them:\n * Red Hat Satellite\n * Red Hat Update Infrastructure\n * Red Hat CloudForms\n\nThe Red Hat Advanced Cluster Management for Kubernetes is using the vulnerable version of the library, however the vulnerable code path is not reachable.\n\ncompat-openssl10 is considered deprecated and would be removed from RHEL. No further patches would be available for 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": [ "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.src", "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-3712" }, { "category": "external", "summary": "RHBZ#1995634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1995634" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-3712", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3712" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3712", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3712" }, { "category": "external", "summary": "https://www.openssl.org/news/secadv/20210824.txt", "url": "https://www.openssl.org/news/secadv/20210824.txt" } ], "release_date": "2021-08-24T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-12-21T09:45:51+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.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.src", "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:5226" } ], "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": [ "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.src", "BaseOS-8.5.0.Z.MAIN:openssl-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-debugsource-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-devel-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-libs-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.i686", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-5.el8_5.x86_64", "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.aarch64", "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.ppc64le", "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.s390x", "BaseOS-8.5.0.Z.MAIN:openssl-perl-1:1.1.1k-5.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "openssl: Read buffer overruns processing ASN.1 strings" } ] }
rhsa-2021:4861
Vulnerability from csaf_redhat
Published
2021-11-30 14:28
Modified
2025-04-16 09:42
Summary
Red Hat Security Advisory: Red Hat JBoss Web Server 5.6.0 Security release
Notes
Topic
Updated Red Hat JBoss Web Server 5.6.0 packages are now available for Red Hat Enterprise Linux 7 and Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this release as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
This release of Red Hat JBoss Web Server 5.6.0 serves as a replacement for Red Hat JBoss Web Server 5.5.0. This release includes bug fixes, enhancements and component upgrades, which are documented in the Release Notes, linked to in the References.
Security Fix(es):
* tomcat: OutOfMemoryError caused by HTTP upgrade connection leak could lead to DoS (CVE-2021-42340)
* tomcat: HTTP request smuggling when used with a reverse proxy (CVE-2021-33037)
* tomcat: JNDI realm authentication weakness (CVE-2021-30640)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated Red Hat JBoss Web Server 5.6.0 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 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": "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.6.0 serves as a replacement for Red Hat JBoss Web Server 5.5.0. This release 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: OutOfMemoryError caused by HTTP upgrade connection leak could lead to DoS (CVE-2021-42340)\n* tomcat: HTTP request smuggling when used with a reverse proxy (CVE-2021-33037)\n* tomcat: JNDI realm authentication weakness (CVE-2021-30640)\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:4861", "url": "https://access.redhat.com/errata/RHSA-2021:4861" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1981533", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1981533" }, { "category": "external", "summary": "1981544", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1981544" }, { "category": "external", "summary": "2014356", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2014356" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4861.json" } ], "title": "Red Hat Security Advisory: Red Hat JBoss Web Server 5.6.0 Security release", "tracking": { "current_release_date": "2025-04-16T09:42:19+00:00", "generator": { "date": "2025-04-16T09:42:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.2" } }, "id": "RHSA-2021:4861", "initial_release_date": "2021-11-30T14:28:36+00:00", "revision_history": [ { "date": "2021-11-30T14:28:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-11-30T14:28:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-04-16T09:42:19+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.6 for RHEL 7 Server", "product": { "name": "Red Hat JBoss Web Server 5.6 for RHEL 7 Server", "product_id": "7Server-JWS-5.6", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_enterprise_web_server:5.6::el7" } } }, { "category": "product_name", "name": "Red Hat JBoss Web Server 5.6 for RHEL 8", "product": { "name": "Red Hat JBoss Web Server 5.6 for RHEL 8", "product_id": "8Base-JWS-5.6", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_enterprise_web_server:5.6::el8" } } } ], "category": "product_family", "name": "Red Hat JBoss Web Server" }, { "branches": [ { "category": "product_version", "name": "jws5-tomcat-0:9.0.50-3.redhat_00004.1.el7jws.src", "product": { "name": "jws5-tomcat-0:9.0.50-3.redhat_00004.1.el7jws.src", "product_id": "jws5-tomcat-0:9.0.50-3.redhat_00004.1.el7jws.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat@9.0.50-3.redhat_00004.1.el7jws?arch=src" } } }, { "category": "product_version", "name": "jws5-tomcat-native-0:1.2.30-3.redhat_3.el7jws.src", "product": { "name": "jws5-tomcat-native-0:1.2.30-3.redhat_3.el7jws.src", "product_id": "jws5-tomcat-native-0:1.2.30-3.redhat_3.el7jws.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-native@1.2.30-3.redhat_3.el7jws?arch=src" } } }, { "category": "product_version", "name": "jws5-tomcat-vault-0:1.1.8-4.Final_redhat_00004.1.el7jws.src", "product": { "name": "jws5-tomcat-vault-0:1.1.8-4.Final_redhat_00004.1.el7jws.src", "product_id": "jws5-tomcat-vault-0:1.1.8-4.Final_redhat_00004.1.el7jws.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-vault@1.1.8-4.Final_redhat_00004.1.el7jws?arch=src" } } }, { "category": "product_version", "name": "jws5-tomcat-0:9.0.50-3.redhat_00004.1.el8jws.src", "product": { "name": "jws5-tomcat-0:9.0.50-3.redhat_00004.1.el8jws.src", "product_id": "jws5-tomcat-0:9.0.50-3.redhat_00004.1.el8jws.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat@9.0.50-3.redhat_00004.1.el8jws?arch=src" } } }, { "category": "product_version", "name": "jws5-tomcat-native-0:1.2.30-3.redhat_3.el8jws.src", "product": { "name": "jws5-tomcat-native-0:1.2.30-3.redhat_3.el8jws.src", "product_id": "jws5-tomcat-native-0:1.2.30-3.redhat_3.el8jws.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-native@1.2.30-3.redhat_3.el8jws?arch=src" } } }, { "category": "product_version", "name": "jws5-tomcat-vault-0:1.1.8-4.Final_redhat_00004.1.el8jws.src", "product": { "name": "jws5-tomcat-vault-0:1.1.8-4.Final_redhat_00004.1.el8jws.src", "product_id": "jws5-tomcat-vault-0:1.1.8-4.Final_redhat_00004.1.el8jws.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-vault@1.1.8-4.Final_redhat_00004.1.el8jws?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "jws5-tomcat-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product": { "name": "jws5-tomcat-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_id": "jws5-tomcat-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat@9.0.50-3.redhat_00004.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-admin-webapps-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product": { "name": "jws5-tomcat-admin-webapps-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_id": "jws5-tomcat-admin-webapps-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-admin-webapps@9.0.50-3.redhat_00004.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-docs-webapp-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product": { "name": "jws5-tomcat-docs-webapp-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_id": "jws5-tomcat-docs-webapp-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-docs-webapp@9.0.50-3.redhat_00004.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-el-3.0-api-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product": { "name": "jws5-tomcat-el-3.0-api-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_id": "jws5-tomcat-el-3.0-api-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-el-3.0-api@9.0.50-3.redhat_00004.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-java-jdk11-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product": { "name": "jws5-tomcat-java-jdk11-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_id": "jws5-tomcat-java-jdk11-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-java-jdk11@9.0.50-3.redhat_00004.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-java-jdk8-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product": { "name": "jws5-tomcat-java-jdk8-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_id": "jws5-tomcat-java-jdk8-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-java-jdk8@9.0.50-3.redhat_00004.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-javadoc-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product": { "name": "jws5-tomcat-javadoc-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_id": "jws5-tomcat-javadoc-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-javadoc@9.0.50-3.redhat_00004.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-jsp-2.3-api-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product": { "name": "jws5-tomcat-jsp-2.3-api-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_id": "jws5-tomcat-jsp-2.3-api-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jws5-tomcat-jsp-2.3-api@9.0.50-3.redhat_00004.1.el7jws?arch=noarch" } } }, { "category": "product_version", "name": "jws5-tomcat-lib-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product": { "name": "jws5-tomcat-lib-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_id": "jws5-tomcat-lib-0:9.0.50-3.redhat_00004.1.el7jws.noarch", "product_identification