Upstream information
Description
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).Upstream Security Advisories:
SUSE information
Overall state of this security issue: Resolved
This issue is currently rated as having moderate severity.
National Vulnerability Database | |
---|---|
Base Score | 5.8 |
Vector | AV:N/AC:M/Au:N/C:P/I:N/A:P |
Access Vector | Network |
Access Complexity | Medium |
Authentication | None |
Confidentiality Impact | Partial |
Integrity Impact | None |
Availability Impact | Partial |
National Vulnerability Database | SUSE | |
---|---|---|
Base Score | 7.4 | 5.3 |
Vector | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L |
Attack Vector | Network | Network |
Attack Complexity | High | Low |
Privileges Required | None | None |
User Interaction | None | None |
Scope | Unchanged | Unchanged |
Confidentiality Impact | High | None |
Integrity Impact | None | None |
Availability Impact | High | Low |
CVSSv3 Version | 3.1 | 3.1 |
SUSE Security Advisories:
- SUSE-CU-2021:294-1, published Sat Sep 4 06:28:48 UTC 2021
- SUSE-CU-2021:295-1, published Sat Sep 4 06:43:51 UTC 2021
- SUSE-CU-2021:296-1, published Sat Sep 4 06:55:28 UTC 2021
- SUSE-CU-2021:297-1, published Sat Sep 4 07:21:10 UTC 2021
- SUSE-CU-2021:298-1, published Sat Sep 4 07:41:14 UTC 2021
- SUSE-CU-2021:299-1, published Sat Sep 4 07:54:20 UTC 2021
- SUSE-CU-2021:304-1, published Sat Sep 4 07:58:52 UTC 2021
- SUSE-CU-2021:309-1, published Tue Sep 14 06:24:36 UTC 2021
- SUSE-CU-2021:313-1, published Wed Sep 15 09:59:40 UTC 2021
- SUSE-CU-2021:315-1, published Wed Sep 15 10:07:13 UTC 2021
- SUSE-CU-2021:316-1, published Wed Sep 15 10:09:20 UTC 2021
- SUSE-CU-2021:318-1, published Thu Sep 16 06:23:26 UTC 2021
- SUSE-CU-2021:319-1, published Thu Sep 16 06:24:25 UTC 2021
- SUSE-CU-2021:320-1, published Thu Sep 16 06:25:21 UTC 2021
- SUSE-CU-2021:321-1, published Thu Sep 16 06:26:13 UTC 2021
- SUSE-CU-2021:346-1, published Wed Sep 22 06:37:53 UTC 2021
- SUSE-CU-2021:347-1, published Wed Sep 22 06:56:44 UTC 2021
- SUSE-CU-2021:348-1, published Wed Sep 22 08:46:51 UTC 2021
- SUSE-CU-2021:349-1, published Wed Sep 22 09:13:20 UTC 2021
- SUSE-CU-2021:350-1, published Thu Sep 23 06:38:31 UTC 2021
- SUSE-CU-2021:351-1, published Thu Sep 23 06:52:57 UTC 2021
- SUSE-CU-2021:385-1, published Sat Oct 9 10:21:14 UTC 2021
- SUSE-CU-2021:386-1, published Sat Oct 9 10:22:01 UTC 2021
- SUSE-CU-2021:387-1, published Sat Oct 9 10:22:27 UTC 2021
- SUSE-CU-2021:388-1, published Sat Oct 9 10:25:05 UTC 2021
- SUSE-CU-2021:494-1, published Tue Nov 9 07:27:15 UTC 2021
- SUSE-CU-2021:495-1, published Tue Nov 9 07:30:11 UTC 2021
- SUSE-CU-2021:496-1, published Tue Nov 9 07:33:09 UTC 2021
- SUSE-CU-2021:599-1, published Sat Dec 25 07:35:24 UTC 2021
- SUSE-CU-2022:1151-1, published Tue May 24 08:21:00 UTC 2022
- SUSE-CU-2022:1765-1, published Thu Aug 4 07:53:19 UTC 2022
- SUSE-CU-2022:309-1, published Fri Mar 18 16:15:36 UTC 2022
- SUSE-CU-2022:310-1, published Fri Mar 18 16:16:10 UTC 2022
- SUSE-CU-2022:312-1, published Fri Mar 18 16:16:56 UTC 2022
- SUSE-CU-2022:313-1, published Sun Mar 20 08:40:29 UTC 2022
- SUSE-CU-2022:343-1, published Sat Mar 26 13:11:06 UTC 2022
- SUSE-CU-2022:344-1, published Sat Mar 26 13:11:32 UTC 2022
- SUSE-CU-2022:345-1, published Sat Mar 26 13:12:21 UTC 2022
- SUSE-CU-2022:346-1, published Sat Mar 26 13:13:02 UTC 2022
- SUSE-CU-2022:347-1, published Sat Mar 26 13:13:27 UTC 2022
- SUSE-CU-2022:348-1, published Sat Mar 26 13:14:00 UTC 2022
- SUSE-CU-2022:349-1, published Sat Mar 26 13:14:34 UTC 2022
- SUSE-CU-2022:350-1, published Sat Mar 26 13:15:00 UTC 2022
- SUSE-CU-2022:351-1, published Sat Mar 26 13:15:34 UTC 2022
- SUSE-CU-2022:372-1, published Sat Mar 26 16:54:57 UTC 2022
- SUSE-CU-2022:373-1, published Sat Mar 26 16:55:22 UTC 2022
- SUSE-CU-2022:374-1, published Sat Mar 26 16:55:41 UTC 2022
- SUSE-CU-2022:495-1, published Sun Apr 3 09:01:08 UTC 2022
- SUSE-CU-2022:52-1, published Tue Jan 25 07:50:56 UTC 2022
- SUSE-CU-2022:53-1, published Tue Jan 25 07:52:20 UTC 2022
- SUSE-CU-2022:54-1, published Tue Jan 25 07:53:50 UTC 2022
- SUSE-CU-2022:55-1, published Tue Jan 25 07:55:20 UTC 2022
- SUSE-CU-2022:56-1, published Tue Jan 25 07:56:52 UTC 2022
- SUSE-CU-2022:57-1, published Tue Jan 25 08:02:06 UTC 2022
- SUSE-CU-2022:63-1, published Wed Jan 26 11:45:42 UTC 2022
- SUSE-CU-2022:64-1, published Thu Jan 27 07:42:07 UTC 2022
- SUSE-CU-2022:65-1, published Thu Jan 27 07:42:34 UTC 2022
- SUSE-CU-2022:66-1, published Thu Jan 27 07:44:11 UTC 2022
- SUSE-CU-2022:67-1, published Thu Jan 27 07:44:37 UTC 2022
- SUSE-CU-2022:68-1, published Thu Jan 27 07:46:27 UTC 2022
- SUSE-CU-2022:69-1, published Thu Jan 27 07:49:24 UTC 2022
- SUSE-CU-2022:70-1, published Thu Jan 27 07:51:12 UTC 2022
- SUSE-CU-2022:71-1, published Thu Jan 27 07:53:00 UTC 2022
- SUSE-CU-2022:72-1, published Thu Jan 27 07:54:01 UTC 2022
- SUSE-CU-2022:73-1, published Thu Jan 27 07:54:27 UTC 2022
- SUSE-CU-2022:74-1, published Thu Jan 27 07:56:40 UTC 2022
- SUSE-CU-2022:75-1, published Thu Jan 27 07:57:05 UTC 2022
- SUSE-CU-2022:76-1, published Thu Jan 27 07:59:05 UTC 2022
- SUSE-CU-2022:77-1, published Thu Jan 27 08:00:24 UTC 2022
- SUSE-CU-2022:78-1, published Thu Jan 27 08:00:51 UTC 2022
- SUSE-CU-2022:79-1, published Thu Jan 27 08:01:59 UTC 2022
- SUSE-CU-2022:81-1, published Thu Jan 27 08:04:55 UTC 2022
- SUSE-CU-2022:82-1, published Thu Jan 27 08:05:31 UTC 2022
- SUSE-CU-2022:86-1, published Thu Jan 27 08:57:46 UTC 2022
- SUSE-CU-2022:88-1, published Thu Jan 27 08:59:27 UTC 2022
- SUSE-CU-2022:89-1, published Thu Jan 27 08:59:58 UTC 2022
- SUSE-CU-2022:90-1, published Thu Jan 27 09:00:30 UTC 2022
- SUSE-CU-2022:91-1, published Thu Jan 27 09:01:01 UTC 2022
- SUSE-CU-2022:92-1, published Thu Jan 27 09:02:57 UTC 2022
- SUSE-CU-2022:93-1, published Thu Jan 27 09:03:39 UTC 2022
- SUSE-CU-2022:94-1, published Thu Jan 27 09:05:11 UTC 2022
- SUSE-CU-2022:95-1, published Thu Jan 27 09:05:45 UTC 2022
- SUSE-CU-2022:96-1, published Thu Jan 27 09:06:18 UTC 2022
- SUSE-CU-2022:97-1, published Thu Jan 27 09:06:49 UTC 2022
- SUSE-CU-2022:98-1, published Thu Jan 27 09:07:20 UTC 2022
- SUSE-FU-2022:0445-1, published Wed Feb 16 20:45:05 UTC 2022
- SUSE-IU-2021:619-1, published Thu Sep 2 06:09:50 UTC 2021
- SUSE-IU-2021:620-1, published Thu Sep 2 06:10:19 UTC 2021
- SUSE-IU-2021:621-1, published Thu Sep 2 06:11:04 UTC 2021
- SUSE-IU-2021:658-1, published Tue Sep 14 10:30:56 UTC 2021
- SUSE-IU-2021:659-1, published Tue Sep 14 10:34:58 UTC 2021
- SUSE-IU-2021:660-1, published Tue Sep 14 10:39:15 UTC 2021
- SUSE-IU-2021:727-1, published Thu Sep 30 06:14:42 UTC 2021
- SUSE-IU-2021:728-1, published Thu Sep 30 06:15:30 UTC 2021
- SUSE-IU-2021:729-1, published Thu Sep 30 06:16:32 UTC 2021
- SUSE-IU-2022:148-1, published Sat Jan 29 07:28:34 UTC 2022
- SUSE-IU-2022:149-1, published Sat Jan 29 07:31:36 UTC 2022
- SUSE-IU-2022:237-1, published Thu Feb 3 07:28:34 UTC 2022
- SUSE-IU-2022:49-1, published Sat Jan 29 07:34:15 UTC 2022
- SUSE-SU-2021:14791-1, published Tue Aug 24 19:16:40 UTC 2021
- SUSE-SU-2021:14792-1, published Tue Aug 24 19:29:10 UTC 2021
- SUSE-SU-2021:14801-1, published Sat Sep 18 19:17:48 UTC 2021
- SUSE-SU-2021:14802-1, published Sat Sep 18 19:16:33 UTC 2021
- SUSE-SU-2021:2825-1, published Tue Aug 24 19:21:38 UTC 2021
- SUSE-SU-2021:2826-1, published Tue Aug 24 19:26:34 UTC 2021
- SUSE-SU-2021:2827-1, published Tue Aug 24 19:25:16 UTC 2021
- SUSE-SU-2021:2829-1, published Tue Aug 24 19:23:59 UTC 2021
- SUSE-SU-2021:2830-1, published Tue Aug 24 19:20:21 UTC 2021
- SUSE-SU-2021:2831-1, published Tue Aug 24 19:19:05 UTC 2021
- SUSE-SU-2021:2833-1, published Tue Aug 24 19:27:50 UTC 2021
- SUSE-SU-2021:2852-1, published Fri Aug 27 10:17:08 UTC 2021
- SUSE-SU-2021:2966-1, published Tue Sep 7 13:28:42 UTC 2021
- SUSE-SU-2021:2966-2, published Tue Sep 21 20:50:51 UTC 2021
- SUSE-SU-2021:2967-1, published Tue Sep 7 13:23:54 UTC 2021
- SUSE-SU-2021:2968-1, published Tue Sep 7 13:18:45 UTC 2021
- SUSE-SU-2021:2994-1, published Thu Sep 9 16:46:47 UTC 2021
- SUSE-SU-2021:2995-1, published Thu Sep 9 16:24:35 UTC 2021
- SUSE-SU-2021:2996-1, published Thu Sep 9 16:26:57 UTC 2021
- SUSE-SU-2021:3019-1, published Mon Sep 13 10:24:42 UTC 2021
- SUSE-SU-2021:3144-1, published Mon Sep 20 10:16:59 UTC 2021
- openSUSE-SU-2021:1188-1, published Wed Aug 25 12:41:47 2021
- openSUSE-SU-2021:1189-1, published Wed Aug 25 12:41:47 2021
- openSUSE-SU-2021:1248-1, published Sun Sep 12 21:40:18 2021
- openSUSE-SU-2021:1261-1, published Tue Sep 14 18:40:58 2021
- openSUSE-SU-2021:2827-1, published Tue Aug 24 21:41:04 2021
- openSUSE-SU-2021:2830-1, published Tue Aug 24 21:41:04 2021
- openSUSE-SU-2021:2966-1, published Tue Sep 7 15:41:46 2021
- openSUSE-SU-2021:2994-1, published Thu Sep 9 21:52:42 2021
List of released packages
Product(s) | Fixed package version(s) | References |
---|---|---|
HPE Helion OpenStack 8 |
| Patchnames: HPE-Helion-OpenStack-8-2021-2825 HPE-Helion-OpenStack-8-2021-3144 |
Image SLES12-SP4-EC2-HVM-BYOS |
| |
Image SLES15-Azure-BYOS Image SLES15-EC2-CHOST-HVM-BYOS Image SLES15-EC2-HVM-BYOS Image SLES15-GCE-BYOS Image SLES15-SAP-Azure Image SLES15-SAP-Azure-BYOS Image SLES15-SAP-EC2-HVM Image SLES15-SAP-EC2-HVM-BYOS Image SLES15-SAP-GCE Image SLES15-SAP-GCE-BYOS |
| |
Image SLES15-SAP-Azure-LI-BYOS-Production Image SLES15-SAP-Azure-VLI-BYOS-Production |
| |
Image SLES15-SP1-Azure-BYOS Image SLES15-SP1-Azure-HPC-BYOS Image SLES15-SP1-CHOST-BYOS-Azure Image SLES15-SP1-CHOST-BYOS-EC2 Image SLES15-SP1-CHOST-BYOS-GCE Image SLES15-SP1-EC2-HPC-HVM-BYOS Image SLES15-SP1-EC2-HVM-BYOS Image SLES15-SP1-GCE-BYOS Image SLES15-SP1-SAP-Azure Image SLES15-SP1-SAP-Azure-BYOS Image SLES15-SP1-SAP-EC2-HVM Image SLES15-SP1-SAP-EC2-HVM-BYOS Image SLES15-SP1-SAP-GCE Image SLES15-SP1-SAP-GCE-BYOS |
| |
Image SLES15-SP1-SAP-Azure-LI-BYOS-Production Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production |
| |
Image SLES15-SP1-SAPCAL-Azure Image SLES15-SP1-SAPCAL-EC2-HVM Image SLES15-SP1-SAPCAL-GCE |
| |
Image SLES15-SP2-BYOS-Azure Image SLES15-SP2-BYOS-EC2-HVM Image SLES15-SP2-BYOS-GCE Image SLES15-SP2-CHOST-BYOS-Aliyun Image SLES15-SP2-CHOST-BYOS-Azure Image SLES15-SP2-CHOST-BYOS-EC2 Image SLES15-SP2-CHOST-BYOS-GCE Image SLES15-SP2-HPC-BYOS-Azure Image SLES15-SP2-HPC-BYOS-EC2-HVM Image SLES15-SP2-Manager-4-1-Proxy-BYOS-Azure Image SLES15-SP2-Manager-4-1-Proxy-BYOS-EC2-HVM Image SLES15-SP2-Manager-4-1-Proxy-BYOS-GCE Image SLES15-SP2-Manager-4-1-Server-BYOS-Azure Image SLES15-SP2-Manager-4-1-Server-BYOS-EC2-HVM Image SLES15-SP2-Manager-4-1-Server-BYOS-GCE Image SLES15-SP2-SAP-Azure Image SLES15-SP2-SAP-BYOS-Azure Image SLES15-SP2-SAP-BYOS-EC2-HVM Image SLES15-SP2-SAP-BYOS-GCE Image SLES15-SP2-SAP-EC2-HVM Image SLES15-SP2-SAP-GCE Image SLES15-SP3-BYOS-Azure Image SLES15-SP3-BYOS-EC2-HVM Image SLES15-SP3-BYOS-GCE Image SLES15-SP3-CHOST-BYOS-Aliyun Image SLES15-SP3-CHOST-BYOS-Azure Image SLES15-SP3-CHOST-BYOS-EC2 Image SLES15-SP3-CHOST-BYOS-GCE Image SLES15-SP3-CHOST-BYOS-SAP-CCloud Image SLES15-SP3-EC2-ECS-HVM Image SLES15-SP3-GCE Image SLES15-SP3-HPC-Azure Image SLES15-SP3-HPC-BYOS-Azure Image SLES15-SP3-HPC-BYOS-EC2-HVM Image SLES15-SP3-HPC-BYOS-GCE Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE Image SLES15-SP3-Micro-5-1-BYOS-Azure Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM Image SLES15-SP3-Micro-5-1-BYOS-GCE Image SLES15-SP3-Micro-5-2-BYOS-Azure Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM Image SLES15-SP3-Micro-5-2-BYOS-GCE Image SLES15-SP3-Micro-BYOS-GCE Image SLES15-SP3-SAP-BYOS-Azure Image SLES15-SP3-SAP-BYOS-EC2-HVM Image SLES15-SP3-SAP-BYOS-GCE |
| |
Image SLES15-SP2-SAP-Azure-LI-BYOS-Production Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production Image SLES15-SP3-EC2-HVM Image SLES15-SP3-SAP-Azure Image SLES15-SP3-SAP-Azure-LI-BYOS-Production Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production Image SLES15-SP3-SAP-EC2-HVM Image SLES15-SP3-SAP-GCE Image SLES15-SP3-SAPCAL-Azure Image SLES15-SP3-SAPCAL-EC2-HVM Image SLES15-SP3-SAPCAL-GCE |
| |
Image SLES15-SP4-SAP-Azure-LI-BYOS Image SLES15-SP4-SAP-Azure-LI-BYOS-Production Image SLES15-SP4-SAP-Azure-VLI-BYOS Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production Image SLES15-SP7-SAP-Azure-LI-BYOS-Production Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production |
| |
SUSE CaaS Platform 4.0 |
| Patchnames: SUSE-SUSE-CAASP-4.0-2021-2827 SUSE-SUSE-CAASP-4.0-2021-2831 SUSE-SUSE-CAASP-4.0-2021-2968 SUSE-SUSE-CAASP-4.0-2021-2994 |
SUSE Enterprise Storage 6 |
| Patchnames: SUSE-Storage-6-2021-2827 SUSE-Storage-6-2021-2831 SUSE-Storage-6-2021-2968 SUSE-Storage-6-2021-2994 |
SUSE Enterprise Storage 7.1 SUSE Linux Enterprise High Performance Computing 15 SP3 SUSE Linux Enterprise Server 15 SP3 SUSE Linux Enterprise Server for SAP Applications 15 SP3 SUSE Manager Proxy 4.2 SUSE Manager Retail Branch Server 4.2 SUSE Manager Server 4.2 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP3-2021-2830 SUSE-SLE-Module-Basesystem-15-SP3-2021-2966 SUSE-SLE-Module-Legacy-15-SP3-2021-2827 SUSE-SLE-Module-Legacy-15-SP3-2021-2994 |
SUSE Enterprise Storage 7 SUSE Linux Enterprise High Performance Computing 15 SP2 SUSE Linux Enterprise Server 15 SP2 SUSE Linux Enterprise Server for SAP Applications 15 SP2 SUSE Manager Proxy 4.1 SUSE Manager Retail Branch Server 4.1 SUSE Manager Server 4.1 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP2-2021-2830 SUSE-SLE-Module-Basesystem-15-SP2-2021-2966 SUSE-SLE-Module-Legacy-15-SP2-2021-2827 SUSE-SLE-Module-Legacy-15-SP2-2021-2994 |
SUSE Liberty Linux 7 |
| Patchnames: RHSA-2022:0064 |
SUSE Liberty Linux 8 |
| Patchnames: RHSA-2021:5226 |
SUSE Linux Enterprise Desktop 15 SP2 SUSE Linux Enterprise Module for Basesystem 15 SP2 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP2-2021-2830 SUSE-SLE-Module-Basesystem-15-SP2-2021-2966 |
SUSE Linux Enterprise Desktop 15 SP3 SUSE Linux Enterprise Module for Basesystem 15 SP3 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP3-2021-2830 SUSE-SLE-Module-Basesystem-15-SP3-2021-2966 |
SUSE Linux Enterprise Desktop 15 SP4 SUSE Linux Enterprise Module for Basesystem 15 SP4 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP4 GA libopenssl-1_1-devel-1.1.1l-150400.5.14 |
SUSE Linux Enterprise Desktop 15 SP5 SUSE Linux Enterprise Module for Basesystem 15 SP5 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP5 GA libopenssl-1_1-devel-1.1.1l-150500.15.4 |
SUSE Linux Enterprise Desktop 15 SP6 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP6 GA libopenssl1_1-1.1.1w-150600.3.10 SUSE Linux Enterprise Module for Development Tools 15 SP6 GA libopenssl-1_1-devel-1.1.1w-150600.3.10 |
SUSE Linux Enterprise Desktop 15 SP7 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP7 GA libopenssl1_1-1.1.1w-150700.9.37 SUSE Linux Enterprise Module for Development Tools 15 SP7 GA libopenssl-1_1-devel-1.1.1w-150700.9.37 |
SUSE Linux Enterprise High Performance Computing 12 SUSE Linux Enterprise Module for Legacy 12 SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 |
| Patchnames: SUSE-SLE-Module-Legacy-12-2021-2852 SUSE-SLE-Module-Legacy-12-2021-3019 |
SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-2831 SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-2968 |
SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-2831 SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-2968 |
SUSE Linux Enterprise High Performance Computing 15 SP4 SUSE Linux Enterprise Server 15 SP4 SUSE Linux Enterprise Server for SAP Applications 15 SP4 SUSE Manager Proxy 4.3 SUSE Manager Retail Branch Server 4.3 SUSE Manager Server 4.3 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP4 GA libopenssl-1_1-devel-1.1.1l-150400.5.14 SUSE Linux Enterprise Module for Legacy 15 SP4 GA libopenssl-1_0_0-devel-1.0.2p-3.49.1 SUSE Linux Enterprise Module for Legacy 15 SP4 GA openssl-1_0_0-1.0.2p-3.49.1 |
SUSE Linux Enterprise High Performance Computing 15 SP5 SUSE Linux Enterprise Server 15 SP5 SUSE Linux Enterprise Server for SAP Applications 15 SP5 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP5 GA libopenssl-1_1-devel-1.1.1l-150500.15.4 SUSE Linux Enterprise Module for Legacy 15 SP5 GA libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1 SUSE Linux Enterprise Module for Legacy 15 SP5 GA openssl-1_0_0-1.0.2p-150000.3.73.1 |
SUSE Linux Enterprise High Performance Computing 15 SP6 SUSE Linux Enterprise Server 15 SP6 SUSE Linux Enterprise Server for SAP Applications 15 SP6 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP6 GA libopenssl1_1-1.1.1w-150600.3.10 SUSE Linux Enterprise Module for Development Tools 15 SP6 GA libopenssl-1_1-devel-1.1.1w-150600.3.10 SUSE Linux Enterprise Module for Legacy 15 SP6 GA libopenssl-1_0_0-devel-1.0.2p-150000.3.91.1 SUSE Linux Enterprise Module for Legacy 15 SP6 GA openssl-1_0_0-1.0.2p-150000.3.91.1 SUSE Linux Enterprise Module for Legacy 15 SP6 GA openssl-1_1-1.1.1w-150600.3.10 |
SUSE Linux Enterprise High Performance Computing 15 SP7 SUSE Linux Enterprise Server 15 SP7 SUSE Linux Enterprise Server for SAP Applications 15 SP7 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP7 GA libopenssl1_1-1.1.1w-150700.9.37 SUSE Linux Enterprise Module for Development Tools 15 SP7 GA libopenssl-1_1-devel-1.1.1w-150700.9.37 SUSE Linux Enterprise Module for Legacy 15 SP7 GA libopenssl-1_0_0-devel-1.0.2p-150000.3.94.1 SUSE Linux Enterprise Module for Legacy 15 SP7 GA openssl-1_0_0-1.0.2p-150000.3.94.1 SUSE Linux Enterprise Module for Legacy 15 SP7 GA openssl-1_1-1.1.1w-150700.9.37 |
SUSE Linux Enterprise High Performance Computing 15-ESPOS SUSE Linux Enterprise High Performance Computing 15-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-2021-2829 SUSE-SLE-Product-HPC-15-2021-2967 |
SUSE Linux Enterprise Micro 5.0 |
| Patchnames: SUSE-SUSE-MicroOS-5.0-2021-2830 SUSE-SUSE-MicroOS-5.0-2021-2966 |
SUSE Linux Enterprise Micro 5.1 |
| Patchnames: SUSE Linux Enterprise Micro 5.1 GA libopenssl-1_1-devel-1.1.1d-11.30.1 SUSE-SUSE-MicroOS-5.1-2021-2966 |
SUSE Linux Enterprise Micro 5.2 |
| Patchnames: SUSE Linux Enterprise Micro 5.2 GA libopenssl-1_1-devel-1.1.1d-11.38.1 |
SUSE Linux Enterprise Micro 5.3 |
| Patchnames: SUSE Linux Enterprise Micro 5.3 GA libopenssl-1_1-devel-1.1.1l-150400.7.7.1 |
SUSE Linux Enterprise Micro 5.4 |
| Patchnames: SUSE Linux Enterprise Micro 5.4 GA libopenssl-1_1-devel-1.1.1l-150400.7.25.1 |
SUSE Linux Enterprise Micro 5.5 |
| Patchnames: SUSE Linux Enterprise Micro 5.5 GA libopenssl-1_1-devel-1.1.1l-150500.17.15.1 |
SUSE Linux Enterprise Module for Basesystem 15 SP6 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP6 GA libopenssl1_1-1.1.1w-150600.3.10 |
SUSE Linux Enterprise Module for Basesystem 15 SP7 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP7 GA libopenssl1_1-1.1.1w-150700.9.37 |
SUSE Linux Enterprise Module for Development Tools 15 SP6 |
| Patchnames: SUSE Linux Enterprise Module for Development Tools 15 SP6 GA libopenssl-1_1-devel-1.1.1w-150600.3.10 |
SUSE Linux Enterprise Module for Development Tools 15 SP7 |
| Patchnames: SUSE Linux Enterprise Module for Development Tools 15 SP7 GA libopenssl-1_1-devel-1.1.1w-150700.9.37 |
SUSE Linux Enterprise Module for Legacy 15 SP2 |
| Patchnames: SUSE-SLE-Module-Legacy-15-SP2-2021-2827 SUSE-SLE-Module-Legacy-15-SP2-2021-2994 |
SUSE Linux Enterprise Module for Legacy 15 SP3 |
| Patchnames: SUSE-SLE-Module-Legacy-15-SP3-2021-2827 SUSE-SLE-Module-Legacy-15-SP3-2021-2994 |
SUSE Linux Enterprise Module for Legacy 15 SP4 |
| Patchnames: SUSE Linux Enterprise Module for Legacy 15 SP4 GA libopenssl-1_0_0-devel-1.0.2p-3.49.1 SUSE Linux Enterprise Module for Legacy 15 SP4 GA openssl-1_0_0-1.0.2p-3.49.1 |
SUSE Linux Enterprise Module for Legacy 15 SP5 |
| Patchnames: SUSE Linux Enterprise Module for Legacy 15 SP5 GA libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1 SUSE Linux Enterprise Module for Legacy 15 SP5 GA openssl-1_0_0-1.0.2p-150000.3.73.1 |
SUSE Linux Enterprise Module for Legacy 15 SP6 |
| Patchnames: SUSE Linux Enterprise Module for Legacy 15 SP6 GA libopenssl-1_0_0-devel-1.0.2p-150000.3.91.1 SUSE Linux Enterprise Module for Legacy 15 SP6 GA openssl-1_0_0-1.0.2p-150000.3.91.1 SUSE Linux Enterprise Module for Legacy 15 SP6 GA openssl-1_1-1.1.1w-150600.3.10 |
SUSE Linux Enterprise Module for Legacy 15 SP7 |
| Patchnames: SUSE Linux Enterprise Module for Legacy 15 SP7 GA libopenssl-1_0_0-devel-1.0.2p-150000.3.94.1 SUSE Linux Enterprise Module for Legacy 15 SP7 GA openssl-1_0_0-1.0.2p-150000.3.94.1 SUSE Linux Enterprise Module for Legacy 15 SP7 GA openssl-1_1-1.1.1w-150700.9.37 |
SUSE Linux Enterprise Point of Sale 11 SP3 |
| Patchnames: sleposp3-openssl-14791 sleposp3-openssl-14802 |
SUSE Linux Enterprise Server 11 SP4-LTSS |
| Patchnames: slessp4-openssl-14791 slessp4-openssl-14802 |
SUSE Linux Enterprise Server 11-SECURITY |
| Patchnames: secsp3-openssl1-14792 secsp3-openssl1-14801 |
SUSE Linux Enterprise Server 12 SP2-BCL |
| Patchnames: SUSE-SLE-SERVER-12-SP2-BCL-2021-2825 SUSE-SLE-SERVER-12-SP2-BCL-2021-3144 |
SUSE Linux Enterprise Server 12 SP3-BCL |
| Patchnames: SUSE-SLE-SERVER-12-SP3-BCL-2021-2825 SUSE-SLE-SERVER-12-SP3-BCL-2021-3144 |
SUSE Linux Enterprise Server 12 SP3-ESPOS |
| Patchnames: SUSE-SLE-SERVER-12-SP3-ESPOS-2021-2825 SUSE-SLE-SERVER-12-SP3-ESPOS-2021-3144 |
SUSE Linux Enterprise Server 12 SP3-LTSS |
| Patchnames: SUSE-SLE-SERVER-12-SP3-2021-2825 SUSE-SLE-SERVER-12-SP3-2021-3144 |
SUSE Linux Enterprise Server 12 SP4-ESPOS |
| Patchnames: SUSE-SLE-SERVER-12-SP4-ESPOS-2021-2826 SUSE-SLE-SERVER-12-SP4-ESPOS-2021-2833 SUSE-SLE-SERVER-12-SP4-ESPOS-2021-2995 SUSE-SLE-SERVER-12-SP4-ESPOS-2021-2996 |
SUSE Linux Enterprise Server 12 SP4-LTSS |
| Patchnames: SUSE-SLE-SERVER-12-SP4-LTSS-2021-2826 SUSE-SLE-SERVER-12-SP4-LTSS-2021-2833 SUSE-SLE-SERVER-12-SP4-LTSS-2021-2995 SUSE-SLE-SERVER-12-SP4-LTSS-2021-2996 |
SUSE Linux Enterprise Server 12 SP5 |
| Patchnames: SUSE-SLE-Module-Legacy-12-2021-2852 SUSE-SLE-Module-Legacy-12-2021-3019 SUSE-SLE-SDK-12-SP5-2021-2826 SUSE-SLE-SDK-12-SP5-2021-2833 SUSE-SLE-SDK-12-SP5-2021-2995 SUSE-SLE-SDK-12-SP5-2021-2996 SUSE-SLE-SERVER-12-SP5-2021-2826 SUSE-SLE-SERVER-12-SP5-2021-2833 SUSE-SLE-SERVER-12-SP5-2021-2995 SUSE-SLE-SERVER-12-SP5-2021-2996 |
SUSE Linux Enterprise Server 15 SP1-BCL |
| Patchnames: SUSE-SLE-Product-SLES-15-SP1-BCL-2021-2827 SUSE-SLE-Product-SLES-15-SP1-BCL-2021-2831 SUSE-SLE-Product-SLES-15-SP1-BCL-2021-2968 SUSE-SLE-Product-SLES-15-SP1-BCL-2021-2994 |
SUSE Linux Enterprise Server 15 SP1-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-2827 SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-2831 SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-2968 SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-2994 |
SUSE Linux Enterprise Server 15-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-2021-2827 SUSE-SLE-Product-SLES-15-2021-2829 SUSE-SLE-Product-SLES-15-2021-2967 SUSE-SLE-Product-SLES-15-2021-2994 |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 |
| Patchnames: SUSE-SLE-Module-Legacy-12-2021-2852 SUSE-SLE-Module-Legacy-12-2021-3019 SUSE-SLE-SAP-12-SP3-2021-2825 SUSE-SLE-SAP-12-SP3-2021-2852 SUSE-SLE-SAP-12-SP3-2021-3019 SUSE-SLE-SAP-12-SP3-2021-3144 |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 |
| Patchnames: SUSE-SLE-Module-Legacy-12-2021-2852 SUSE-SLE-Module-Legacy-12-2021-3019 SUSE-SLE-SAP-12-SP4-2021-2826 SUSE-SLE-SAP-12-SP4-2021-2833 SUSE-SLE-SAP-12-SP4-2021-2852 SUSE-SLE-SAP-12-SP4-2021-2995 SUSE-SLE-SAP-12-SP4-2021-2996 SUSE-SLE-SAP-12-SP4-2021-3019 |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 |
| Patchnames: SUSE-SLE-Module-Legacy-12-2021-2852 SUSE-SLE-Module-Legacy-12-2021-3019 SUSE-SLE-SAP-12-SP5-2021-2852 SUSE-SLE-SAP-12-SP5-2021-3019 SUSE-SLE-SDK-12-SP5-2021-2826 SUSE-SLE-SDK-12-SP5-2021-2833 SUSE-SLE-SDK-12-SP5-2021-2995 SUSE-SLE-SDK-12-SP5-2021-2996 SUSE-SLE-SERVER-12-SP5-2021-2826 SUSE-SLE-SERVER-12-SP5-2021-2833 SUSE-SLE-SERVER-12-SP5-2021-2995 SUSE-SLE-SERVER-12-SP5-2021-2996 |
SUSE Linux Enterprise Server for SAP Applications 15 SP1 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP1-2021-2827 SUSE-SLE-Product-SLES_SAP-15-SP1-2021-2831 SUSE-SLE-Product-SLES_SAP-15-SP1-2021-2968 SUSE-SLE-Product-SLES_SAP-15-SP1-2021-2994 |
SUSE Linux Enterprise Server for SAP Applications 15 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-2021-2827 SUSE-SLE-Product-SLES_SAP-15-2021-2829 SUSE-SLE-Product-SLES_SAP-15-2021-2967 SUSE-SLE-Product-SLES_SAP-15-2021-2994 |
SUSE Linux Enterprise Software Development Kit 12 SP5 |
| Patchnames: SUSE-SLE-SDK-12-SP5-2021-2826 SUSE-SLE-SDK-12-SP5-2021-2833 SUSE-SLE-SDK-12-SP5-2021-2995 SUSE-SLE-SDK-12-SP5-2021-2996 |
SUSE Manager Proxy 4.0 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-2827 SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-2831 |
SUSE Manager Retail Branch Server 4.0 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-2827 SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-2831 |
SUSE Manager Server 4.0 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-2827 SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-2831 |
SUSE OpenStack Cloud 8 |
| Patchnames: SUSE-OpenStack-Cloud-8-2021-2825 SUSE-OpenStack-Cloud-8-2021-3144 |
SUSE OpenStack Cloud 9 |
| Patchnames: SUSE-OpenStack-Cloud-9-2021-2826 SUSE-OpenStack-Cloud-9-2021-2833 SUSE-OpenStack-Cloud-9-2021-2995 SUSE-OpenStack-Cloud-9-2021-2996 |
SUSE OpenStack Cloud Crowbar 8 |
| Patchnames: SUSE-OpenStack-Cloud-Crowbar-8-2021-2825 SUSE-OpenStack-Cloud-Crowbar-8-2021-3144 |
SUSE OpenStack Cloud Crowbar 9 |
| Patchnames: SUSE-OpenStack-Cloud-Crowbar-9-2021-2826 SUSE-OpenStack-Cloud-Crowbar-9-2021-2833 SUSE-OpenStack-Cloud-Crowbar-9-2021-2995 SUSE-OpenStack-Cloud-Crowbar-9-2021-2996 |
openSUSE Leap 15.2 |
| Patchnames: openSUSE-2021-1188 openSUSE-2021-1189 openSUSE-2021-1248 openSUSE-2021-1261 |
openSUSE Leap 15.3 |
| Patchnames: openSUSE-SLE-15.3-2021-2827 openSUSE-SLE-15.3-2021-2830 openSUSE-SLE-15.3-2021-2966 openSUSE-SLE-15.3-2021-2994 |
openSUSE Leap 15.4 |
| Patchnames: openSUSE Leap 15.4 GA libopenssl1_1-1.1.1l-150400.5.14 |
openSUSE Tumbleweed |
| Patchnames: openSUSE-Tumbleweed-2024-11126 openSUSE-Tumbleweed-2024-11127 openSUSE-Tumbleweed-2024-12303 |
Status of this issue by product and package
Please note that this evaluation state might be work in progress, incomplete or outdated. Also information for service packs in the LTSS phase is only included for issues meeting the LTSS criteria. If in doubt, feel free to contact us for clarification. The updates are grouped by state of their lifecycle. SUSE product lifecycles are documented on the lifecycle page.
Product(s) | Source package | State |
---|---|---|
Products under general support and receiving all security fixes. | ||
SUSE Linux Enterprise High Performance Computing 12 | compat-openssl098 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | openssl-1_0_0 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP7 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Micro 5.1 | openssl | Already fixed |
SUSE Linux Enterprise Micro 5.1 | openssl-1_1 | Released |
SUSE Linux Enterprise Micro 5.2 | openssl | Already fixed |
SUSE Linux Enterprise Micro 5.2 | openssl-1_1 | Released |
SUSE Linux Enterprise Micro 5.3 | openssl | Already fixed |
SUSE Linux Enterprise Micro 5.3 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Micro 5.4 | openssl | Already fixed |
SUSE Linux Enterprise Micro 5.4 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Micro 5.5 | openssl | Already fixed |
SUSE Linux Enterprise Module for Legacy 15 SP6 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Module for Legacy 15 SP7 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP6 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP7 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP7 | openssl-1_0_0 | Released |
openSUSE Leap 15.6 | openssl-1_0_0 | Affected |
Products under Long Term Service Pack support and receiving important and critical security fixes. | ||
SLES15-EC2-CHOST-HVM-BYOS | openssl | Already fixed |
SLES15-EC2-CHOST-HVM-BYOS | openssl-1_1 | Released |
SLES15-SP1-CHOST-BYOS-Azure | openssl | Already fixed |
SLES15-SP1-CHOST-BYOS-Azure | openssl-1_1 | Released |
SLES15-SP1-CHOST-BYOS-EC2 | openssl | Already fixed |
SLES15-SP1-CHOST-BYOS-EC2 | openssl-1_1 | Released |
SLES15-SP1-CHOST-BYOS-GCE | openssl | Already fixed |
SLES15-SP1-CHOST-BYOS-GCE | openssl-1_1 | Released |
SLES15-SP2-CHOST-BYOS-Aliyun | openssl | Already fixed |
SLES15-SP2-CHOST-BYOS-Aliyun | openssl-1_1 | Released |
SLES15-SP2-CHOST-BYOS-Azure | openssl | Already fixed |
SLES15-SP2-CHOST-BYOS-Azure | openssl-1_1 | Released |
SLES15-SP2-CHOST-BYOS-EC2 | openssl | Already fixed |
SLES15-SP2-CHOST-BYOS-EC2 | openssl-1_1 | Released |
SLES15-SP2-CHOST-BYOS-GCE | openssl | Already fixed |
SLES15-SP2-CHOST-BYOS-GCE | openssl-1_1 | Released |
SLES15-SP3-CHOST-BYOS-Aliyun | openssl-1_1 | Released |
SLES15-SP3-CHOST-BYOS-Azure | openssl | Already fixed |
SLES15-SP3-CHOST-BYOS-Azure | openssl-1_1 | Released |
SLES15-SP3-CHOST-BYOS-EC2 | openssl | Already fixed |
SLES15-SP3-CHOST-BYOS-EC2 | openssl-1_1 | Released |
SLES15-SP3-CHOST-BYOS-GCE | openssl | Already fixed |
SLES15-SP3-CHOST-BYOS-GCE | openssl-1_1 | Released |
SLES15-SP3-CHOST-BYOS-SAP-CCloud | openssl | Already fixed |
SLES15-SP3-CHOST-BYOS-SAP-CCloud | openssl-1_1 | Released |
SLES15-SP4-CHOST-BYOS | openssl | Already fixed |
SLES15-SP4-CHOST-BYOS | openssl-1_1 | Already fixed |
SLES15-SP4-CHOST-BYOS-Aliyun | openssl-1_1 | Already fixed |
SLES15-SP4-CHOST-BYOS-Azure | openssl | Already fixed |
SLES15-SP4-CHOST-BYOS-Azure | openssl-1_1 | Already fixed |
SLES15-SP4-CHOST-BYOS-EC2 | openssl | Already fixed |
SLES15-SP4-CHOST-BYOS-EC2 | openssl-1_1 | Already fixed |
SLES15-SP4-CHOST-BYOS-GCE | openssl | Already fixed |
SLES15-SP4-CHOST-BYOS-GCE | openssl-1_1 | Already fixed |
SLES15-SP4-CHOST-BYOS-SAP-CCloud | openssl | Already fixed |
SLES15-SP4-CHOST-BYOS-SAP-CCloud | openssl-1_1 | Already fixed |
SUSE Linux Enterprise High Performance Computing 12 SP5 | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 12 SP5 | openssl-1_0_0 | Released |
SUSE Linux Enterprise High Performance Computing 12 SP5 | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3 | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP3 | openssl-1_0_0 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3 | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | openssl-1_0_0 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | openssl-1_1 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | openssl-1_0_0 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP4 | openssl-1_0_0 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | openssl-1_0_0 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | openssl-1_1 | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP5 | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP5 | openssl-1_0_0 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | openssl | Already fixed |
SUSE Linux Enterprise Module for Basesystem 15 SP3 | openssl | Already fixed |
SUSE Linux Enterprise Module for Basesystem 15 SP3 | openssl-1_1 | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP4 | openssl | Already fixed |
SUSE Linux Enterprise Module for Basesystem 15 SP4 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Module for Basesystem 15 SP5 | openssl | Already fixed |
SUSE Linux Enterprise Module for Certifications 15 SP3 | openssl-1_1 | Released |
SUSE Linux Enterprise Module for Certifications 15 SP5 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Module for Legacy 15 SP3 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Module for Legacy 15 SP4 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Module for Legacy 15 SP5 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | openssl | Affected |
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | openssl1 | Affected |
SUSE Linux Enterprise Server 12 SP5 | compat-openssl098 | Released |
SUSE Linux Enterprise Server 12 SP5 | openssl | Already fixed |
SUSE Linux Enterprise Server 12 SP5 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 12 SP5 | openssl-1_1 | Released |
SUSE Linux Enterprise Server 12 SP5-LTSS | openssl | Already fixed |
SUSE Linux Enterprise Server 12 SP5-LTSS | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 12 SP5-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise Server 15 SP3 | openssl | Already fixed |
SUSE Linux Enterprise Server 15 SP3 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP3 | openssl-1_1 | Released |
SUSE Linux Enterprise Server 15 SP3-LTSS | openssl | Already fixed |
SUSE Linux Enterprise Server 15 SP3-LTSS | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP3-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise Server 15 SP4 | openssl | Already fixed |
SUSE Linux Enterprise Server 15 SP4 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP4 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Server 15 SP4-LTSS | openssl | Already fixed |
SUSE Linux Enterprise Server 15 SP4-LTSS | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Server 15 SP5 | openssl | Already fixed |
SUSE Linux Enterprise Server 15 SP5 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP5-LTSS | openssl | Already fixed |
SUSE Linux Enterprise Server 15 SP5-LTSS | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15-ESPOS | openssl | Already fixed |
SUSE Linux Enterprise Server 15-ESPOS | openssl-1_1 | Released |
SUSE Linux Enterprise Server Business Critical Linux 15 SP1 | openssl | Already fixed |
SUSE Linux Enterprise Server Business Critical Linux 15 SP1 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server Business Critical Linux 15 SP1 | openssl-1_1 | Released |
SUSE Linux Enterprise Server Business Critical Linux 15 SP2 | openssl | Already fixed |
SUSE Linux Enterprise Server Business Critical Linux 15 SP2 | openssl-1_1 | Released |
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | openssl | Already fixed |
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | openssl-1_1 | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | compat-openssl098 | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | openssl | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | openssl-1_1 | Released |
SUSE Manager Proxy 4.3 | openssl | Already fixed |
SUSE Manager Proxy 4.3 | openssl-1_0_0 | Released |
SUSE Manager Proxy 4.3 | openssl-1_1 | Already fixed |
SUSE Manager Proxy LTS 4.3 | openssl | Already fixed |
SUSE Manager Proxy LTS 4.3 | openssl-1_1 | Already fixed |
SUSE Manager Retail Branch Server 4.3 | openssl | Already fixed |
SUSE Manager Retail Branch Server 4.3 | openssl-1_0_0 | Released |
SUSE Manager Retail Branch Server 4.3 | openssl-1_1 | Already fixed |
SUSE Manager Retail Branch Server LTS 4.3 | openssl | Already fixed |
SUSE Manager Retail Branch Server LTS 4.3 | openssl-1_1 | Already fixed |
SUSE Manager Server 4.3 | openssl | Already fixed |
SUSE Manager Server 4.3 | openssl-1_0_0 | Released |
SUSE Manager Server 4.3 | openssl-1_1 | Already fixed |
SUSE Manager Server LTS 4.3 | openssl | Already fixed |
SUSE Manager Server LTS 4.3 | openssl-1_1 | Already fixed |
Products past their end of life and not receiving proactive updates anymore. | ||
HPE Helion OpenStack 8 | openssl | Released |
SUSE CaaS Platform 3.0 | openssl | Affected |
SUSE CaaS Platform 4.0 | openssl | Already fixed |
SUSE CaaS Platform 4.0 | openssl-1_0_0 | Released |
SUSE CaaS Platform 4.0 | openssl-1_1 | Released |
SUSE CaaS Platform 4.5 | openssl | Unsupported |
SUSE CaaS Platform 4.5 | openssl-1_0_0 | Released |
SUSE CaaS Platform 4.5 | openssl-1_1 | Released |
SUSE Enterprise Storage 6 | openssl | Already fixed |
SUSE Enterprise Storage 6 | openssl-1_0_0 | Released |
SUSE Enterprise Storage 6 | openssl-1_1 | Released |
SUSE Enterprise Storage 7 | openssl | Already fixed |
SUSE Enterprise Storage 7 | openssl-1_0_0 | Released |
SUSE Enterprise Storage 7 | openssl-1_1 | Released |
SUSE Enterprise Storage 7.1 | openssl | Already fixed |
SUSE Enterprise Storage 7.1 | openssl-1_0_0 | Released |
SUSE Enterprise Storage 7.1 | openssl-1_1 | Released |
SUSE Linux Enterprise Desktop 11 SP2 | openssl | Affected |
SUSE Linux Enterprise Desktop 11 SP3 | openssl | Affected |
SUSE Linux Enterprise Desktop 11 SP4 | openssl | Affected |
SUSE Linux Enterprise Desktop 12 | compat-openssl098 | Affected |
SUSE Linux Enterprise Desktop 12 SP1 | compat-openssl098 | Affected |
SUSE Linux Enterprise Desktop 12 SP2 | compat-openssl098 | Affected |
SUSE Linux Enterprise Desktop 12 SP2 | openssl | Affected |
SUSE Linux Enterprise Desktop 12 SP3 | compat-openssl098 | Affected |
SUSE Linux Enterprise Desktop 12 SP3 | openssl | Affected |
SUSE Linux Enterprise Desktop 12 SP4 | compat-openssl098 | Affected |
SUSE Linux Enterprise Desktop 12 SP4 | openssl | Already fixed |
SUSE Linux Enterprise Desktop 12 SP4 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Desktop 12 SP4 | openssl-1_1 | Affected |
SUSE Linux Enterprise Desktop 15 | openssl | Already fixed |
SUSE Linux Enterprise Desktop 15 | openssl-1_1 | Affected |
SUSE Linux Enterprise Desktop 15 SP1 | openssl | Already fixed |
SUSE Linux Enterprise Desktop 15 SP1 | openssl-1_1 | Affected |
SUSE Linux Enterprise Desktop 15 SP2 | openssl | Unsupported |
SUSE Linux Enterprise Desktop 15 SP2 | openssl-1_1 | Released |
SUSE Linux Enterprise Desktop 15 SP3 | openssl | Already fixed |
SUSE Linux Enterprise Desktop 15 SP3 | openssl-1_1 | Released |
SUSE Linux Enterprise Desktop 15 SP4 | openssl | Already fixed |
SUSE Linux Enterprise Desktop 15 SP4 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Desktop 15 SP5 | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise High Performance Computing 15 | openssl-1_1 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP1 | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP1 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP1 | openssl-1_1 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP2 | openssl | Unsupported |
SUSE Linux Enterprise High Performance Computing 15 SP2 | openssl-1_0_0 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP2 | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | openssl-1_0_0 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | openssl-1_1 | Already fixed |
SUSE Linux Enterprise High Performance Computing 15-ESPOS | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15-ESPOS | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15-LTSS | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise Micro 5.0 | openssl | Unsupported |
SUSE Linux Enterprise Micro 5.0 | openssl-1_1 | Released |
SUSE Linux Enterprise Module for Basesystem 15 | openssl | Already fixed |
SUSE Linux Enterprise Module for Basesystem 15 | openssl-1_1 | Affected |
SUSE Linux Enterprise Module for Basesystem 15 SP1 | openssl | Already fixed |
SUSE Linux Enterprise Module for Basesystem 15 SP1 | openssl-1_1 | Affected |
SUSE Linux Enterprise Module for Basesystem 15 SP2 | openssl | Unsupported |
SUSE Linux Enterprise Module for Basesystem 15 SP2 | openssl-1_1 | Released |
SUSE Linux Enterprise Module for Legacy 12 | compat-openssl098 | Released |
SUSE Linux Enterprise Module for Legacy 15 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Module for Legacy 15 SP1 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Module for Legacy 15 SP2 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Point of Sale 11 SP3 | openssl | Released |
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT | openssl | Affected |
SUSE Linux Enterprise Point of Service 11 SP3 | openssl | Released |
SUSE Linux Enterprise Real Time 15 SP2 | openssl | Unsupported |
SUSE Linux Enterprise Real Time 15 SP2 | openssl-1_1 | Released |
SUSE Linux Enterprise Real Time 15 SP3 | openssl | Already fixed |
SUSE Linux Enterprise Real Time 15 SP3 | openssl-1_1 | Affected |
SUSE Linux Enterprise Real Time 15 SP4 | openssl | Already fixed |
SUSE Linux Enterprise Real Time 15 SP4 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Server 11 SP1 | openssl | Released |
SUSE Linux Enterprise Server 11 SP1 | openssl1 | Released |
SUSE Linux Enterprise Server 11 SP1-LTSS | openssl | Released |
SUSE Linux Enterprise Server 11 SP2 | openssl | Affected |
SUSE Linux Enterprise Server 11 SP2-LTSS | openssl | Affected |
SUSE Linux Enterprise Server 11 SP3 | openssl | Released |
SUSE Linux Enterprise Server 11 SP3 | openssl1 | Released |
SUSE Linux Enterprise Server 11 SP3-LTSS | openssl | Released |
SUSE Linux Enterprise Server 11 SP4 | openssl | Affected |
SUSE Linux Enterprise Server 11 SP4 LTSS | openssl | Released |
SUSE Linux Enterprise Server 11 SP4-LTSS | openssl | Released |
SUSE Linux Enterprise Server 11-SECURITY | openssl1 | Released |
SUSE Linux Enterprise Server 12 | compat-openssl098 | Released |
SUSE Linux Enterprise Server 12 SP2 | openssl | Affected |
SUSE Linux Enterprise Server 12 SP2-BCL | openssl | Released |
SUSE Linux Enterprise Server 12 SP2-ESPOS | openssl | Affected |
SUSE Linux Enterprise Server 12 SP2-LTSS | openssl | Affected |
SUSE Linux Enterprise Server 12 SP3 | compat-openssl098 | Released |
SUSE Linux Enterprise Server 12 SP3 | openssl | Affected |
SUSE Linux Enterprise Server 12 SP3-BCL | openssl | Released |
SUSE Linux Enterprise Server 12 SP3-ESPOS | openssl | Released |
SUSE Linux Enterprise Server 12 SP3-LTSS | openssl | Released |
SUSE Linux Enterprise Server 12 SP4 | compat-openssl098 | Released |
SUSE Linux Enterprise Server 12 SP4 | openssl | Already fixed |
SUSE Linux Enterprise Server 12 SP4 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Server 12 SP4 | openssl-1_1 | Affected |
SUSE Linux Enterprise Server 12 SP4-ESPOS | openssl | Already fixed |
SUSE Linux Enterprise Server 12 SP4-ESPOS | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 12 SP4-ESPOS | openssl-1_1 | Released |
SUSE Linux Enterprise Server 12 SP4-LTSS | openssl | Already fixed |
SUSE Linux Enterprise Server 12 SP4-LTSS | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 12 SP4-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise Server 15 | openssl | Already fixed |
SUSE Linux Enterprise Server 15 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Server 15 | openssl-1_1 | Affected |
SUSE Linux Enterprise Server 15 SP1 | openssl | Already fixed |
SUSE Linux Enterprise Server 15 SP1 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Server 15 SP1 | openssl-1_1 | Affected |
SUSE Linux Enterprise Server 15 SP1-BCL | openssl | Already fixed |
SUSE Linux Enterprise Server 15 SP1-BCL | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP1-BCL | openssl-1_1 | Released |
SUSE Linux Enterprise Server 15 SP1-LTSS | openssl | Already fixed |
SUSE Linux Enterprise Server 15 SP1-LTSS | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP1-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise Server 15 SP2 | openssl | Unsupported |
SUSE Linux Enterprise Server 15 SP2 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP2 | openssl-1_1 | Released |
SUSE Linux Enterprise Server 15 SP2-BCL | openssl | Already fixed |
SUSE Linux Enterprise Server 15 SP2-BCL | openssl-1_1 | Affected |
SUSE Linux Enterprise Server 15 SP2-LTSS | openssl | Already fixed |
SUSE Linux Enterprise Server 15 SP2-LTSS | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP2-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise Server 15 SP3-BCL | openssl | Already fixed |
SUSE Linux Enterprise Server 15 SP3-BCL | openssl-1_1 | Affected |
SUSE Linux Enterprise Server 15-LTSS | openssl | Already fixed |
SUSE Linux Enterprise Server 15-LTSS | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 | openssl | Affected |
SUSE Linux Enterprise Server for SAP Applications 11 SP2 | openssl | Affected |
SUSE Linux Enterprise Server for SAP Applications 11 SP3 | openssl | Affected |
SUSE Linux Enterprise Server for SAP Applications 11 SP4 | openssl | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 | compat-openssl098 | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 | compat-openssl098 | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 | compat-openssl098 | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 | openssl | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 | compat-openssl098 | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 | openssl | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 | compat-openssl098 | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 | openssl | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 | openssl-1_1 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 | openssl | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 15 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 | openssl-1_1 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP1 | openssl | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 15 SP1 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP1 | openssl-1_1 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 | openssl | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 | openssl-1_1 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | openssl | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | openssl-1_1 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | openssl | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | openssl | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Software Development Kit 11 SP2 | openssl | Affected |
SUSE Linux Enterprise Software Development Kit 11 SP3 | openssl | Affected |
SUSE Linux Enterprise Software Development Kit 11 SP4 | openssl | Affected |
SUSE Linux Enterprise Software Development Kit 12 SP2 | openssl | Affected |
SUSE Linux Enterprise Software Development Kit 12 SP3 | openssl | Affected |
SUSE Linux Enterprise Software Development Kit 12 SP4 | openssl | Already fixed |
SUSE Linux Enterprise Software Development Kit 12 SP4 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Software Development Kit 12 SP4 | openssl-1_1 | Affected |
SUSE Linux Enterprise Software Development Kit 12 SP5 | openssl | Already fixed |
SUSE Linux Enterprise Software Development Kit 12 SP5 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Software Development Kit 12 SP5 | openssl-1_1 | Released |
SUSE Manager Proxy 4.0 | openssl | Unsupported |
SUSE Manager Proxy 4.0 | openssl-1_0_0 | Released |
SUSE Manager Proxy 4.0 | openssl-1_1 | Released |
SUSE Manager Proxy 4.1 | openssl | Already fixed |
SUSE Manager Proxy 4.1 | openssl-1_0_0 | Released |
SUSE Manager Proxy 4.1 | openssl-1_1 | Released |
SUSE Manager Proxy 4.2 | openssl | Already fixed |
SUSE Manager Proxy 4.2 | openssl-1_0_0 | Released |
SUSE Manager Proxy 4.2 | openssl-1_1 | Released |
SUSE Manager Retail Branch Server 4.0 | openssl | Unsupported |
SUSE Manager Retail Branch Server 4.0 | openssl-1_0_0 | Released |
SUSE Manager Retail Branch Server 4.0 | openssl-1_1 | Released |
SUSE Manager Retail Branch Server 4.1 | openssl | Already fixed |
SUSE Manager Retail Branch Server 4.1 | openssl-1_0_0 | Released |
SUSE Manager Retail Branch Server 4.1 | openssl-1_1 | Released |
SUSE Manager Retail Branch Server 4.2 | openssl | Already fixed |
SUSE Manager Retail Branch Server 4.2 | openssl-1_0_0 | Released |
SUSE Manager Retail Branch Server 4.2 | openssl-1_1 | Released |
SUSE Manager Server 4.0 | openssl | Unsupported |
SUSE Manager Server 4.0 | openssl-1_0_0 | Released |
SUSE Manager Server 4.0 | openssl-1_1 | Released |
SUSE Manager Server 4.1 | openssl | Already fixed |
SUSE Manager Server 4.1 | openssl-1_0_0 | Released |
SUSE Manager Server 4.1 | openssl-1_1 | Released |
SUSE Manager Server 4.2 | openssl | Already fixed |
SUSE Manager Server 4.2 | openssl-1_0_0 | Released |
SUSE Manager Server 4.2 | openssl-1_1 | Released |
SUSE OpenStack Cloud 7 | openssl | Affected |
SUSE OpenStack Cloud 8 | openssl | Released |
SUSE OpenStack Cloud 9 | openssl | Already fixed |
SUSE OpenStack Cloud 9 | openssl-1_0_0 | Released |
SUSE OpenStack Cloud 9 | openssl-1_1 | Released |
SUSE OpenStack Cloud Crowbar 8 | openssl | Released |
SUSE OpenStack Cloud Crowbar 9 | openssl | Already fixed |
SUSE OpenStack Cloud Crowbar 9 | openssl-1_0_0 | Released |
SUSE OpenStack Cloud Crowbar 9 | openssl-1_1 | Released |
SUSE Studio Onsite 1.3 | openssl | Affected |
Security Module for SUSE Linux Enterprise 11 | openssl1 | Released |
openSUSE Leap 15.3 | openssl | Already fixed |
openSUSE Leap 15.3 | openssl-1_0_0 | Affected |
openSUSE Leap 15.3 | openssl-1_1 | Affected |
openSUSE Leap 15.4 | openssl | Already fixed |
openSUSE Leap 15.4 | openssl-1_0_0 | Affected |
openSUSE Leap 15.4 | openssl-1_1 | Already fixed |
openSUSE Leap 15.5 | openssl | Already fixed |
openSUSE Leap 15.5 | openssl-1_0_0 | Affected |
openSUSE Leap Micro 5.2 | openssl | Already fixed |
openSUSE Leap Micro 5.2 | openssl-1_1 | Affected |
openSUSE Leap Micro 5.3 | openssl | Already fixed |
openSUSE Leap Micro 5.3 | openssl-1_1 | Already fixed |
openSUSE Leap Micro 5.4 | openssl | Already fixed |
openSUSE Leap Micro 5.4 | openssl-1_1 | Already fixed |
openSUSE Leap Micro 5.5 | openssl | Already fixed |
SUSE Timeline for this CVE
CVE page created: Tue Aug 17 16:30:34 2021CVE page last modified: Sun Sep 28 14:31:28 2025