Upstream information
Description
Issue summary: Processing some specially crafted ASN.1 object identifiers ordata containing them may be very slow.
Impact summary: Applications that use OBJ_obj2txt() directly, or use any of
the OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message
size limit may experience notable to very long delays when processing those
messages, which may lead to a Denial of Service.
An OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers -
most of which have no size limit. OBJ_obj2txt() may be used to translate
an ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL
type ASN1_OBJECT) to its canonical numeric text form, which are the
sub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by
periods.
When one of the sub-identifiers in the OBJECT IDENTIFIER is very large
(these are sizes that are seen as absurdly large, taking up tens or hundreds
of KiBs), the translation to a decimal number in text may take a very long
time. The time complexity is O(n^2) with 'n' being the size of the
sub-identifiers in bytes (*).
With OpenSSL 3.0, support to fetch cryptographic algorithms using names /
identifiers in string form was introduced. This includes using OBJECT
IDENTIFIERs in canonical numeric text form as identifiers for fetching
algorithms.
Such OBJECT IDENTIFIERs may be received through the ASN.1 structure
AlgorithmIdentifier, which is commonly used in multiple protocols to specify
what cryptographic algorithm should be used to sign or verify, encrypt or
decrypt, or digest passed data.
Applications that call OBJ_obj2txt() directly with untrusted data are
affected, with any version of OpenSSL. If the use is for the mere purpose
of display, the severity is considered low.
In OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME,
CMS, CMP/CRMF or TS. It also impacts anything that processes X.509
certificates, including simple things like verifying its signature.
The impact on TLS is relatively low, because all versions of OpenSSL have a
100KiB limit on the peer's certificate chain. Additionally, this only
impacts clients, or servers that have explicitly enabled client
authentication.
In OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects,
such as X.509 certificates. This is assumed to not happen in such a way
that it would cause a Denial of Service, so these versions are considered
not affected by this issue in such a way that it would be cause for concern,
and the severity is therefore considered low.
Upstream Security Advisories:
SUSE information
Overall state of this security issue: Resolved
This issue is currently rated as having moderate severity.
National Vulnerability Database | SUSE | |
---|---|---|
Base Score | 6.5 | 6.5 |
Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H |
Attack Vector | Network | Network |
Attack Complexity | Low | Low |
Privileges Required | None | None |
User Interaction | Required | Required |
Scope | Unchanged | Unchanged |
Confidentiality Impact | None | None |
Integrity Impact | None | None |
Availability Impact | High | High |
CVSSv3 Version | 3.1 | 3.1 |
SUSE Security Advisories:
- SUSE-CU-2023:1664-1, published Wed May 31 07:07:36 UTC 2023
- SUSE-CU-2023:1665-1, published Wed May 31 07:10:34 UTC 2023
- SUSE-CU-2023:1693-1, published Thu Jun 1 07:07:12 UTC 2023
- SUSE-CU-2023:1729-1, published Fri Jun 2 07:10:08 UTC 2023
- SUSE-CU-2023:1730-1, published Fri Jun 2 07:10:56 UTC 2023
- SUSE-CU-2023:1731-1, published Fri Jun 2 07:11:10 UTC 2023
- SUSE-CU-2023:1732-1, published Fri Jun 2 07:12:06 UTC 2023
- SUSE-CU-2023:1733-1, published Fri Jun 2 07:12:53 UTC 2023
- SUSE-CU-2023:1734-1, published Fri Jun 2 07:13:10 UTC 2023
- SUSE-CU-2023:1735-1, published Fri Jun 2 07:13:55 UTC 2023
- SUSE-CU-2023:1753-1, published Sat Jun 3 07:06:37 UTC 2023
- SUSE-CU-2023:1754-1, published Sat Jun 3 07:07:33 UTC 2023
- SUSE-CU-2023:1755-1, published Sat Jun 3 07:08:32 UTC 2023
- SUSE-CU-2023:1756-1, published Sat Jun 3 07:08:49 UTC 2023
- SUSE-CU-2023:1757-1, published Sat Jun 3 07:09:05 UTC 2023
- SUSE-CU-2023:1758-1, published Sat Jun 3 07:10:15 UTC 2023
- SUSE-CU-2023:1759-1, published Sat Jun 3 07:10:38 UTC 2023
- SUSE-CU-2023:1760-1, published Sat Jun 3 07:11:37 UTC 2023
- SUSE-CU-2023:1761-1, published Sat Jun 3 07:11:53 UTC 2023
- SUSE-CU-2023:1762-1, published Sat Jun 3 07:12:49 UTC 2023
- SUSE-CU-2023:1763-1, published Sat Jun 3 07:13:17 UTC 2023
- SUSE-CU-2023:1764-1, published Sat Jun 3 07:14:29 UTC 2023
- SUSE-CU-2023:1765-1, published Sat Jun 3 07:14:40 UTC 2023
- SUSE-CU-2023:1766-1, published Sat Jun 3 07:14:52 UTC 2023
- SUSE-CU-2023:1767-1, published Sat Jun 3 07:15:06 UTC 2023
- SUSE-CU-2023:1768-1, published Sat Jun 3 07:15:55 UTC 2023
- SUSE-CU-2023:1769-1, published Sat Jun 3 07:15:58 UTC 2023
- SUSE-CU-2023:1770-1, published Sat Jun 3 07:16:54 UTC 2023
- SUSE-CU-2023:1771-1, published Sat Jun 3 07:17:48 UTC 2023
- SUSE-CU-2023:1772-1, published Sat Jun 3 07:17:55 UTC 2023
- SUSE-CU-2023:1773-1, published Sat Jun 3 07:18:01 UTC 2023
- SUSE-CU-2023:1774-1, published Sun Jun 4 07:03:11 UTC 2023
- SUSE-CU-2023:1775-1, published Sun Jun 4 07:03:34 UTC 2023
- SUSE-CU-2023:1777-1, published Sun Jun 4 07:05:11 UTC 2023
- SUSE-CU-2023:1779-1, published Sun Jun 4 07:06:54 UTC 2023
- SUSE-CU-2023:1784-1, published Tue Jun 6 07:11:16 UTC 2023
- SUSE-CU-2023:1785-1, published Tue Jun 6 07:12:01 UTC 2023
- SUSE-CU-2023:1787-1, published Tue Jun 6 07:13:29 UTC 2023
- SUSE-CU-2023:1788-1, published Tue Jun 6 07:13:33 UTC 2023
- SUSE-CU-2023:1835-1, published Tue Jun 13 07:02:40 UTC 2023
- SUSE-CU-2023:1836-1, published Tue Jun 13 07:02:50 UTC 2023
- SUSE-CU-2023:1837-1, published Tue Jun 13 07:02:59 UTC 2023
- SUSE-CU-2023:1838-1, published Tue Jun 13 07:03:08 UTC 2023
- SUSE-CU-2023:1839-1, published Tue Jun 13 07:03:17 UTC 2023
- SUSE-CU-2023:1840-1, published Tue Jun 13 07:03:25 UTC 2023
- SUSE-CU-2023:1841-1, published Tue Jun 13 07:03:32 UTC 2023
- SUSE-CU-2023:1842-1, published Tue Jun 13 07:03:41 UTC 2023
- SUSE-CU-2023:1843-1, published Tue Jun 13 07:03:49 UTC 2023
- SUSE-CU-2023:1844-1, published Tue Jun 13 07:03:57 UTC 2023
- SUSE-CU-2023:1845-1, published Tue Jun 13 07:04:04 UTC 2023
- SUSE-CU-2023:1846-1, published Tue Jun 13 07:04:12 UTC 2023
- SUSE-CU-2023:1847-1, published Tue Jun 13 07:04:21 UTC 2023
- SUSE-CU-2023:1848-1, published Tue Jun 13 07:04:29 UTC 2023
- SUSE-CU-2023:1849-1, published Tue Jun 13 07:04:40 UTC 2023
- SUSE-CU-2023:2047-1, published Wed Jun 21 15:35:50 UTC 2023
- SUSE-CU-2023:2048-1, published Wed Jun 21 15:35:59 UTC 2023
- SUSE-CU-2023:2049-1, published Wed Jun 21 15:36:11 UTC 2023
- SUSE-CU-2023:2050-1, published Wed Jun 21 15:36:19 UTC 2023
- SUSE-CU-2023:2051-1, published Wed Jun 21 15:36:27 UTC 2023
- SUSE-CU-2023:2114-1, published Sun Jun 25 07:22:05 UTC 2023
- SUSE-CU-2023:2115-1, published Sun Jun 25 07:22:09 UTC 2023
- SUSE-CU-2023:2116-1, published Sun Jun 25 07:22:12 UTC 2023
- SUSE-CU-2023:2117-1, published Sun Jun 25 07:22:16 UTC 2023
- SUSE-CU-2023:2118-1, published Sun Jun 25 07:22:20 UTC 2023
- SUSE-CU-2023:2119-1, published Sun Jun 25 07:22:24 UTC 2023
- SUSE-CU-2023:2120-1, published Sun Jun 25 07:22:27 UTC 2023
- SUSE-CU-2023:2121-1, published Sun Jun 25 07:22:30 UTC 2023
- SUSE-CU-2023:2122-1, published Sun Jun 25 07:22:34 UTC 2023
- SUSE-CU-2023:2125-1, published Sun Jun 25 07:22:43 UTC 2023
- SUSE-CU-2023:2126-1, published Mon Jun 26 07:03:06 UTC 2023
- SUSE-CU-2023:2127-1, published Mon Jun 26 07:03:09 UTC 2023
- SUSE-CU-2023:2128-1, published Mon Jun 26 07:03:12 UTC 2023
- SUSE-CU-2023:2129-1, published Mon Jun 26 07:03:16 UTC 2023
- SUSE-CU-2023:2130-1, published Mon Jun 26 07:03:19 UTC 2023
- SUSE-CU-2023:2131-1, published Mon Jun 26 07:03:22 UTC 2023
- SUSE-CU-2023:2132-1, published Mon Jun 26 07:03:25 UTC 2023
- SUSE-CU-2023:2133-1, published Mon Jun 26 07:03:28 UTC 2023
- SUSE-CU-2023:2134-1, published Mon Jun 26 07:03:31 UTC 2023
- SUSE-CU-2023:2135-1, published Mon Jun 26 07:03:33 UTC 2023
- SUSE-CU-2023:2137-1, published Mon Jun 26 07:03:36 UTC 2023
- SUSE-CU-2023:2138-1, published Mon Jun 26 07:03:38 UTC 2023
- SUSE-CU-2023:2139-1, published Mon Jun 26 07:03:40 UTC 2023
- SUSE-CU-2023:2273-1, published Fri Jul 14 07:09:17 UTC 2023
- SUSE-CU-2023:2274-1, published Fri Jul 14 07:09:22 UTC 2023
- SUSE-CU-2023:2277-1, published Fri Jul 14 07:09:33 UTC 2023
- SUSE-CU-2023:2278-1, published Fri Jul 14 07:09:39 UTC 2023
- SUSE-CU-2023:2279-1, published Fri Jul 14 07:09:46 UTC 2023
- SUSE-CU-2023:2281-1, published Fri Jul 14 07:09:59 UTC 2023
- SUSE-CU-2023:2286-1, published Fri Jul 14 07:10:16 UTC 2023
- SUSE-CU-2023:2287-1, published Fri Jul 14 07:10:21 UTC 2023
- SUSE-CU-2023:2288-1, published Fri Jul 14 07:10:24 UTC 2023
- SUSE-CU-2023:2343-1, published Thu Jul 20 07:02:30 UTC 2023
- SUSE-CU-2023:2344-1, published Thu Jul 20 07:02:34 UTC 2023
- SUSE-CU-2023:2346-1, published Thu Jul 20 07:02:39 UTC 2023
- SUSE-CU-2023:2347-1, published Thu Jul 20 07:02:42 UTC 2023
- SUSE-CU-2023:2348-1, published Thu Jul 20 07:02:44 UTC 2023
- SUSE-CU-2023:3915-1, published Wed Nov 29 15:11:47 UTC 2023
- SUSE-CU-2023:3916-1, published Wed Nov 29 15:11:57 UTC 2023
- SUSE-IU-2023:337-1, published Mon Jun 12 07:02:00 UTC 2023
- SUSE-IU-2023:338-1, published Mon Jun 12 07:02:17 UTC 2023
- SUSE-IU-2023:347-1, published Thu Jun 15 07:01:51 UTC 2023
- SUSE-IU-2023:348-1, published Thu Jun 15 07:02:05 UTC 2023
- SUSE-IU-2023:349-1, published Thu Jun 15 07:02:18 UTC 2023
- SUSE-IU-2023:465-1, published Mon Jul 3 07:01:46 UTC 2023
- SUSE-IU-2023:478-1, published Sat Jul 8 07:02:08 UTC 2023
- SUSE-IU-2023:480-1, published Sat Jul 8 07:02:11 UTC 2023
- SUSE-IU-2023:489-1, published Thu Jul 20 07:01:42 UTC 2023
- SUSE-IU-2023:505-1, published Fri Jul 21 07:01:41 UTC 2023
- SUSE-IU-2023:506-1, published Fri Jul 21 07:01:43 UTC 2023
- SUSE-SU-2023:2327-1, published Tue May 30 16:30:12 UTC 2023
- SUSE-SU-2023:2328-1, published Tue May 30 16:30:10 UTC 2023
- SUSE-SU-2023:2329-1, published Tue May 30 16:30:08 UTC 2023
- SUSE-SU-2023:2330-1, published Tue May 30 16:30:06 UTC 2023
- SUSE-SU-2023:2331-1, published Tue May 30 16:30:05 UTC 2023
- SUSE-SU-2023:2332-1, published Tue May 30 16:30:03 UTC 2023
- SUSE-SU-2023:2342-1, published Thu Jun 1 12:30:10 UTC 2023
- SUSE-SU-2023:2343-1, published Thu Jun 1 12:30:08 UTC 2023
- SUSE-SU-2023:2469-1, published Thu Jun 8 08:30:12 UTC 2023
- SUSE-SU-2023:2470-1, published Thu Jun 8 08:30:09 UTC 2023
- SUSE-SU-2023:2471-1, published Thu Jun 8 08:30:07 UTC 2023
- SUSE-SU-2023:2620-1, published Fri Jun 23 12:30:17 UTC 2023
- SUSE-SU-2023:29171-1, published Fri Jun 23 12:30:12 UTC 2023
List of released packages
Product(s) | Fixed package version(s) | References |
---|---|---|
Container bci/bci-base-fips:15.5.4.1 Container bci/bci-init:15.5 Container bci/golang:1.21 Container bci/nodejs:16-9.1 Container bci/nodejs:18-8.1 Container bci/nodejs:20-2.7 Container bci/php-apache:latest Container bci/php-fpm:latest Container bci/php:latest Container bci/ruby:2-10.1 Container bci/rust:1.70-1.6.2 Container bci/rust:1.77 Container suse/nginx:latest Container suse/pcp:5.2.5-11.11 Container suse/postgres:14.8-11.1 Container suse/postgres:15 Container suse/postgres:16.1-2.3 Container suse/rmt-mariadb-client:10.6-12.1 Container suse/rmt-mariadb:10.6-14.4 Container suse/rmt-server:2.14-9.50 |
| |
Container bci/bci-init:15.4 Container bci/dotnet-aspnet:6.0.18-8.7 Container bci/dotnet-aspnet:8.0.1-3.1 Container bci/dotnet-runtime:6.0.18-7.7 Container bci/dotnet-runtime:8.0.1-3.5 Container bci/dotnet-sdk:6.0.18-7.7 Container bci/dotnet-sdk:8.0.1-3.1 Container bci/golang:oldstable-2.7.1 Container bci/php-apache:8-4.8 Container bci/php-fpm:8-4.7 Container bci/php:8-4.7 Container bci/rust:1.68-3.17 Container rancher/elemental-builder-image/5.3:latest Container rancher/elemental-operator/5.3:latest Container rancher/elemental-teal-iso/5.3:latest Container suse/manager/4.3/proxy-httpd:4.3.6.9.31.1 Container suse/manager/4.3/proxy-squid:4.3.6.9.30.1 Container suse/manager/4.3/proxy-ssh:4.3.6.9.21.1 Container suse/pcp:5 |
| |
Container bci/bci-sle15-kernel-module-devel:15.5 Container bci/openjdk-devel:11-8.6 Container bci/openjdk-devel:17 Container bci/openjdk:11-7.7 Container bci/openjdk:17 Container bci/python:3.11-8.9 Container bci/python:3.6-10.8 Container suse/389-ds:2.2-14.1 Container suse/sle-micro/5.5/toolbox:12.1-2.2.1 Container suse/sle-micro/base-5.5:2.0.2-4.2.16 Container suse/sle15:15.5.36.5.7 |
| |
Container bci/golang:1.20-openssl Container bci/golang:stable-openssl-5.5 |
| |
Container bci/openjdk-devel:17-10.6 Container bci/openjdk:17-8.6 Container rancher/elemental-operator:1.5.1-1.5.1 Container rancher/seedimage-builder/5.3:latest Container rancher/seedimage-builder:1.5.1-1.5.1 Container suse/ltss/sle15.4/bci-base:latest Container suse/manager/4.3/proxy-salt-broker:4.3.6.9.21.1 Container suse/manager/4.3/proxy-tftpd:4.3.6.9.21.1 Container suse/sle-micro/5.3/toolbox:12.1-5.2.143 Container suse/sle-micro/5.4/toolbox:12.1-4.2.39 Container suse/sle15:15.4.27.14.66 |
| |
Container caasp/v4/cilium-operator:1.6.6 Container caasp/v4/cilium:1.6.6 Container suse/sle15:15.1.6.2.773 |
| |
Container rancher/elemental-teal-iso/5.4:latest Container rancher/elemental-teal-rt/5.3:latest Container rancher/elemental-teal-rt/5.4:latest Container rancher/elemental-teal/5.3:latest Container rancher/elemental-teal/5.4:latest |
| |
Container ses/7.1/ceph/grafana:8.5.22.3.4.77 Container ses/7.1/ceph/haproxy:2.0.31.3.5.422 Container ses/7.1/ceph/keepalived:2.0.19.3.5.405 Container ses/7.1/ceph/prometheus-alertmanager:0.23.0.3.2.452 Container ses/7.1/ceph/prometheus-node-exporter:1.5.0.3.2.442 Container ses/7.1/ceph/prometheus-server:2.32.1.3.2.435 Container ses/7.1/ceph/prometheus-snmp_notifier:1.2.1.2.2.423 Container ses/7.1/cephcsi/cephcsi:3.8.0.1.0.4.5.49 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.10.1.16.4.5.420 Container suse/ltss/sle15.3/bci-base:latest Container suse/sle-micro/5.1/toolbox:12.1-2.2.401 Container suse/sle-micro/5.2/toolbox:12.1-6.2.223 Container suse/sle15:15.2.9.5.302 Container suse/sle15:15.3.17.20.143 |
| |
Container suse/git:2.35-3.7 Container suse/sle-micro/kvm-5.5:2.0.2-2.2.20 Container suse/sle-micro/rt-5.5:2.0.2-3.2.23 |
| |
Container suse/helm:3.11-2.7 Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest Container suse/registry:2.8-13.5 Container suse/sle-micro/5.5:2.0.2-4.2.20 Image SLES15-SP5-Azure-Basic Image SLES15-SP5-Azure-Standard Image SLES15-SP5-BYOS-Azure Image SLES15-SP5-BYOS-EC2 Image SLES15-SP5-BYOS-GCE Image SLES15-SP5-CHOST-BYOS-Aliyun Image SLES15-SP5-CHOST-BYOS-Azure Image SLES15-SP5-CHOST-BYOS-EC2 Image SLES15-SP5-CHOST-BYOS-GCE Image SLES15-SP5-CHOST-BYOS-GDC Image SLES15-SP5-CHOST-BYOS-SAP-CCloud Image SLES15-SP5-EC2 Image SLES15-SP5-GCE Image SLES15-SP5-HPC-Azure Image SLES15-SP5-HPC-BYOS-Azure Image SLES15-SP5-HPC-BYOS-EC2 Image SLES15-SP5-HPC-BYOS-GCE Image SLES15-SP5-Hardened-BYOS-Azure Image SLES15-SP5-Hardened-BYOS-EC2 Image SLES15-SP5-Hardened-BYOS-GCE Image SLES15-SP5-Manager-Proxy-5-0-BYOS Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2 Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE Image SLES15-SP5-Manager-Server-5-0-BYOS Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2 Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE Image SLES15-SP5-Micro-5-5 Image SLES15-SP5-Micro-5-5-Azure Image SLES15-SP5-Micro-5-5-BYOS Image SLES15-SP5-Micro-5-5-BYOS-Azure Image SLES15-SP5-Micro-5-5-BYOS-EC2 Image SLES15-SP5-Micro-5-5-BYOS-GCE Image SLES15-SP5-Micro-5-5-EC2 Image SLES15-SP5-Micro-5-5-GCE Image SLES15-SP5-SAP-BYOS-Azure Image SLES15-SP5-SAP-BYOS-EC2 Image SLES15-SP5-SAP-BYOS-GCE Image SLES15-SP5-SAP-Hardened-Azure Image SLES15-SP5-SAP-Hardened-BYOS-Azure Image SLES15-SP5-SAP-Hardened-BYOS-EC2 Image SLES15-SP5-SAP-Hardened-BYOS-GCE Image SLES15-SP5-SAP-Hardened-GCE |
| |
Container suse/ltss/sle12.5/sles12sp5:8.5.7 Container suse/sles12sp4:26.607 |
| |
Container suse/sle-micro-rancher/5.2:latest Image SLES15-SP2-BYOS-Azure Image SLES15-SP2-HPC-BYOS-Azure 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-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-SAP-BYOS-Azure Image SLES15-SP3-SAP-BYOS-EC2-HVM Image SLES15-SP3-SAP-BYOS-GCE |
| |
Container suse/sle-micro-rancher/5.3:latest Container suse/sle-micro-rancher/5.4:latest Image SLES15-SP4 Image SLES15-SP4-BYOS Image SLES15-SP4-BYOS-Azure Image SLES15-SP4-BYOS-EC2 Image SLES15-SP4-BYOS-GCE Image SLES15-SP4-CHOST-BYOS Image SLES15-SP4-CHOST-BYOS-Aliyun Image SLES15-SP4-CHOST-BYOS-Azure Image SLES15-SP4-CHOST-BYOS-EC2 Image SLES15-SP4-CHOST-BYOS-GCE Image SLES15-SP4-CHOST-BYOS-SAP-CCloud Image SLES15-SP4-GCE Image SLES15-SP4-HPC-BYOS Image SLES15-SP4-HPC-BYOS-Azure Image SLES15-SP4-HPC-BYOS-EC2 Image SLES15-SP4-HPC-BYOS-GCE Image SLES15-SP4-HPC-EC2 Image SLES15-SP4-HPC-GCE Image SLES15-SP4-Hardened-BYOS Image SLES15-SP4-Hardened-BYOS-Azure Image SLES15-SP4-Hardened-BYOS-EC2 Image SLES15-SP4-Hardened-BYOS-GCE Image SLES15-SP4-Manager-Proxy-4-3-BYOS Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2 Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE Image SLES15-SP4-Manager-Server-4-3 Image SLES15-SP4-Manager-Server-4-3-Azure-llc Image SLES15-SP4-Manager-Server-4-3-Azure-ltd Image SLES15-SP4-Manager-Server-4-3-BYOS Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2 Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE Image SLES15-SP4-Manager-Server-4-3-EC2-llc Image SLES15-SP4-Manager-Server-4-3-EC2-ltd Image SLES15-SP4-Micro-5-3 Image SLES15-SP4-Micro-5-3-BYOS Image SLES15-SP4-Micro-5-3-BYOS-Azure Image SLES15-SP4-Micro-5-3-BYOS-EC2 Image SLES15-SP4-Micro-5-3-BYOS-GCE Image SLES15-SP4-Micro-5-3-EC2 Image SLES15-SP4-Micro-5-4 Image SLES15-SP4-Micro-5-4-BYOS Image SLES15-SP4-Micro-5-4-BYOS-Azure Image SLES15-SP4-Micro-5-4-BYOS-EC2 Image SLES15-SP4-Micro-5-4-BYOS-GCE Image SLES15-SP4-Micro-5-4-EC2 Image SLES15-SP4-Micro-5-4-GCE Image SLES15-SP4-SAP-BYOS Image SLES15-SP4-SAP-BYOS-Azure Image SLES15-SP4-SAP-BYOS-EC2 Image SLES15-SP4-SAP-BYOS-GCE Image SLES15-SP4-SAP-Hardened Image SLES15-SP4-SAP-Hardened-Azure Image SLES15-SP4-SAP-Hardened-BYOS Image SLES15-SP4-SAP-Hardened-BYOS-Azure Image SLES15-SP4-SAP-Hardened-BYOS-EC2 Image SLES15-SP4-SAP-Hardened-BYOS-GCE Image SLES15-SP4-SAP-Hardened-GCE Image SLES15-SP4-SUSE-Rancher-Setup-BYOS Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2 |
| |
Container suse/sles12sp5:6.5.474 |
| |
Container trento/trento-wanda:1.0.0-build1.5.2 Container trento/trento-web:2.0.0-build4.21.2 |
| |
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-SP1-SAP-Azure-LI-BYOS-Production Image SLES15-SP1-SAP-Azure-VLI-BYOS-Production |
| |
Image SLES15-SP2-SAP-Azure-LI-BYOS-Production Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production Image SLES15-SP3-SAP-Azure-LI-BYOS-Production Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production 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-SP4-SAP Image SLES15-SP4-SAP-Azure Image SLES15-SP4-SAP-EC2 Image SLES15-SP4-SAP-GCE Image SLES15-SP4-SAPCAL Image SLES15-SP4-SAPCAL-Azure Image SLES15-SP4-SAPCAL-EC2 Image SLES15-SP4-SAPCAL-GCE |
| |
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-SP5-SAPCAL-Azure Image SLES15-SP5-SAPCAL-EC2 Image SLES15-SP5-SAPCAL-GCE |
| |
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-2023-2327 SUSE-SUSE-CAASP-4.0-2023-2331 |
SUSE Enterprise Storage 7.1 |
| Patchnames: SUSE-Storage-7.1-2023-2331 SUSE-Storage-7.1-2023-2343 |
SUSE Enterprise Storage 7 |
| Patchnames: SUSE-Storage-7-2023-2331 SUSE-Storage-7-2023-2343 |
SUSE Liberty Linux 9 |
| Patchnames: RHSA-2023:3722 RHSA-2023:6330 |
SUSE Linux Enterprise Desktop 15 SP4 SUSE Linux Enterprise Module for Basesystem 15 SP4 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP4-2023-2342 SUSE-SLE-Module-Basesystem-15-SP4-2023-2470 |
SUSE Linux Enterprise Desktop 15 SP5 SUSE Linux Enterprise Module for Basesystem 15 SP5 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP5-2023-2620 SUSE-SLE-Module-Basesystem-15-SP5-2023-29171 |
SUSE Linux Enterprise Desktop 15 SP6 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP6 GA libopenssl-3-devel-3.1.4-150600.3.6 SUSE Linux Enterprise Module for Basesystem 15 SP6 GA libopenssl1_1-1.1.1w-150600.3.10 SUSE Linux Enterprise Module for Basesystem 15 SP6 GA libpython3_11-1_0-3.11.9-150600.1.5 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 Python 3 15 SP6 GA libpython3_12-1_0-3.12.3-150600.1.5 SUSE Linux Enterprise Module for Python 3 15 SP6 GA python311-3.11.9-150600.1.7 |
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 SUSE Linux Enterprise Server for SAP Applications 12 SP3 |
| Patchnames: SUSE-SLE-Module-Legacy-12-2023-2329 |
SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-2327 |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-2343 |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2331 SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2343 |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2331 SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2343 |
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-SLE-Module-Basesystem-15-SP4-2023-2342 SUSE-SLE-Module-Basesystem-15-SP4-2023-2470 SUSE-SLE-Module-Legacy-15-SP4-2023-2331 |
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-SLE-Module-Basesystem-15-SP5-2023-2620 SUSE-SLE-Module-Basesystem-15-SP5-2023-29171 SUSE-SLE-Module-Legacy-15-SP5-2023-2331 |
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 libopenssl-3-devel-3.1.4-150600.3.6 SUSE Linux Enterprise Module for Basesystem 15 SP6 GA libopenssl1_1-1.1.1w-150600.3.10 SUSE Linux Enterprise Module for Basesystem 15 SP6 GA libpython3_11-1_0-3.11.9-150600.1.5 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 openssl-1_0_0-1.0.2p-150000.3.91.1 SUSE Linux Enterprise Module for Python 3 15 SP6 GA libpython3_12-1_0-3.12.3-150600.1.5 SUSE Linux Enterprise Module for Python 3 15 SP6 GA python311-3.11.9-150600.1.7 |
SUSE Linux Enterprise Micro 5.1 |
| Patchnames: SUSE-SUSE-MicroOS-5.1-2023-2343 |
SUSE Linux Enterprise Micro 5.2 |
| Patchnames: SUSE-SUSE-MicroOS-5.2-2023-2343 |
SUSE Linux Enterprise Micro 5.3 |
| Patchnames: SUSE-SLE-Micro-5.3-2023-2342 |
SUSE Linux Enterprise Micro 5.4 |
| Patchnames: SUSE-SLE-Micro-5.4-2023-2342 |
SUSE Linux Enterprise Micro 6.0 |
| Patchnames: SUSE Linux Enterprise Micro 6.0 GA libopenssl-3-devel-3.1.4-5.6 SUSE Linux Enterprise Micro 6.0 GA libpython3_11-1_0-3.11.8-2.2 |
SUSE Linux Enterprise Module for Basesystem 15 SP6 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP6 GA libopenssl-3-devel-3.1.4-150600.3.6 SUSE Linux Enterprise Module for Basesystem 15 SP6 GA libopenssl1_1-1.1.1w-150600.3.10 SUSE Linux Enterprise Module for Basesystem 15 SP6 GA libpython3_11-1_0-3.11.9-150600.1.5 |
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 SP4 |
| Patchnames: SUSE-SLE-Module-Legacy-15-SP4-2023-2331 |
SUSE Linux Enterprise Module for Legacy 15 SP5 |
| Patchnames: SUSE-SLE-Module-Legacy-15-SP5-2023-2331 |
SUSE Linux Enterprise Module for Legacy 15 SP6 |
| Patchnames: 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 Python 3 15 SP6 |
| Patchnames: SUSE Linux Enterprise Module for Python 3 15 SP6 GA libpython3_12-1_0-3.12.3-150600.1.5 SUSE Linux Enterprise Module for Python 3 15 SP6 GA python311-3.11.9-150600.1.7 |
SUSE Linux Enterprise Real Time 15 SP3 |
| Patchnames: SUSE-SLE-Product-RT-15-SP3-2023-2343 |
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE |
| Patchnames: SUSE-SLE-SERVER-11-SP4-LTSS-EXTREME-CORE-2023-2469 SUSE-SLE-SERVER-11-SP4-LTSS-EXTREME-CORE-2023-2471 |
SUSE Linux Enterprise Server 12 SP2-BCL |
| Patchnames: SUSE-SLE-SERVER-12-SP2-BCL-2023-2332 |
SUSE Linux Enterprise Server 12 SP4-ESPOS |
| Patchnames: SUSE-SLE-SERVER-12-SP4-ESPOS-2023-2328 SUSE-SLE-SERVER-12-SP4-ESPOS-2023-2330 |
SUSE Linux Enterprise Server 12 SP4-LTSS |
| Patchnames: SUSE-SLE-SERVER-12-SP4-LTSS-2023-2328 SUSE-SLE-SERVER-12-SP4-LTSS-2023-2330 |
SUSE Linux Enterprise Server 12 SP5 |
| Patchnames: SUSE-SLE-Module-Legacy-12-2023-2329 SUSE-SLE-SDK-12-SP5-2023-2328 SUSE-SLE-SDK-12-SP5-2023-2330 SUSE-SLE-SERVER-12-SP5-2023-2328 SUSE-SLE-SERVER-12-SP5-2023-2330 |
SUSE Linux Enterprise Server 15 SP1-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-2327 SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-2331 |
SUSE Linux Enterprise Server 15 SP2-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-2331 SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-2343 |
SUSE Linux Enterprise Server 15 SP3-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2331 SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2343 |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 |
| Patchnames: SUSE-SLE-Module-Legacy-12-2023-2329 SUSE-SLE-SAP-12-SP4-2023-2328 SUSE-SLE-SAP-12-SP4-2023-2329 SUSE-SLE-SAP-12-SP4-2023-2330 |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 |
| Patchnames: SUSE-SLE-Module-Legacy-12-2023-2329 SUSE-SLE-SAP-12-SP5-2023-2329 SUSE-SLE-SDK-12-SP5-2023-2328 SUSE-SLE-SDK-12-SP5-2023-2330 SUSE-SLE-SERVER-12-SP5-2023-2328 SUSE-SLE-SERVER-12-SP5-2023-2330 |
SUSE Linux Enterprise Server for SAP Applications 15 SP1 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP1-2023-2327 SUSE-SLE-Product-SLES_SAP-15-SP1-2023-2331 |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP2-2023-2331 SUSE-SLE-Product-SLES_SAP-15-SP2-2023-2343 |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2331 SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2343 |
SUSE Linux Enterprise Software Development Kit 12 SP5 |
| Patchnames: SUSE-SLE-SDK-12-SP5-2023-2328 SUSE-SLE-SDK-12-SP5-2023-2330 |
SUSE Manager Proxy 4.2 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-2343 |
SUSE Manager Retail Branch Server 4.2 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.2-2023-2343 |
SUSE Manager Server 4.2 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-2343 |
SUSE OpenStack Cloud 9 |
| Patchnames: SUSE-OpenStack-Cloud-9-2023-2328 SUSE-OpenStack-Cloud-9-2023-2330 |
SUSE OpenStack Cloud Crowbar 9 |
| Patchnames: SUSE-OpenStack-Cloud-Crowbar-9-2023-2328 SUSE-OpenStack-Cloud-Crowbar-9-2023-2330 |
openSUSE Leap 15.4 |
| Patchnames: openSUSE-SLE-15.4-2023-2331 openSUSE-SLE-15.4-2023-2342 openSUSE-SLE-15.4-2023-2470 |
openSUSE Leap 15.5 |
| Patchnames: openSUSE-SLE-15.5-2023-2331 openSUSE-SLE-15.5-2023-2620 openSUSE-SLE-15.5-2023-29171 |
openSUSE Leap Micro 5.3 |
| Patchnames: openSUSE-Leap-Micro-5.3-2023-2342 |
openSUSE Leap Micro 5.4 |
| Patchnames: openSUSE-Leap-Micro-5.4-2023-2342 |
openSUSE Tumbleweed |
| Patchnames: openSUSE-Tumbleweed-2024-12966 openSUSE-Tumbleweed-2024-12969 openSUSE-Tumbleweed-2024-12972 openSUSE-Tumbleweed-2024-13029 openSUSE-Tumbleweed-2024-13031 openSUSE-Tumbleweed-2024-13032 openSUSE-Tumbleweed-2024-13033 openSUSE-Tumbleweed-2024-13038 openSUSE-Tumbleweed-2024-14109 openSUSE-Tumbleweed-2024-14434 |
First public cloud image revisions this CVE is fixed in:
- alibaba/sles-15-sp3-chost-byos-v20230613
- alibaba/sles-15-sp4-chost-byos-v20230606
- alibaba/sles-15-sp4-chost-byos-v20230704
- alibaba/sles-15-sp4-chost-byos-v20230803
- alibaba/sles-15-sp5-chost-byos-v20230704
- amazon/suse-manager-proxy-4-2-byos-v20230621-hvm-ssd-x86_64
- amazon/suse-manager-proxy-4-3-byos-v20230621-hvm-ssd-x86_64
- amazon/suse-manager-server-4-2-byos-v20230922-hvm-ssd-x86_64
- amazon/suse-manager-server-4-3-byos-v20230621-hvm-ssd-x86_64
- amazon/suse-rancher-setup-byos-v20230606-hvm-ssd-x86_64
- amazon/suse-sle-hpc-15-sp3-byos-v20240809-hvm-ssd-x86_64
- amazon/suse-sle-hpc-15-sp3-byos-v20240819-hvm-ssd-x86_64
- amazon/suse-sle-hpc-15-sp4-byos-v20231214-hvm-ssd-x86_64
- amazon/suse-sle-hpc-15-sp5-byos-v20230719-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-1-byos-v20230808-hvm-ssd-arm64
- amazon/suse-sle-micro-5-2-byos-v20230808-hvm-ssd-arm64
- amazon/suse-sle-micro-5-3-byos-v20230729-hvm-ssd-arm64
- amazon/suse-sle-micro-5-3-byos-v20230729-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-3-v20230701-hvm-ssd-arm64-llc
- amazon/suse-sle-micro-5-3-v20230701-hvm-ssd-arm64-ltd
- amazon/suse-sle-micro-5-3-v20230701-hvm-ssd-x86_64-llc
- amazon/suse-sle-micro-5-3-v20230701-hvm-ssd-x86_64-ltd
- amazon/suse-sle-micro-5-4-byos-v20230721-hvm-ssd-arm64
- amazon/suse-sle-micro-5-4-byos-v20230721-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-4-v20230805-hvm-ssd-arm64-llc
- amazon/suse-sle-micro-5-4-v20230805-hvm-ssd-arm64-ltd
- amazon/suse-sle-micro-5-4-v20230805-hvm-ssd-x86_64-llc
- amazon/suse-sle-micro-5-4-v20230805-hvm-ssd-x86_64-ltd
- amazon/suse-sles-12-sp5-byos-v20230808-hvm-ssd-x86_64
- amazon/suse-sles-12-sp5-v20230808-ecs-hvm-ssd-x86_64
- amazon/suse-sles-12-sp5-v20230808-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-byos-v20240809-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-byos-v20240819-hvm-ssd-arm64
- amazon/suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-arm64
- amazon/suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-sapcal-v20240819-hvm-ssd-x86_64
- amazon/suse-sles-15-sp4-byos-v20231214-hvm-ssd-arm64
- amazon/suse-sles-15-sp4-byos-v20231214-hvm-ssd-x86_64
- amazon/suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-arm64
- amazon/suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-x86_64
- amazon/suse-sles-15-sp4-hardened-byos-v20230828-hvm-ssd-x86_64
- amazon/suse-sles-15-sp4-sapcal-v20231128-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-byos-v20230719-hvm-ssd-arm64
- amazon/suse-sles-15-sp5-byos-v20230719-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-chost-byos-v20230704-hvm-ssd-arm64
- amazon/suse-sles-15-sp5-chost-byos-v20230704-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-hardened-byos-v20230719-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-sapcal-v20230719-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-v20230719-ecs-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-v20230719-hvm-ssd-arm64
- amazon/suse-sles-15-sp5-v20230719-hvm-ssd-x86_64
- amazon/suse-sles-sap-12-sp5-byos-v20230808-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp2-byos-v20231214-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp2-v20231214-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp3-byos-v20231214-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp3-v20231214-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp4-byos-v20231214-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp4-hardened-byos-v20230828-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp4-v20230630-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp5-byos-v20230629-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp5-hardened-byos-v20230629-hvm-ssd-x86_64
- google/sle-hpc-15-sp3-byos-v20240809-x86-64
- google/sle-hpc-15-sp4-byos-v20231214-x86-64
- google/sle-hpc-15-sp5-byos-v20230921-x86-64
- google/sle-micro-5-1-byos-v20230807-x86-64
- google/sle-micro-5-2-byos-v20230807-x86-64
- google/sle-micro-5-3-byos-v20230729-arm64
- google/sle-micro-5-3-byos-v20230729-x86-64
- google/sle-micro-5-4-byos-v20230721-arm64
- google/sle-micro-5-4-byos-v20230721-x86-64
- google/sles-12-sp5-byos-v20230718-x86-64
- google/sles-12-sp5-byos-v20240125-x86-64
- google/sles-12-sp5-sap-byos-v20230718-x86-64
- google/sles-12-sp5-sap-v20230718-x86-64
- google/sles-12-sp5-v20230807-x86-64
- google/sles-15-sp2-sap-byos-v20231214-x86-64
- google/sles-15-sp2-sap-v20231214-x86-64
- google/sles-15-sp3-byos-v20240809-x86-64
- google/sles-15-sp3-chost-byos-v20230613-x86-64
- google/sles-15-sp3-sap-byos-v20231214-x86-64
- google/sles-15-sp3-sap-v20231214-x86-64
- google/sles-15-sp3-sapcal-v20240809-x86-64
- google/sles-15-sp4-byos-v20230623-x86-64
- google/sles-15-sp4-byos-v20231214-arm64
- google/sles-15-sp4-chost-byos-v20230606-arm64
- google/sles-15-sp4-chost-byos-v20230606-x86-64
- google/sles-15-sp4-hardened-byos-v20230828-x86-64
- google/sles-15-sp4-sap-byos-v20230623-x86-64
- google/sles-15-sp4-sap-v20230623-x86-64
- google/sles-15-sp4-sapcal-v20230621-x86-64
- google/sles-15-sp4-v20230623-x86-64
- google/sles-15-sp5-byos-v20230921-arm64
- google/sles-15-sp5-byos-v20230921-x86-64
- google/sles-15-sp5-chost-byos-v20230704-arm64
- google/sles-15-sp5-chost-byos-v20230704-x86-64
- google/sles-15-sp5-hardened-byos-v20230921-x86-64
- google/sles-15-sp5-sap-byos-v20230921-x86-64
- google/sles-15-sp5-sap-v20230921-x86-64
- google/sles-15-sp5-sapcal-v20230921-x86-64
- google/sles-15-sp5-v20230921-arm64
- google/sles-15-sp5-v20230921-x86-64
- google/sles-sap-15-sp4-hardened-byos-v20230828-x86-64
- google/sles-sap-15-sp4-hardened-v20230623-x86-64
- google/sles-sap-15-sp5-hardened-byos-v20230921-x86-64
- google/sles-sap-15-sp5-hardened-v20230921-x86-64
- google/suse-manager-proxy-4-2-byos-v20230621-x86-64
- google/suse-manager-proxy-4-3-byos-v20230621-x86-64
- google/suse-manager-server-4-2-byos-v20230922-x86-64
- google/suse-manager-server-4-3-byos-v20230621-x86-64
- microsoft/suse-manager-proxy-4-2-byos-v20230621-x86_64
- microsoft/suse-manager-proxy-4-3-byos-v20230621-x86_64
- microsoft/suse-manager-server-4-2-byos-v20230922-x86_64
- microsoft/suse-manager-server-4-3-byos-v20230621-x86_64
- microsoft/suse-sle-hpc-12-sp5-byos-v20230718-x86_64
- microsoft/suse-sle-hpc-12-sp5-v20230718-x86_64
- microsoft/suse-sle-hpc-15-sp3-byos-v20240206-x86_64
- microsoft/suse-sle-hpc-15-sp5-byos-v20230921-x86_64
- microsoft/suse-sle-hpc-15-sp5-v20230921-x86_64
- microsoft/suse-sle-micro-5-1-byos-v20230807-x86_64
- microsoft/suse-sle-micro-5-2-byos-v20230807-x86_64
- microsoft/suse-sle-micro-5-3-byos-v20230729-x86_64
- microsoft/suse-sle-micro-5-3-byos-v20230730-arm64
- microsoft/suse-sle-micro-5-4-byos-v20230721-arm64
- microsoft/suse-sle-micro-5-4-byos-v20230721-x86_64
- microsoft/suse-sles-12-sp5-basic-v20230718-x86_64
- microsoft/suse-sles-12-sp5-byos-v20230622-x86_64
- microsoft/suse-sles-12-sp5-v20230718-x86_64
- microsoft/suse-sles-15-sp3-chost-byos-v20230613-x86_64
- microsoft/suse-sles-15-sp3-sapcal-v20240207-x86_64
- microsoft/suse-sles-15-sp4-byos-v20231214-arm64
- microsoft/suse-sles-15-sp4-chost-byos-v20230606-arm64
- microsoft/suse-sles-15-sp4-chost-byos-v20230606-x86_64
- microsoft/suse-sles-15-sp4-hardened-byos-v20230828-x86_64
- microsoft/suse-sles-15-sp4-sapcal-v20230621-x86_64
- microsoft/suse-sles-15-sp5-basic-v20230921-x86_64
- microsoft/suse-sles-15-sp5-byos-v20230921-arm64
- microsoft/suse-sles-15-sp5-byos-v20230921-x86_64
- microsoft/suse-sles-15-sp5-chost-byos-v20230704-arm64
- microsoft/suse-sles-15-sp5-chost-byos-v20230704-x86_64
- microsoft/suse-sles-15-sp5-hardened-byos-v20230921-x86_64
- microsoft/suse-sles-15-sp5-sapcal-v20230921-x86_64
- microsoft/suse-sles-15-sp5-v20230921-arm64
- microsoft/suse-sles-15-sp5-v20230921-x86_64
- microsoft/suse-sles-sap-12-sp5-byos-v20230622-x86_64
- microsoft/suse-sles-sap-12-sp5-v20230718-x86_64
- microsoft/suse-sles-sap-15-sp2-byos-v20231214-x86_64
- microsoft/suse-sles-sap-15-sp3-v20231214-x86_64
- microsoft/suse-sles-sap-15-sp4-byos-v20231214-x86_64
- microsoft/suse-sles-sap-15-sp4-hardened-byos-v20230828-x86_64
- microsoft/suse-sles-sap-15-sp4-hardened-v20230623-x86_64
- microsoft/suse-sles-sap-15-sp5-byos-v20230921-x86_64
- microsoft/suse-sles-sap-15-sp5-hardened-byos-v20230921-x86_64
- microsoft/suse-sles-sap-15-sp5-hardened-v20230921-x86_64
- microsoft/suse-sles-sap-15-sp5-v20230921-x86_64
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-Aliyun | openssl-1_1 | Released |
SLES15-SP5-CHOST-BYOS-Azure | openssl | Not affected |
SLES15-SP5-CHOST-BYOS-Azure | openssl-1_1 | Released |
SLES15-SP5-CHOST-BYOS-EC2 | openssl | Not affected |
SLES15-SP5-CHOST-BYOS-EC2 | openssl-1_1 | Released |
SLES15-SP5-CHOST-BYOS-GCE | openssl | Not affected |
SLES15-SP5-CHOST-BYOS-GCE | openssl-1_1 | Released |
SLES15-SP5-CHOST-BYOS-SAP-CCloud | openssl | Not affected |
SLES15-SP5-CHOST-BYOS-SAP-CCloud | openssl-1_1 | Released |
SLES15-SP6-CHOST-BYOS | openssl-3 | Already fixed |
SLES15-SP6-CHOST-BYOS-Aliyun | openssl-3 | Already fixed |
SLES15-SP6-CHOST-BYOS-Azure | openssl-3 | Already fixed |
SLES15-SP6-CHOST-BYOS-EC2 | openssl-3 | Already fixed |
SLES15-SP6-CHOST-BYOS-GCE | openssl-3 | Already fixed |
SLES15-SP6-CHOST-BYOS-GDC | openssl-3 | Already fixed |
SLES15-SP6-CHOST-BYOS-SAP-CCloud | openssl-3 | Already fixed |
SUSE Linux Enterprise Desktop 15 SP5 | openssl | Not affected |
SUSE Linux Enterprise Desktop 15 SP5 | openssl-1_1 | Released |
SUSE Linux Enterprise Desktop 15 SP5 | openssl-3 | Released |
SUSE Linux Enterprise Desktop 15 SP6 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Desktop 15 SP6 | openssl-3 | Already fixed |
SUSE Linux Enterprise Desktop 15 SP6 | python312 | Already fixed |
SUSE Linux Enterprise High Performance Computing 12 | compat-openssl098 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | openssl | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP5 | openssl-1_0_0 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | openssl-3 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | openssl-1_0_0 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP6 | openssl-3 | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP6 | python312 | Already fixed |
SUSE Linux Enterprise Live Patching 15 SP5 | openssl-1_1-livepatches | Already fixed |
SUSE Linux Enterprise Micro 5.1 | openssl | Not affected |
SUSE Linux Enterprise Micro 5.1 | openssl-1_1 | Released |
SUSE Linux Enterprise Micro 5.2 | openssl | Not affected |
SUSE Linux Enterprise Micro 5.2 | openssl-1_1 | Released |
SUSE Linux Enterprise Micro 5.3 | openssl | Not affected |
SUSE Linux Enterprise Micro 5.3 | openssl-1_1 | Released |
SUSE Linux Enterprise Micro 5.3 | openssl-3 | Released |
SUSE Linux Enterprise Micro 5.4 | openssl | Not affected |
SUSE Linux Enterprise Micro 5.4 | openssl-1_1 | Released |
SUSE Linux Enterprise Micro 5.4 | openssl-3 | Released |
SUSE Linux Enterprise Micro 5.5 | openssl | Not affected |
SUSE Linux Enterprise Micro 5.5 | openssl-1_1 | Released |
SUSE Linux Enterprise Micro 6.0 | openssl | Not affected |
SUSE Linux Enterprise Micro 6.0 | openssl-3 | Released |
SUSE Linux Enterprise Micro 6.0 | python311 | Released |
SUSE Linux Enterprise Micro for Rancher 5.2 | openssl-1_1 | Released |
SUSE Linux Enterprise Micro for Rancher 5.3 | openssl-1_1 | Released |
SUSE Linux Enterprise Micro for Rancher 5.4 | openssl-1_1 | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP5 | openssl | Not affected |
SUSE Linux Enterprise Module for Basesystem 15 SP5 | openssl-1_1 | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP5 | openssl-3 | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP6 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Module for Basesystem 15 SP6 | openssl-3 | Already fixed |
SUSE Linux Enterprise Module for Certifications 15 SP5 | openssl-1_1 | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP6 | 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 Module for Legacy 15 SP6 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Module for Python 3 15 SP6 | python312 | Already fixed |
SUSE Linux Enterprise Server 15 SP5 | openssl | Not affected |
SUSE Linux Enterprise Server 15 SP5 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP5 | openssl-1_1 | Released |
SUSE Linux Enterprise Server 15 SP5 | openssl-3 | Released |
SUSE Linux Enterprise Server 15 SP6 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP6 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Server 15 SP6 | openssl-3 | Already fixed |
SUSE Linux Enterprise Server 15 SP6 | python312 | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | openssl | Not affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | openssl-1_1 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | openssl-3 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | openssl-1_1 | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | openssl-3 | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | python312 | Already fixed |
SUSE Manager Proxy 4.3 | openssl | Not affected |
SUSE Manager Proxy 4.3 | openssl-1_0_0 | Released |
SUSE Manager Proxy 4.3 | openssl-1_1 | Released |
SUSE Manager Proxy 4.3 | openssl-3 | Released |
SUSE Manager Retail Branch Server 4.3 | openssl | Not affected |
SUSE Manager Retail Branch Server 4.3 | openssl-1_0_0 | Released |
SUSE Manager Retail Branch Server 4.3 | openssl-1_1 | Released |
SUSE Manager Retail Branch Server 4.3 | openssl-3 | Released |
SUSE Manager Server 4.3 | openssl | Not affected |
SUSE Manager Server 4.3 | openssl-1_0_0 | Released |
SUSE Manager Server 4.3 | openssl-1_1 | Released |
SUSE Manager Server 4.3 | openssl-3 | Released |
openSUSE Leap 15.5 | openssl | Not affected |
openSUSE Leap 15.5 | openssl-1_0_0 | Released |
openSUSE Leap 15.5 | openssl-1_1 | Released |
openSUSE Leap 15.5 | openssl-3 | Released |
openSUSE Leap 15.6 | openssl-1_0_0 | Affected |
openSUSE Leap 15.6 | openssl-1_1 | Already fixed |
openSUSE Leap 15.6 | openssl-3 | Already fixed |
openSUSE Leap 15.6 | python312 | Already fixed |
openSUSE Leap Micro 5.5 | openssl | Not affected |
openSUSE Leap Micro 5.5 | openssl-1_1 | Affected |
Products under Long Term Service Pack support and receiving important and critical security fixes. | ||
SLES15-EC2-CHOST-HVM-BYOS | openssl | Not affected |
SLES15-EC2-CHOST-HVM-BYOS | openssl-1_1 | Unsupported |
SLES15-SP1-CHOST-BYOS-Azure | openssl | Not affected |
SLES15-SP1-CHOST-BYOS-Azure | openssl-1_1 | In progress |
SLES15-SP1-CHOST-BYOS-EC2 | openssl | Not affected |
SLES15-SP1-CHOST-BYOS-EC2 | openssl-1_1 | In progress |
SLES15-SP1-CHOST-BYOS-GCE | openssl | Not affected |
SLES15-SP1-CHOST-BYOS-GCE | openssl-1_1 | In progress |
SLES15-SP2-CHOST-BYOS-Aliyun | openssl | Not affected |
SLES15-SP2-CHOST-BYOS-Aliyun | openssl-1_1 | In progress |
SLES15-SP2-CHOST-BYOS-Azure | openssl | Not affected |
SLES15-SP2-CHOST-BYOS-Azure | openssl-1_1 | In progress |
SLES15-SP2-CHOST-BYOS-EC2 | openssl | Not affected |
SLES15-SP2-CHOST-BYOS-EC2 | openssl-1_1 | In progress |
SLES15-SP2-CHOST-BYOS-GCE | openssl | Not affected |
SLES15-SP2-CHOST-BYOS-GCE | openssl-1_1 | In progress |
SLES15-SP3-CHOST-BYOS-Aliyun | openssl-1_1 | Released |
SLES15-SP3-CHOST-BYOS-Azure | openssl | Not affected |
SLES15-SP3-CHOST-BYOS-Azure | openssl-1_1 | Released |
SLES15-SP3-CHOST-BYOS-EC2 | openssl | Not affected |
SLES15-SP3-CHOST-BYOS-EC2 | openssl-1_1 | Released |
SLES15-SP3-CHOST-BYOS-GCE | openssl | Not affected |
SLES15-SP3-CHOST-BYOS-GCE | openssl-1_1 | Released |
SLES15-SP3-CHOST-BYOS-SAP-CCloud | openssl | Not affected |
SLES15-SP3-CHOST-BYOS-SAP-CCloud | openssl-1_1 | Released |
SLES15-SP4-CHOST-BYOS | openssl-1_1 | Released |
SLES15-SP4-CHOST-BYOS-Aliyun | openssl-1_1 | Released |
SLES15-SP4-CHOST-BYOS-Azure | openssl | Not affected |
SLES15-SP4-CHOST-BYOS-Azure | openssl-1_1 | Released |
SLES15-SP4-CHOST-BYOS-EC2 | openssl | Not affected |
SLES15-SP4-CHOST-BYOS-EC2 | openssl-1_1 | Released |
SLES15-SP4-CHOST-BYOS-GCE | openssl | Not affected |
SLES15-SP4-CHOST-BYOS-GCE | openssl-1_1 | Released |
SLES15-SP4-CHOST-BYOS-SAP-CCloud | openssl | Not affected |
SLES15-SP4-CHOST-BYOS-SAP-CCloud | openssl-1_1 | Released |
SUSE Linux Enterprise Desktop 15 SP4 | openssl | Not affected |
SUSE Linux Enterprise Desktop 15 SP4 | openssl-1_1 | Released |
SUSE Linux Enterprise Desktop 15 SP4 | openssl-3 | Released |
SUSE Linux Enterprise High Performance Computing 12 SP5 | openssl | Not affected |
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 | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP2 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP2 | openssl-1_1 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS | openssl | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS | openssl-1_1 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | openssl | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3 | openssl | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP3 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP3 | openssl-1_1 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | openssl | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | openssl-1_0_0 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | openssl | Not affected |
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 | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP4 | openssl-1_0_0 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | openssl-3 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | openssl | Not affected |
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 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | openssl-3 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | openssl | Not affected |
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 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | openssl-3 | Affected |
SUSE Linux Enterprise Live Patching 15 SP4 | openssl-1_1-livepatches | Not affected |
SUSE Linux Enterprise Module for Basesystem 15 SP2 | openssl | Not affected |
SUSE Linux Enterprise Module for Basesystem 15 SP2 | openssl-1_1 | Affected |
SUSE Linux Enterprise Module for Basesystem 15 SP3 | openssl | Not affected |
SUSE Linux Enterprise Module for Basesystem 15 SP3 | openssl-1_1 | Affected |
SUSE Linux Enterprise Module for Basesystem 15 SP4 | openssl | Not affected |
SUSE Linux Enterprise Module for Basesystem 15 SP4 | openssl-1_1 | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP4 | openssl-3 | Released |
SUSE Linux Enterprise Module for Certifications 15 SP3 | openssl-1_1 | Affected |
SUSE Linux Enterprise Module for Legacy 15 SP2 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Module for Legacy 15 SP3 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Module for Legacy 15 SP4 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | openssl | Released |
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | openssl1 | Released |
SUSE Linux Enterprise Server 12 SP5 | compat-openssl098 | Released |
SUSE Linux Enterprise Server 12 SP5 | openssl | Not affected |
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 | Not affected |
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 | Not affected |
SUSE Linux Enterprise Server 15 SP2 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Server 15 SP2 | openssl-1_1 | Affected |
SUSE Linux Enterprise Server 15 SP2-LTSS | openssl | Not affected |
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 | Not affected |
SUSE Linux Enterprise Server 15 SP3 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Server 15 SP3 | openssl-1_1 | Affected |
SUSE Linux Enterprise Server 15 SP3-LTSS | openssl | Not affected |
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 | Not affected |
SUSE Linux Enterprise Server 15 SP4 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP4 | openssl-1_1 | Released |
SUSE Linux Enterprise Server 15 SP4 | openssl-3 | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | openssl | Not affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | openssl-1_1 | Affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | openssl-3 | Affected |
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | openssl | Not affected |
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 | Not affected |
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 | Not affected |
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 | Not affected |
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 | Not affected |
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 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | openssl-3 | Released |
Products past their end of life and not receiving proactive updates anymore. | ||
HPE Helion OpenStack 8 | openssl | Affected |
SUSE CaaS Platform 3.0 | openssl | Affected |
SUSE CaaS Platform 4.0 | openssl | Not affected |
SUSE CaaS Platform 4.0 | openssl-1_0_0 | Released |
SUSE CaaS Platform 4.0 | openssl-1_1 | Released |
SUSE Enterprise Storage 6 | openssl | Not affected |
SUSE Enterprise Storage 6 | openssl-1_0_0 | Affected |
SUSE Enterprise Storage 6 | openssl-1_1 | Affected |
SUSE Enterprise Storage 7 | openssl | Not affected |
SUSE Enterprise Storage 7 | openssl-1_0_0 | Released |
SUSE Enterprise Storage 7 | openssl-1_1 | Released |
SUSE Enterprise Storage 7.1 | openssl | Not affected |
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 SP1 | openssl | Unsupported |
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 | Not affected |
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 | Not affected |
SUSE Linux Enterprise Desktop 15 | openssl-1_1 | Unsupported |
SUSE Linux Enterprise Desktop 15 SP1 | openssl | Not affected |
SUSE Linux Enterprise Desktop 15 SP1 | openssl-1_1 | Affected |
SUSE Linux Enterprise Desktop 15 SP2 | openssl | Not affected |
SUSE Linux Enterprise Desktop 15 SP2 | openssl-1_1 | Affected |
SUSE Linux Enterprise Desktop 15 SP3 | openssl | Not affected |
SUSE Linux Enterprise Desktop 15 SP3 | openssl-1_1 | Affected |
SUSE Linux Enterprise High Performance Computing 12 SP3 | openssl | Affected |
SUSE Linux Enterprise High Performance Computing 15 | openssl | Not affected |
SUSE Linux Enterprise High Performance Computing 15 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise High Performance Computing 15 | openssl-1_1 | Unsupported |
SUSE Linux Enterprise High Performance Computing 15 SP1 | openssl | Not affected |
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 | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS | openssl-1_1 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS | openssl | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15-ESPOS | openssl | Not affected |
SUSE Linux Enterprise High Performance Computing 15-ESPOS | openssl-1_1 | Unsupported |
SUSE Linux Enterprise High Performance Computing 15-LTSS | openssl | Not affected |
SUSE Linux Enterprise High Performance Computing 15-LTSS | openssl-1_1 | Unsupported |
SUSE Linux Enterprise Micro 5.0 | openssl | Not affected |
SUSE Linux Enterprise Micro 5.0 | openssl-1_1 | Affected |
SUSE Linux Enterprise Module for Basesystem 15 | openssl | Not affected |
SUSE Linux Enterprise Module for Basesystem 15 | openssl-1_1 | Unsupported |
SUSE Linux Enterprise Module for Basesystem 15 SP1 | openssl | Not affected |
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 | Affected |
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT | openssl | Affected |
SUSE Linux Enterprise Real Time 15 SP2 | openssl | Not affected |
SUSE Linux Enterprise Real Time 15 SP2 | openssl-1_1 | Affected |
SUSE Linux Enterprise Real Time 15 SP3 | openssl | Not affected |
SUSE Linux Enterprise Real Time 15 SP3 | openssl-1_1 | Released |
SUSE Linux Enterprise Real Time 15 SP4 | openssl | Not affected |
SUSE Linux Enterprise Real Time 15 SP4 | openssl-1_1 | Affected |
SUSE Linux Enterprise Real Time 15 SP4 | openssl-3 | Affected |
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 | Affected |
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 | Affected |
SUSE Linux Enterprise Server 11-SECURITY | openssl1 | Affected |
SUSE Linux Enterprise Server 12 | compat-openssl098 | Released |
SUSE Linux Enterprise Server 12 SP1 | openssl | Affected |
SUSE Linux Enterprise Server 12 SP1-LTSS | openssl | Affected |
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 | Affected |
SUSE Linux Enterprise Server 12 SP3-ESPOS | openssl | Affected |
SUSE Linux Enterprise Server 12 SP3-LTSS | openssl | Affected |
SUSE Linux Enterprise Server 12 SP4 | compat-openssl098 | Released |
SUSE Linux Enterprise Server 12 SP4 | openssl | Not affected |
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 | Not affected |
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 | Not affected |
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 | Not affected |
SUSE Linux Enterprise Server 15 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Server 15 | openssl-1_1 | Unsupported |
SUSE Linux Enterprise Server 15 SP1 | openssl | Not affected |
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 | Not affected |
SUSE Linux Enterprise Server 15 SP1-BCL | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Server 15 SP1-BCL | openssl-1_1 | Affected |
SUSE Linux Enterprise Server 15 SP1-LTSS | openssl | Not affected |
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 | Not affected |
SUSE Linux Enterprise Server 15 SP2-BCL | openssl-1_1 | Affected |
SUSE Linux Enterprise Server 15 SP3-BCL | openssl | Not affected |
SUSE Linux Enterprise Server 15 SP3-BCL | openssl-1_1 | Affected |
SUSE Linux Enterprise Server 15-LTSS | openssl | Not affected |
SUSE Linux Enterprise Server 15-LTSS | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Server 15-LTSS | openssl-1_1 | Unsupported |
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 SP1 | openssl | 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 | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 | compat-openssl098 | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 | openssl | Not affected |
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 | Not affected |
SUSE Linux Enterprise Server for SAP Applications 15 | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 | openssl-1_1 | Unsupported |
SUSE Linux Enterprise Server for SAP Applications 15 SP1 | openssl | Not affected |
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 SP1 | openssl | Unsupported |
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 | Not affected |
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 | Not affected |
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 | Not affected |
SUSE Manager Proxy 4.0 | openssl-1_0_0 | Affected |
SUSE Manager Proxy 4.0 | openssl-1_1 | Affected |
SUSE Manager Proxy 4.1 | openssl | Not affected |
SUSE Manager Proxy 4.1 | openssl-1_0_0 | Affected |
SUSE Manager Proxy 4.1 | openssl-1_1 | Affected |
SUSE Manager Proxy 4.2 | openssl | Not affected |
SUSE Manager Proxy 4.2 | openssl-1_0_0 | Affected |
SUSE Manager Proxy 4.2 | openssl-1_1 | Released |
SUSE Manager Retail Branch Server 4.0 | openssl | Not affected |
SUSE Manager Retail Branch Server 4.0 | openssl-1_0_0 | Affected |
SUSE Manager Retail Branch Server 4.0 | openssl-1_1 | Affected |
SUSE Manager Retail Branch Server 4.1 | openssl | Not affected |
SUSE Manager Retail Branch Server 4.1 | openssl-1_0_0 | Affected |
SUSE Manager Retail Branch Server 4.1 | openssl-1_1 | Affected |
SUSE Manager Retail Branch Server 4.2 | openssl | Not affected |
SUSE Manager Retail Branch Server 4.2 | openssl-1_0_0 | Affected |
SUSE Manager Retail Branch Server 4.2 | openssl-1_1 | Released |
SUSE Manager Server 4.0 | openssl | Not affected |
SUSE Manager Server 4.0 | openssl-1_0_0 | Affected |
SUSE Manager Server 4.0 | openssl-1_1 | Affected |
SUSE Manager Server 4.1 | openssl | Not affected |
SUSE Manager Server 4.1 | openssl-1_0_0 | Affected |
SUSE Manager Server 4.1 | openssl-1_1 | Affected |
SUSE Manager Server 4.2 | openssl | Not affected |
SUSE Manager Server 4.2 | openssl-1_0_0 | Affected |
SUSE Manager Server 4.2 | openssl-1_1 | Released |
SUSE OpenStack Cloud 7 | openssl | Affected |
SUSE OpenStack Cloud 8 | openssl | Affected |
SUSE OpenStack Cloud 9 | openssl | Not affected |
SUSE OpenStack Cloud 9 | openssl-1_0_0 | Released |
SUSE OpenStack Cloud 9 | openssl-1_1 | Released |
SUSE OpenStack Cloud Crowbar 8 | openssl | Affected |
SUSE OpenStack Cloud Crowbar 9 | openssl | Not affected |
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 |
openSUSE Leap 15.3 | openssl | Not affected |
openSUSE Leap 15.3 | openssl-1_0_0 | Affected |
openSUSE Leap 15.3 | openssl-1_1 | Affected |
openSUSE Leap 15.4 | openssl | Not affected |
openSUSE Leap 15.4 | openssl-1_0_0 | Released |
openSUSE Leap 15.4 | openssl-1_1 | Released |
openSUSE Leap 15.4 | openssl-3 | Released |
openSUSE Leap Micro 5.2 | openssl | Not affected |
openSUSE Leap Micro 5.2 | openssl-1_1 | Affected |
openSUSE Leap Micro 5.3 | openssl | Not affected |
openSUSE Leap Micro 5.3 | openssl-1_1 | Released |
openSUSE Leap Micro 5.3 | openssl-3 | Affected |
openSUSE Leap Micro 5.4 | openssl | Not affected |
openSUSE Leap Micro 5.4 | openssl-1_1 | Affected |
openSUSE Leap Micro 5.4 | openssl-3 | Affected |
Products at an unknown state of their lifecycle. | ||
SLES15-SP5-CHOST-BYOS-GDC | openssl | Not affected |
SLES15-SP5-CHOST-BYOS-GDC | openssl-1_1 | Released |
Container Status | ||
suse/ltss/sle12.5/sles12sp5 suse/sles12sp4 suse/sles12sp5 | openssl-1_0_0 | Released |
suse/sle15:15.0 | openssl-1_1 | Unsupported |
bci/bci-sle15-kernel-module-devel:15.5 bci/golang bci/golang:1.20-openssl bci/openjdk bci/openjdk-devel bci/openjdk-devel:11 bci/openjdk-devel:17 bci/openjdk:11 bci/openjdk:17 bci/python bci/python:3 rancher/elemental-operator rancher/seedimage-builder rancher/seedimage-builder/5.3 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 suse/389-ds suse/helm suse/hpc/warewulf4-x86_64/sle-hpc-node suse/ltss/sle15.3/bci-base 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.2 suse/sle-micro-rancher/5.3 suse/sle-micro-rancher/5.4 suse/sle-micro/5.1/toolbox suse/sle-micro/5.2/toolbox suse/sle-micro/5.3/toolbox suse/sle-micro/5.4/toolbox suse/sle-micro/5.5 suse/sle-micro/5.5/toolbox suse/sle-micro/base-5.5 suse/sle15:15.1 suse/sle15:15.2 suse/sle15:15.3 suse/sle15:15.4 suse/sle15:15.5 | openssl-1_1 | Released |
bci/bci-init:15.3 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/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/sle-micro/5.0/toolbox trento/trento-runner | openssl-1_1 | In progress |
bci/bci-sle15-kernel-module-devel bci/golang bci/golang:1.20-openssl bci/kiwi bci/openjdk bci/openjdk-devel bci/python bci/python:3 bci/spack containers/apache-tomcat:10.1-openjdk21 containers/apache-tomcat:9-openjdk21 containers/apache-tomcat:9-openjdk8 containers/open-webui:0.3 suse/389-ds suse/helm suse/hpc/warewulf4-x86_64/sle-hpc-node suse/manager/5.0/x86_64/proxy-salt-broker suse/manager/5.0/x86_64/proxy-tftpd suse/manager/5.0/x86_64/server suse/manager/5.0/x86_64/server-attestation suse/registry suse/sle15:15.6 suse/sle15:15.7 | openssl-3 | Already fixed |
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 | Not affected |
suse/sles12sp3 | openssl | In progress |
bci/python | python312 | Already fixed |
SUSE Timeline for this CVE
CVE page created: Tue May 16 16:27:58 2023CVE page last modified: Sun Nov 17 12:43:19 2024