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: Pending
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 |
---|---|---|
Container bci/bci-init:15.3 Container bci/golang:1.16 Container bci/golang:1.17 Container bci/golang:latest Container bci/node:12 Container bci/node:14 Container bci/nodejs:16-2.1 Container bci/openjdk-devel:11 Container bci/openjdk:latest Container bci/python:3 Container bci/ruby:latest Container ses/7.1/ceph/grafana:7.5.12.2.2.13 Container ses/7.1/ceph/haproxy:2.0.14.2.2.10 Container ses/7.1/ceph/keepalived:2.0.19.2.2.10 Container ses/7.1/ceph/prometheus-alertmanager:0.21.0.3.2.10 Container ses/7.1/ceph/prometheus-node-exporter:1.1.2.3.2.10 Container ses/7.1/ceph/prometheus-server:2.32.1.3.2.10 Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.3 Container ses/7.1/cephcsi/cephcsi:3.5.1.0.3.2.10 Container ses/7.1/cephcsi/csi-attacher:v4.1.0 Container ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0 Container ses/7.1/cephcsi/csi-provisioner:v3.4.0 Container ses/7.1/cephcsi/csi-resizer:v1.7.0 Container ses/7.1/cephcsi/csi-snapshotter:v6.2.1 Container ses/7.1/rook/ceph:1.8.6.0.3.2.5 Container ses/7/ceph/grafana:7.5.7.3.559 Container ses/7/ceph/prometheus-alertmanager:latest Container ses/7/ceph/prometheus-node-exporter:latest Container ses/7/ceph/prometheus-server:latest Container ses/7/cephcsi/cephcsi:3.3.1.0.3.670 Container ses/7/cephcsi/csi-attacher:v3.3.0-rev1-build3.443 Container ses/7/cephcsi/csi-livenessprobe:v1.1.0-rev1-build3.517 Container ses/7/cephcsi/csi-node-driver-registrar:v2.3.0-rev1-build3.426 Container ses/7/cephcsi/csi-provisioner:v3.0.0-rev1-build3.415 Container ses/7/cephcsi/csi-resizer:v1.3.0-rev1-build3.412 Container ses/7/cephcsi/csi-snapshotter:v4.2.0-rev1-build3.409 Container ses/7/prometheus-webhook-snmp:1.4.1.315 Container ses/7/rook/ceph:1.7.7.0.1.1903 Container suse/ltss/sle15.3/bci-base:latest Container suse/sle-micro/5.1/toolbox:11.1-2.2.254 Container suse/sle-micro/5.2/toolbox:11.1-6.2.1 Container suse/sle15:15.2.9.5.21 Container suse/sle15:15.3.17.8.1 Container trento/trento-runner:0.9.1-rev1.1.0-build3.2.22 |
| |
Container bci/dotnet-aspnet:3.1.23-15.7 Container bci/dotnet-aspnet:5.0.15-15.17 Container bci/dotnet-aspnet:6.0.3-12.6 Container bci/dotnet-runtime:3.1.23-23.6 Container bci/dotnet-runtime:5.0.15-22.17 Container bci/dotnet-runtime:6.0.3-12.6 Container bci/dotnet-sdk:3.1.23-21.6 Container bci/dotnet-sdk:5.0.15-23.17 Container bci/dotnet-sdk:6.0.3-11.6 Container suse/pcp:5.2.2-5.24 Container suse/rmt-mariadb-client:10.5-6.7 Container suse/rmt-mariadb:10.5-5.7 Container suse/rmt-nginx:1.19-5.8 Container suse/rmt-server:latest Container trento/trento-db:14.1-rev1.0.0-build2.2.43 Container trento/trento-wanda:1.0.0-build1.5.2 Container trento/trento-web:0.9.1-rev1.0.1-build3.2.11 |
| |
Container caasp/v4/389-ds:1.4.2 Container caasp/v4/busybox:1.34.1 Container caasp/v4/caasp-dex:2.16.0 Container caasp/v4/cert-exporter:2.3.0 Container caasp/v4/cilium-etcd-operator:2.0.5 Container caasp/v4/cilium-init:1.5.3 Container caasp/v4/cloud-provider-openstack:1.15.0 Container caasp/v4/configmap-reload:0.3.0 Container caasp/v4/coredns:1.6.7 Container caasp/v4/curl:7.60.0 Container caasp/v4/etcd:3.4.13 Container caasp/v4/gangway:3.1.0 Container caasp/v4/grafana:7.5.12 Container caasp/v4/hyperkube:v1.17.17 Container caasp/v4/kube-state-metrics:1.9.3 Container caasp/v4/kubernetes-client:1.17.17 Container caasp/v4/kucero:1.3.0 Container caasp/v4/kured:1.3.0 Container caasp/v4/metrics-server:0.3.6 Container caasp/v4/prometheus-alertmanager:0.16.2 Container caasp/v4/prometheus-node-exporter:1.1.2 Container caasp/v4/prometheus-pushgateway:0.6.0 Container caasp/v4/prometheus-server:2.7.1 Container caasp/v4/rsyslog:8.39.0 Container caasp/v4/skuba-tooling:0.1.0 Container caasp/v4/test-update:beta Container caasp/v4/velero-plugin-for-aws:1.0.1 Container caasp/v4/velero-plugin-for-gcp:1.0.1 Container caasp/v4/velero-plugin-for-microsoft-azure:1.0.1 Container caasp/v4/velero-restic-restore-helper:1.3.1 Container caasp/v4/velero:1.3.1 |
| |
Container caasp/v4/cilium-operator:1.6.6 Container caasp/v4/cilium:1.6.6 Container caasp/v4/helm-tiller:2.16.12 Container caasp/v4/k8s-sidecar:0.1.75 Container ses/6/cephcsi/cephcsi:1.2.0.0.1.5.494 Container ses/6/rook/ceph:1.1.1.0.1.5.486 Container suse/sle15:15.1.6.2.508 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 |
| |
Container suse/ltss/sle12.5/sles12sp5:8.5.7 Container suse/sles12sp4:26.348 Image SLES12-SP4-Azure-BYOS Image SLES12-SP4-EC2-HVM-BYOS Image SLES12-SP4-GCE-BYOS Image SLES12-SP5-OCI-BYOS-BYOS |
| |
Container suse/sle-micro-rancher/5.2:latest 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 |
| |
Container suse/sle15:15.0.4.22.453 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 |
| |
Container suse/sles12sp3:24.304 |
| |
Container suse/sles12sp5:6.5.235 |
| |
HPE Helion OpenStack 8 |
| Patchnames: HPE-Helion-OpenStack-8-2021-2825 HPE-Helion-OpenStack-8-2021-3144 |
Image SLES12-SP4-SAP-Azure Image SLES12-SP4-SAP-Azure-BYOS Image SLES12-SP4-SAP-Azure-LI-BYOS-Production Image SLES12-SP4-SAP-Azure-VLI-BYOS-Production Image SLES12-SP4-SAP-EC2-HVM Image SLES12-SP4-SAP-EC2-HVM-BYOS Image SLES12-SP4-SAP-GCE Image SLES12-SP4-SAP-GCE-BYOS Image SLES12-SP5-OCI-BYOS-SAP-BYOS |
| |
Image SLES12-SP5-Azure-BYOS Image SLES12-SP5-Azure-Basic-On-Demand Image SLES12-SP5-Azure-HPC-BYOS Image SLES12-SP5-Azure-HPC-On-Demand Image SLES12-SP5-Azure-Standard-On-Demand Image SLES12-SP5-EC2-BYOS Image SLES12-SP5-EC2-ECS-On-Demand Image SLES12-SP5-EC2-On-Demand Image SLES12-SP5-GCE-BYOS Image SLES12-SP5-GCE-On-Demand |
| |
Image SLES12-SP5-Azure-SAP-BYOS Image SLES12-SP5-Azure-SAP-On-Demand Image SLES12-SP5-EC2-SAP-BYOS Image SLES12-SP5-EC2-SAP-On-Demand Image SLES12-SP5-GCE-SAP-BYOS Image SLES12-SP5-GCE-SAP-On-Demand |
| |
Image SLES12-SP5-SAP-Azure-LI-BYOS-Production Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production |
| |
Image SLES15-SAP-Azure-LI-BYOS-Production Image SLES15-SAP-Azure-VLI-BYOS-Production |
| |
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-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-SP5-SAP-Azure-LI-BYOS Image SLES15-SP5-SAP-Azure-LI-BYOS-Production Image SLES15-SP5-SAP-Azure-VLI-BYOS Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production Image SLES15-SP6-SAP-Azure-LI-BYOS Image SLES15-SP6-SAP-Azure-LI-BYOS-Production Image SLES15-SP6-SAP-Azure-VLI-BYOS Image SLES15-SP6-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 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-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 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 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 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 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 |
First public cloud image revisions this CVE is fixed in:
- alibaba/sles-15-sp2-chost-byos-v20210913
- alibaba/sles-15-sp2-chost-byos-v20211025
- alibaba/sles-15-sp3-chost-byos-v20210827
- alibaba/sles-15-sp3-chost-byos-v20210927
- amazon/suse-manager-4-1-proxy-byos-v20210906-hvm-ssd-x86_64
- amazon/suse-manager-4-1-proxy-byos-v20211207-hvm-ssd-x86_64
- amazon/suse-manager-4-1-server-byos-v20210905-hvm-ssd-x86_64
- amazon/suse-manager-4-1-server-byos-v20211206-hvm-ssd-x86_64
- amazon/suse-manager-4-2-proxy-byos-v20210924-hvm-ssd-x86_64
- amazon/suse-manager-4-2-server-byos-v20210924-hvm-ssd-x86_64
- amazon/suse-sles-12-sp3-byos-v20220128-hvm-ssd-x86_64
- amazon/suse-sles-12-sp4-byos-v20220128-hvm-ssd-x86_64
- amazon/suse-sles-12-sp5-byos-v20210905-hvm-ssd-x86_64
- amazon/suse-sles-12-sp5-byos-v20211206-hvm-ssd-x86_64
- amazon/suse-sles-12-sp5-v20210907-ecs-hvm-ssd-x86_64
- amazon/suse-sles-12-sp5-v20210907-hvm-ssd-x86_64
- amazon/suse-sles-12-sp5-v20211208-ecs-hvm-ssd-x86_64
- amazon/suse-sles-12-sp5-v20211208-hvm-ssd-x86_64
- amazon/suse-sles-15-byos-v20220128-hvm-ssd-arm64
- amazon/suse-sles-15-byos-v20220128-hvm-ssd-x86_64
- amazon/suse-sles-15-chost-byos-v20220201-hvm-ssd-x86_64
- amazon/suse-sles-15-sp1-byos-v20220128-hvm-ssd-arm64
- amazon/suse-sles-15-sp1-byos-v20220128-hvm-ssd-x86_64
- amazon/suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64
- amazon/suse-sles-15-sp1-sapcal-v20220128-hvm-ssd-x86_64
- amazon/suse-sles-15-sp2-byos-v20220128-hvm-ssd-x86_64
- amazon/suse-sles-15-sp2-chost-byos-v20210913-hvm-ssd-x86_64
- amazon/suse-sles-15-sp2-chost-byos-v20211025-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-byos-v20210924-hvm-ssd-arm64
- amazon/suse-sles-15-sp3-byos-v20210924-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-chost-byos-v20210827-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-chost-byos-v20210927-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-chost-byos-v20211004-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-v20210924-ecs-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-v20210924-hvm-ssd-arm64
- amazon/suse-sles-15-sp3-v20210924-hvm-ssd-x86_64
- amazon/suse-sles-hpc-15-sp1-byos-v20220131-hvm-ssd-x86_64
- amazon/suse-sles-hpc-15-sp2-byos-v20220131-hvm-ssd-x86_64
- amazon/suse-sles-hpc-15-sp3-byos-v20210924-hvm-ssd-x86_64
- amazon/suse-sles-sap-12-sp3-byos-v20220128-hvm-ssd-x86_64
- amazon/suse-sles-sap-12-sp3-v20220304-hvm-ssd-x86_64
- amazon/suse-sles-sap-12-sp4-byos-v20220201-hvm-ssd-x86_64
- amazon/suse-sles-sap-12-sp4-v20220304-hvm-ssd-x86_64
- amazon/suse-sles-sap-12-sp5-byos-v20210906-hvm-ssd-x86_64
- amazon/suse-sles-sap-12-sp5-byos-v20211207-hvm-ssd-x86_64
- amazon/suse-sles-sap-12-sp5-v20220305-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-byos-v20220131-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp1-byos-v20220131-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp1-v20220304-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp2-byos-v20220131-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp2-v20220304-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp3-byos-v20210924-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-v20220304-hvm-ssd-x86_64
- google/sles-12-sp3-byos-v20220126
- google/sles-12-sp3-sap-byos-v20220126
- google/sles-12-sp3-sap-v20220126
- google/sles-12-sp4-byos-v20220126
- google/sles-12-sp4-sap-byos-v20220126
- google/sles-12-sp4-sap-v20220126
- google/sles-12-sp5-byos-v20210903
- google/sles-12-sp5-byos-v20211204
- google/sles-12-sp5-sap-byos-v20210903
- google/sles-12-sp5-sap-byos-v20211204
- google/sles-12-sp5-sap-v20210903
- google/sles-12-sp5-sap-v20211204
- google/sles-12-sp5-v20210903
- google/sles-12-sp5-v20211204
- google/sles-15-byos-v20220126
- google/sles-15-sap-byos-v20220126
- google/sles-15-sap-v20220126
- google/sles-15-sp1-byos-v20220126
- google/sles-15-sp1-chost-byos-v20220127
- google/sles-15-sp1-sap-byos-v20220126
- google/sles-15-sp1-sap-v20220126
- google/sles-15-sp1-sapcal-v20220126
- google/sles-15-sp2-byos-v20220126
- google/sles-15-sp2-chost-byos-v20210913
- google/sles-15-sp2-sap-byos-v20220126
- google/sles-15-sp2-sap-v20220126
- google/sles-15-sp3-byos-v20211113
- google/sles-15-sp3-chost-byos-v20210827
- google/sles-15-sp3-chost-byos-v20210927
- google/sles-15-sp3-chost-byos-v20211004
- google/sles-15-sp3-sap-byos-v20211113
- google/sles-15-sp3-sap-v20211113
- google/sles-15-sp3-sapcal-v20220119
- google/sles-15-sp3-v20211113
- google/suse-manager-4-1-proxy-byos-v20210906
- google/suse-manager-4-1-proxy-byos-v20211207
- google/suse-manager-4-1-server-byos-v20210906
- google/suse-manager-4-1-server-byos-v20211207
- google/suse-manager-4-2-proxy-byos-v20211117
- google/suse-manager-4-2-server-byos-v20211113
- microsoft/suse-manager-4-1-proxy-byos-v20210908
- microsoft/suse-manager-4-1-server-byos-v20210908
- microsoft/suse-manager-4-2-proxy-byos-v20210924
- microsoft/suse-manager-4-2-server-byos-v20210924
- microsoft/suse-sles-12-sp3-byos-v20220128
- microsoft/suse-sles-12-sp4-byos-v20220128
- microsoft/suse-sles-12-sp5-basic-v20210913
- microsoft/suse-sles-12-sp5-byos-v20210908
- microsoft/suse-sles-12-sp5-byos-v20211209
- microsoft/suse-sles-12-sp5-hpc-byos-v20210913
- microsoft/suse-sles-12-sp5-hpc-v20210913
- microsoft/suse-sles-12-sp5-v20210913
- microsoft/suse-sles-15-byos-v20220127
- microsoft/suse-sles-15-sp1-byos-v20220128
- microsoft/suse-sles-15-sp1-chost-byos-v20220127
- microsoft/suse-sles-15-sp1-hpc-byos-v20220128
- microsoft/suse-sles-15-sp1-sapcal-v20220128
- microsoft/suse-sles-15-sp2-byos-v20220128
- microsoft/suse-sles-15-sp2-chost-byos-v20210913
- microsoft/suse-sles-15-sp2-chost-byos-v20211025
- microsoft/suse-sles-15-sp2-hpc-byos-v20220128
- microsoft/suse-sles-15-sp3-basic-v20210924
- microsoft/suse-sles-15-sp3-byos-v20210924
- microsoft/suse-sles-15-sp3-chost-byos-v20210827
- microsoft/suse-sles-15-sp3-chost-byos-v20210927
- microsoft/suse-sles-15-sp3-chost-byos-v20211004
- microsoft/suse-sles-15-sp3-hpc-byos-v20210924
- microsoft/suse-sles-15-sp3-hpc-v20210924
- microsoft/suse-sles-15-sp3-sapcal-v20220120
- microsoft/suse-sles-15-sp3-v20210924
- microsoft/suse-sles-sap-12-sp3-byos-v20220128
- microsoft/suse-sles-sap-12-sp3-v20220127
- microsoft/suse-sles-sap-12-sp4-byos-v20220128
- microsoft/suse-sles-sap-12-sp4-v20220127
- microsoft/suse-sles-sap-12-sp5-byos-v20210908
- microsoft/suse-sles-sap-12-sp5-byos-v20211209
- microsoft/suse-sles-sap-12-sp5-v20210913
- microsoft/suse-sles-sap-15-byos-v20220128
- microsoft/suse-sles-sap-15-sp1-byos-v20220128
- microsoft/suse-sles-sap-15-sp1-v20220127
- microsoft/suse-sles-sap-15-sp2-byos-v20220128
- microsoft/suse-sles-sap-15-sp2-v20220127
- microsoft/suse-sles-sap-15-sp3-byos-v20210924
- microsoft/suse-sles-sap-15-sp3-v20210924
- microsoft/suse-sles-sap-15-v20220127
- oracle/sles-12-sp5-byos-v20210913
- oracle/sles-12-sp5-sap-byos-v20210913
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. | ||
SLES15-SP5-CHOST-BYOS-Azure | openssl | Already fixed |
SLES15-SP5-CHOST-BYOS-EC2 | openssl | Already fixed |
SLES15-SP5-CHOST-BYOS-GCE | openssl | Already fixed |
SLES15-SP5-CHOST-BYOS-SAP-CCloud | openssl | Already fixed |
SUSE Linux Enterprise Desktop 15 SP5 | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 12 | compat-openssl098 | Released |
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 SP6 | 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 Basesystem 15 SP5 | openssl | Already fixed |
SUSE Linux Enterprise Module for Certifications 15 SP5 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Module for Legacy 15 SP5 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Module for Legacy 15 SP6 | openssl-1_0_0 | Released |
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 SP6 | openssl-1_0_0 | Released |
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 Server for SAP Applications 15 SP6 | openssl-1_0_0 | 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 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 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 |
openSUSE Leap 15.5 | openssl | Already fixed |
openSUSE Leap 15.5 | openssl-1_0_0 | Affected |
openSUSE Leap 15.6 | openssl-1_0_0 | Affected |
openSUSE Leap Micro 5.5 | openssl | Already fixed |
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-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 Desktop 15 SP4 | openssl | Already fixed |
SUSE Linux Enterprise Desktop 15 SP4 | 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 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 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 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | openssl-1_1 | Affected |
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-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 SP4-LTSS | openssl | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | openssl-1_0_0 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | openssl-1_1 | Already fixed |
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 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 Certifications 15 SP3 | openssl-1_1 | Released |
SUSE Linux Enterprise Module for Legacy 15 SP2 | openssl-1_0_0 | Released |
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 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 | Affected |
SUSE Linux Enterprise Server 12 SP5-LTSS | openssl-1_1 | Affected |
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-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 | 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 | Affected |
SUSE Linux Enterprise Server 15 SP3-LTSS | openssl-1_1 | Affected |
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 | Affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | openssl-1_1 | Already fixed |
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 | Affected |
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | openssl-1_1 | Affected |
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 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 |
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 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-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 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 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 | Affected |
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 | Affected |
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-BCL | openssl | Already fixed |
SUSE Linux Enterprise Server 15 SP2-BCL | openssl-1_1 | Affected |
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 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 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 |
Products at an unknown state of their lifecycle. | ||
SLES15-SP5-CHOST-BYOS-GDC | openssl | Already fixed |
Container Status | ||
suse/ltss/sle12.5/sles12sp5 suse/sles12sp4 suse/sles12sp5 | openssl-1_0_0 | Released |
bci/openjdk bci/openjdk-devel bci/openjdk-devel:11 bci/openjdk:11 bci/python bci/python:3 rancher/elemental-operator rancher/seedimage-builder rancher/seedimage-builder/5.3 suse/389-ds suse/ltss/sle15.4/bci-base suse/manager/4.3/proxy-salt-broker suse/manager/4.3/proxy-tftpd suse/registry suse/sle-micro-rancher/5.3 suse/sle-micro-rancher/5.4 suse/sle-micro/5.3/toolbox suse/sle-micro/5.4/toolbox suse/sle15:15.4 | openssl-1_1 | Already fixed |
bci/bci-init:15.3 bci/golang bci/golang:1.16 bci/golang:1.17 bci/node:12 bci/node:14 bci/nodejs bci/ruby ses/6/cephcsi/cephcsi ses/6/rook/ceph ses/7.1/ceph/grafana ses/7.1/ceph/haproxy ses/7.1/ceph/keepalived ses/7.1/ceph/prometheus-alertmanager ses/7.1/ceph/prometheus-node-exporter ses/7.1/ceph/prometheus-server ses/7.1/ceph/prometheus-snmp_notifier ses/7.1/cephcsi/cephcsi ses/7.1/cephcsi/csi-attacher:v4.1.0 ses/7.1/cephcsi/csi-node-driver-registrar:v2.7.0 ses/7.1/cephcsi/csi-provisioner:v3.4.0 ses/7.1/cephcsi/csi-resizer:v1.7.0 ses/7.1/cephcsi/csi-snapshotter:v6.2.1 ses/7.1/rook/ceph ses/7/ceph/grafana ses/7/ceph/prometheus-alertmanager ses/7/ceph/prometheus-node-exporter ses/7/ceph/prometheus-server ses/7/cephcsi/cephcsi ses/7/cephcsi/csi-attacher:v3.3.0 ses/7/cephcsi/csi-livenessprobe:v1.1.0 ses/7/cephcsi/csi-node-driver-registrar:v2.3.0 ses/7/cephcsi/csi-provisioner:v3.0.0 ses/7/cephcsi/csi-resizer:v1.3.0 ses/7/cephcsi/csi-snapshotter:v4.2.0 ses/7/prometheus-webhook-snmp ses/7/rook/ceph suse/ltss/sle15.3/bci-base suse/sle-micro-rancher/5.2 suse/sle-micro/5.1/toolbox suse/sle-micro/5.2/toolbox suse/sle15:15.0 suse/sle15:15.1 suse/sle15:15.2 suse/sle15:15.3 trento/trento-runner | openssl-1_1 | Released |
ses/7/ceph/ceph ses/7/cephcsi/csi-attacher:v2.1.0 ses/7/cephcsi/csi-node-driver-registrar:v1.2.0 ses/7/cephcsi/csi-provisioner:v1.6.0 ses/7/cephcsi/csi-resizer:v0.4.0 ses/7/cephcsi/csi-snapshotter:v2.1.1 suse/sle-micro/5.0/toolbox | openssl-1_1 | In progress |
bci/bci-sle15-kernel-module-devel:15.5 bci/golang bci/golang:1.20-openssl ses/6/cephcsi/cephcsi ses/6/rook/ceph ses/7/ceph/ceph ses/7/ceph/grafana ses/7/ceph/prometheus-alertmanager ses/7/ceph/prometheus-node-exporter ses/7/ceph/prometheus-server ses/7/cephcsi/cephcsi ses/7/cephcsi/csi-attacher:v2.1.0 ses/7/cephcsi/csi-attacher:v3.3.0 ses/7/cephcsi/csi-livenessprobe:v1.1.0 ses/7/cephcsi/csi-node-driver-registrar:v1.2.0 ses/7/cephcsi/csi-node-driver-registrar:v2.3.0 ses/7/cephcsi/csi-provisioner:v1.6.0 ses/7/cephcsi/csi-provisioner:v3.0.0 ses/7/cephcsi/csi-resizer:v0.4.0 ses/7/cephcsi/csi-resizer:v1.3.0 ses/7/cephcsi/csi-snapshotter:v2.1.1 ses/7/cephcsi/csi-snapshotter:v4.2.0 ses/7/prometheus-webhook-snmp ses/7/rook/ceph suse/389-ds suse/hpc/warewulf4-x86_64/sle-hpc-node suse/ltss/sle12.5/sles12sp5 suse/sle-micro-rancher/5.2 suse/sle-micro-rancher/5.3 suse/sle-micro-rancher/5.4 suse/sle-micro/5.0/toolbox suse/sle-micro/5.5 suse/sle15:15.0 suse/sle15:15.1 suse/sle15:15.2 suse/sles12sp4 suse/sles12sp5 | openssl | Already fixed |
suse/sles12sp3 | openssl | Released |
Harvester v1.2.1 | ||
rancher/shell:v0.1.8 | libcrypto1.1 libssl1.1 | Affected |
SUSE Timeline for this CVE
CVE page created: Tue Aug 17 16:30:34 2021CVE page last modified: Mon Nov 18 14:00:34 2024