Upstream information
Description
Issue summary: Calling the OpenSSL API function SSL_select_next_proto with anempty supported client protocols buffer may cause a crash or memory contents to
be sent to the peer.
Impact summary: A buffer overread can have a range of potential consequences
such as unexpected application beahviour or a crash. In particular this issue
could result in up to 255 bytes of arbitrary private data from memory being sent
to the peer leading to a loss of confidentiality. However, only applications
that directly call the SSL_select_next_proto function with a 0 length list of
supported client protocols are affected by this issue. This would normally never
be a valid scenario and is typically not under attacker control but may occur by
accident in the case of a configuration or programming error in the calling
application.
The OpenSSL API function SSL_select_next_proto is typically used by TLS
applications that support ALPN (Application Layer Protocol Negotiation) or NPN
(Next Protocol Negotiation). NPN is older, was never standardised and
is deprecated in favour of ALPN. We believe that ALPN is significantly more
widely deployed than NPN. The SSL_select_next_proto function accepts a list of
protocols from the server and a list of protocols from the client and returns
the first protocol that appears in the server list that also appears in the
client list. In the case of no overlap between the two lists it returns the
first item in the client list. In either case it will signal whether an overlap
between the two lists was found. In the case where SSL_select_next_proto is
called with a zero length client list it fails to notice this condition and
returns the memory immediately following the client list pointer (and reports
that there was no overlap in the lists).
This function is typically called from a server side application callback for
ALPN or a client side application callback for NPN. In the case of ALPN the list
of protocols supplied by the client is guaranteed by libssl to never be zero in
length. The list of server protocols comes from the application and should never
normally be expected to be of zero length. In this case if the
SSL_select_next_proto function has been called as expected (with the list
supplied by the client passed in the client/client_len parameters), then the
application will not be vulnerable to this issue. If the application has
accidentally been configured with a zero length server list, and has
accidentally passed that zero length server list in the client/client_len
parameters, and has additionally failed to correctly handle a "no overlap"
response (which would normally result in a handshake failure in ALPN) then it
will be vulnerable to this problem.
In the case of NPN, the protocol permits the client to opportunistically select
a protocol when there is no overlap. OpenSSL returns the first client protocol
in the no overlap case in support of this. The list of client protocols comes
from the application and should never normally be expected to be of zero length.
However if the SSL_select_next_proto function is accidentally called with a
client_len of 0 then an invalid memory pointer will be returned instead. If the
application uses this output as the opportunistic protocol then the loss of
confidentiality will occur.
This issue has been assessed as Low severity because applications are most
likely to be vulnerable if they are using NPN instead of ALPN - but NPN is not
widely used. It also requires an application configuration or programming error.
Finally, this issue would not typically be under attacker control making active
exploitation unlikely.
The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.
Due to the low severity of this issue we are not issuing new releases of
OpenSSL at this time. The fix will be included in the next releases when they
become available.
Upstream Security Advisories:
SUSE information
Overall state of this security issue: Pending
This issue is currently rated as having moderate severity.
SUSE | |
---|---|
Base Score | 5.9 |
Vector | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H |
Attack Vector | Network |
Attack Complexity | High |
Privileges Required | None |
User Interaction | None |
Scope | Unchanged |
Confidentiality Impact | None |
Integrity Impact | None |
Availability Impact | High |
CVSSv3 Version | 3.1 |
SUSE Security Advisories:
- RHSA-2024:7848, published Thu Oct 10 15:05:48 UTC 2024
- SUSE-SU-2024:2635-1, published Tue Jul 30 08:36:28 UTC 2024
- SUSE-SU-2024:2761-1, published Tue Aug 6 08:30:27 UTC 2024
- SUSE-SU-2024:2891-1, published Tue Aug 13 12:30:05 UTC 2024
- SUSE-SU-2024:2909-1, published Wed Aug 14 16:30:11 UTC 2024
- SUSE-SU-2024:2927-1, published Thu Aug 15 08:30:38 UTC 2024
- SUSE-SU-2024:2931-1, published Thu Aug 15 12:30:22 UTC 2024
- SUSE-SU-2024:2933-1, published Thu Aug 15 12:30:13 UTC 2024
- SUSE-SU-2024:2953-1, published Mon Aug 19 08:30:05 UTC 2024
- SUSE-SU-2024:2989-1, published Tue Aug 20 16:30:10 UTC 2024
- SUSE-SU-2024:2991-1, published Tue Aug 20 16:30:02 UTC 2024
- SUSE-SU-2024:3019-1, published Tue Aug 27 12:30:26 UTC 2024
- SUSE-SU-2024:3119-1, published Tue Sep 3 16:30:53 UTC 2024
List of released packages
Product(s) | Fixed package version(s) | References |
---|---|---|
Container bci/bci-base-fips:15.5.5.7 Container bci/bci-init:15.5.25.8 Container bci/nodejs:18-28.6 Container suse/postgres:15-30.1 |
| |
Container bci/bci-base-fips:15.6.8.1 Container bci/dotnet-aspnet:6.0.33-41.2 Container bci/dotnet-aspnet:8.0 Container bci/dotnet-aspnet:9.0.0-2.1 Container bci/dotnet-runtime:6.0.33-41.2 Container bci/dotnet-runtime:8.0 Container bci/dotnet-runtime:9.0.0-2.1 Container bci/dotnet-sdk:6.0.33-41.2 Container bci/dotnet-sdk:8.0 Container bci/dotnet-sdk:9.0.0-2.1 Container suse/manager/5.0/x86_64/proxy-httpd:5.0.1.7.5.1 Container suse/manager/5.0/x86_64/proxy-salt-broker:5.0.1.7.5.1 Container suse/manager/5.0/x86_64/proxy-ssh:5.0.1.7.5.1 Container suse/manager/5.0/x86_64/proxy-tftpd:5.0.1.7.5.1 |
| |
Container bci/bci-init:15.6.17.12 Container bci/gcc:14.2-4.2 Container bci/golang:1.22 Container bci/nodejs:20-31.11 Container bci/php-apache:8-31.12 Container bci/php-fpm:8-31.10 Container bci/php:8-31.10 Container containers/ollama:0.3 Container suse/nginx:1.21-36.10 Container suse/pcp:5.3.7-36.14 Container suse/postgres:16.2-36.9 Container suse/rmt-mariadb-client:10.11-37.6 Container suse/sles/15.7/cdi-apiserver:1.58.0.27.11 Container suse/sles/15.7/cdi-cloner:1.58.0.28.11 Container suse/sles/15.7/cdi-controller:1.58.0.27.11 Container suse/sles/15.7/cdi-importer:1.58.0.28.11 Container suse/sles/15.7/cdi-operator:1.58.0.27.11 Container suse/sles/15.7/cdi-uploadproxy:1.58.0.27.11 Container suse/sles/15.7/cdi-uploadserver:1.58.0.28.11 Container suse/sles/15.7/virt-api:1.1.1.27.11 Container suse/sles/15.7/virt-controller:1.1.1.27.11 Container suse/sles/15.7/virt-exportproxy:1.1.1.11.11 Container suse/sles/15.7/virt-exportserver:1.1.1.12.11 Container suse/sles/15.7/virt-handler:1.1.1.29.13 Container suse/sles/15.7/virt-launcher:1.1.1.33.14 Container suse/sles/15.7/virt-operator:1.1.1.27.11 |
| |
Container bci/bci-sle15-kernel-module-devel:15.5.20.6 Container bci/openjdk-devel:11-25.12 Container bci/openjdk-devel:17-27.11 Container bci/openjdk:11-26.7 Container bci/openjdk:17-28.7 Container suse/sle-micro/5.5/toolbox:13.2-3.5.20 Container suse/sle-micro/base-5.5:2.0.4-5.8.63 Container suse/sle15:15.5.36.14.13 |
| |
Container bci/bci-sle15-kernel-module-devel:15.6.22.1 Container bci/kiwi:9.24.43-2.3 Container bci/python:3.6-47.2 Container suse/389-ds:2.2-41.2 Container suse/manager/5.0/x86_64/server:5.0.1.7.5.1 |
| |
Container bci/golang:oldstable-openssl-35.5 Container bci/golang:stable-openssl-35.5 |
| |
Container bci/openjdk-devel:21-16.14 Container bci/openjdk:21-16.4 Container bci/python:3.11-43.3 Container containers/apache-tomcat:10.1.25-openjdk21 Container containers/apache-tomcat:9-openjdk21 Container containers/open-webui:0.3 Container suse/manager/5.0/x86_64/server-attestation:5.0.1.6.5.1 Container suse/sle15:15.6.47.11.2 Container suse/sle15:15.7.50.8 Image ai_15_6 Image tomcat_15_6 |
| |
Container bci/ruby:2.5-22.3 Container bci/rust:1.80-1.4.1 Container bci/rust:1.81 Container suse/manager/5.0/x86_64/server-migration-14-16:5.0.1.7.5.1 Container suse/rmt-mariadb:10.11-41.1 Container suse/rmt-server:2.19-54.2 Container suse/sles/15.7/libguestfs-tools:1.1.1.28.24 |
| |
Container bci/spack:0.21.2-6.1 |
| |
Container suse/git:2.43-18.6 |
| |
Container suse/helm:3.13-18.4 Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.6.17.5.12 Container suse/registry:2.8-20.5 |
| |
Container suse/ltss/sle12.5/sles12sp5:8.5.7 |
| |
Container suse/ltss/sle15.3/bci-base:latest Container suse/sle-micro/5.1/toolbox:13.2-3.13.10 Container suse/sle-micro/5.2/toolbox:13.2-7.11.12 Container suse/sle15:15.2.9.8.29 |
| |
Container suse/ltss/sle15.4/bci-base:latest Container suse/manager/4.3/proxy-salt-broker:4.3.13.9.47.18 Container suse/manager/4.3/proxy-tftpd:4.3.13.9.47.14 Container suse/sle-micro/5.3/toolbox:13.2-6.11.11 Container suse/sle-micro/5.4/toolbox:13.2-5.19.11 |
| |
Container suse/manager/4.3/proxy-httpd:4.3.13.9.57.17 Container suse/manager/4.3/proxy-squid:4.3.13.9.56.13 Container suse/manager/4.3/proxy-ssh:4.3.13.9.47.13 |
| |
Container suse/sle-micro-rancher/5.2:latest Image SLES15-SP3-BYOS-EC2-HVM 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-HPC-BYOS-EC2-HVM 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-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-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 |
| |
Container suse/sle-micro/5.5:2.0.4-5.5.102 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-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/sle-micro/kvm-5.5:2.0.4-3.5.128 Container suse/sle-micro/rt-5.5:2.0.4-4.5.134 |
| |
Container suse/sles12sp5:6.8.35 |
| |
Container trento/trento-wanda:latest Container trento/trento-web:latest |
| |
Image SLES12-SP5-Azure-BYOS Image SLES12-SP5-Azure-SAP-BYOS Image SLES12-SP5-EC2-BYOS Image SLES12-SP5-GCE-BYOS 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-SP3-SAP-Azure-LI-BYOS-Production Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production Image SLES15-SP3-SAPCAL-EC2-HVM |
| |
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-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 |
| |
Image SLES15-SP6-SAP Image SLES15-SP6-SAP-Azure Image SLES15-SP6-SAP-EC2 Image SLES15-SP6-SAP-GCE Image SLES15-SP6-SAPCAL Image SLES15-SP6-SAPCAL-Azure Image SLES15-SP6-SAPCAL-EC2 Image SLES15-SP6-SAPCAL-GCE |
| |
Image SLES15-SP6 Image SLES15-SP6-Azure-Basic Image SLES15-SP6-Azure-Standard Image SLES15-SP6-BYOS Image SLES15-SP6-BYOS-Azure Image SLES15-SP6-BYOS-EC2 Image SLES15-SP6-BYOS-GCE Image SLES15-SP6-CHOST-BYOS Image SLES15-SP6-CHOST-BYOS-Aliyun Image SLES15-SP6-CHOST-BYOS-Azure Image SLES15-SP6-CHOST-BYOS-EC2 Image SLES15-SP6-CHOST-BYOS-GCE Image SLES15-SP6-CHOST-BYOS-GDC Image SLES15-SP6-CHOST-BYOS-SAP-CCloud Image SLES15-SP6-EC2 Image SLES15-SP6-EC2-ECS-HVM Image SLES15-SP6-GCE Image SLES15-SP6-HPC Image SLES15-SP6-HPC-Azure Image SLES15-SP6-HPC-BYOS Image SLES15-SP6-HPC-BYOS-Azure Image SLES15-SP6-HPC-BYOS-EC2 Image SLES15-SP6-HPC-BYOS-GCE Image SLES15-SP6-HPC-EC2 Image SLES15-SP6-HPC-GCE Image SLES15-SP6-Hardened-BYOS Image SLES15-SP6-Hardened-BYOS-Azure Image SLES15-SP6-Hardened-BYOS-EC2 Image SLES15-SP6-Hardened-BYOS-GCE Image SLES15-SP6-SAP-BYOS Image SLES15-SP6-SAP-BYOS-Azure Image SLES15-SP6-SAP-BYOS-EC2 Image SLES15-SP6-SAP-BYOS-GCE Image SLES15-SP6-SAP-Hardened Image SLES15-SP6-SAP-Hardened-Azure Image SLES15-SP6-SAP-Hardened-BYOS Image SLES15-SP6-SAP-Hardened-BYOS-Azure Image SLES15-SP6-SAP-Hardened-BYOS-EC2 Image SLES15-SP6-SAP-Hardened-BYOS-GCE Image SLES15-SP6-SAP-Hardened-EC2 Image SLES15-SP6-SAP-Hardened-GCE |
| |
SUSE Enterprise Storage 7.1 |
| Patchnames: SUSE-Storage-7.1-2024-2909 SUSE-Storage-7.1-2024-3119 |
SUSE Liberty Linux 8 |
| Patchnames: RHSA-2024:7848 |
SUSE Linux Enterprise Desktop 15 SP5 SUSE Linux Enterprise Module for Basesystem 15 SP5 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP5-2024-2891 SUSE-SLE-Module-Basesystem-15-SP5-2024-3019 |
SUSE Linux Enterprise Desktop 15 SP6 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP6-2024-2635 SUSE-SLE-Module-Basesystem-15-SP6-2024-2933 SUSE-SLE-Module-Development-Tools-15-SP6-2024-2933 |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-2909 |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-2909 SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3119 |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-2927 SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-2931 SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3119 |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-2927 SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-2931 SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3119 |
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-2024-2891 SUSE-SLE-Module-Basesystem-15-SP5-2024-3019 SUSE-SLE-Module-Legacy-15-SP5-2024-3119 |
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-SLE-Module-Basesystem-15-SP6-2024-2635 SUSE-SLE-Module-Basesystem-15-SP6-2024-2933 SUSE-SLE-Module-Development-Tools-15-SP6-2024-2933 SUSE-SLE-Module-Legacy-15-SP6-2024-2933 SUSE-SLE-Module-Legacy-15-SP6-2024-3119 |
SUSE Linux Enterprise Live Patching 15 SP6 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP6-2024-2761 |
SUSE Linux Enterprise Micro 5.1 |
| Patchnames: SUSE-SUSE-MicroOS-5.1-2024-2909 |
SUSE Linux Enterprise Micro 5.2 |
| Patchnames: SUSE-SUSE-MicroOS-5.2-2024-2909 |
SUSE Linux Enterprise Micro 5.3 |
| Patchnames: SUSE-SLE-Micro-5.3-2024-2927 SUSE-SLE-Micro-5.3-2024-2931 |
SUSE Linux Enterprise Micro 5.4 |
| Patchnames: SUSE-SLE-Micro-5.4-2024-2927 SUSE-SLE-Micro-5.4-2024-2931 |
SUSE Linux Enterprise Micro 5.5 |
| Patchnames: SUSE-SLE-Micro-5.5-2024-2891 |
SUSE Linux Enterprise Micro 6.0 |
| Patchnames: SUSE-SLE-Micro-6.0-58 |
SUSE Linux Enterprise Module for Basesystem 15 SP6 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP6-2024-2635 SUSE-SLE-Module-Basesystem-15-SP6-2024-2933 |
SUSE Linux Enterprise Module for Development Tools 15 SP6 |
| Patchnames: SUSE-SLE-Module-Development-Tools-15-SP6-2024-2933 |
SUSE Linux Enterprise Module for Legacy 15 SP5 |
| Patchnames: SUSE-SLE-Module-Legacy-15-SP5-2024-3119 |
SUSE Linux Enterprise Module for Legacy 15 SP6 |
| Patchnames: SUSE-SLE-Module-Legacy-15-SP6-2024-2933 SUSE-SLE-Module-Legacy-15-SP6-2024-3119 |
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE |
| Patchnames: SUSE-SLE-SERVER-11-SP4-LTSS-EXTREME-CORE-2024-2991 |
SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12 SP5 |
| Patchnames: SUSE-SLE-SDK-12-SP5-2024-2953 SUSE-SLE-SDK-12-SP5-2024-2989 SUSE-SLE-SERVER-12-SP5-2024-2953 SUSE-SLE-SERVER-12-SP5-2024-2989 |
SUSE Linux Enterprise Server 15 SP2-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-2909 SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3119 |
SUSE Linux Enterprise Server 15 SP3-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-2909 SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3119 |
SUSE Linux Enterprise Server 15 SP4-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-2927 SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-2931 SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3119 |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP2-2024-2909 SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3119 |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP3-2024-2909 SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3119 |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP4-2024-2927 SUSE-SLE-Product-SLES_SAP-15-SP4-2024-2931 SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3119 |
SUSE Linux Enterprise Software Development Kit 12 SP5 |
| Patchnames: SUSE-SLE-SDK-12-SP5-2024-2953 SUSE-SLE-SDK-12-SP5-2024-2989 |
SUSE Manager Proxy 4.3 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-2927 SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-2931 |
SUSE Manager Retail Branch Server 4.3 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.3-2024-2927 SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.3-2024-2931 |
SUSE Manager Server 4.3 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-2927 SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-2931 |
openSUSE Leap 15.5 |
| Patchnames: openSUSE-SLE-15.5-2024-2891 openSUSE-SLE-15.5-2024-3019 openSUSE-SLE-15.5-2024-3119 |
openSUSE Leap 15.6 |
| Patchnames: openSUSE-SLE-15.6-2024-2635 openSUSE-SLE-15.6-2024-2933 openSUSE-SLE-15.6-2024-3119 |
openSUSE Leap Micro 5.5 |
| Patchnames: openSUSE-Leap-Micro-5.5-2024-2891 |
openSUSE Tumbleweed |
| Patchnames: openSUSE-Tumbleweed-2024-14219 openSUSE-Tumbleweed-2024-14220 |
First public cloud image revisions this CVE is fixed in:
- alibaba/sles-15-sp3-chost-byos-v20240912
- alibaba/sles-15-sp4-chost-byos-v20240912
- alibaba/sles-15-sp5-chost-byos-v20240826
- alibaba/sles-15-sp6-chost-byos-v20240807
- alibaba/sles-15-sp6-chost-byos-v20240905
- amazon/suse-manager-proxy-4-3-byos-v20241113-hvm-ssd-x86_64
- amazon/suse-manager-server-4-3-byos-v20241113-hvm-ssd-x86_64
- amazon/suse-manager-server-4-3-v20241113-hvm-ssd-x86_64-llc
- amazon/suse-manager-server-4-3-v20241113-hvm-ssd-x86_64-ltd
- amazon/suse-sle-hpc-15-sp3-byos-v20240819-hvm-ssd-x86_64
- amazon/suse-sle-hpc-15-sp5-byos-v20240821-hvm-ssd-x86_64
- amazon/suse-sle-hpc-15-sp6-byos-v20241113-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-1-byos-v20240913-hvm-ssd-arm64
- amazon/suse-sle-micro-5-1-byos-v20240913-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-1-byos-v20240915-hvm-ssd-arm64
- amazon/suse-sle-micro-5-1-byos-v20240915-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-1-byos-v20240916-hvm-ssd-arm64
- amazon/suse-sle-micro-5-2-byos-v20240913-hvm-ssd-arm64
- amazon/suse-sle-micro-5-2-byos-v20240913-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-2-byos-v20240915-hvm-ssd-arm64
- amazon/suse-sle-micro-5-2-byos-v20240915-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-2-byos-v20240916-hvm-ssd-arm64
- amazon/suse-sle-micro-5-2-byos-v20240916-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-3-byos-v20240919-hvm-ssd-arm64
- amazon/suse-sle-micro-5-3-byos-v20240919-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-3-v20240919-hvm-ssd-arm64-llc
- amazon/suse-sle-micro-5-3-v20240919-hvm-ssd-arm64-ltd
- amazon/suse-sle-micro-5-3-v20240919-hvm-ssd-x86_64-llc
- amazon/suse-sle-micro-5-3-v20240919-hvm-ssd-x86_64-ltd
- amazon/suse-sle-micro-5-4-byos-v20240919-hvm-ssd-arm64
- amazon/suse-sle-micro-5-4-byos-v20240919-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-4-v20240919-hvm-ssd-arm64-llc
- amazon/suse-sle-micro-5-4-v20240919-hvm-ssd-arm64-ltd
- amazon/suse-sle-micro-5-4-v20240919-hvm-ssd-x86_64-llc
- amazon/suse-sle-micro-5-4-v20240919-hvm-ssd-x86_64-ltd
- amazon/suse-sle-micro-5-5-byos-v20240821-hvm-ssd-arm64
- amazon/suse-sle-micro-5-5-byos-v20240821-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-5-v20240821-hvm-ssd-arm64-llc
- amazon/suse-sle-micro-5-5-v20240821-hvm-ssd-arm64-ltd
- amazon/suse-sle-micro-5-5-v20240821-hvm-ssd-x86_64-llc
- amazon/suse-sle-micro-5-5-v20240821-hvm-ssd-x86_64-ltd
- amazon/suse-sles-12-sp5-byos-v20240913-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-byos-v20240819-hvm-ssd-arm64
- amazon/suse-sles-15-sp3-byos-v20240819-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-arm64
- amazon/suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-sapcal-v20240819-hvm-ssd-x86_64
- amazon/suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-arm64
- amazon/suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-byos-v20240822-hvm-ssd-arm64
- amazon/suse-sles-15-sp5-byos-v20240822-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-chost-byos-v20240826-hvm-ssd-arm64
- amazon/suse-sles-15-sp5-chost-byos-v20240826-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-sapcal-v20240822-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-v20240822-ecs-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-v20240822-hvm-ssd-arm64
- amazon/suse-sles-15-sp5-v20240822-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-byos-v20241113-hvm-ssd-arm64
- amazon/suse-sles-15-sp6-byos-v20241113-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-chost-byos-v20240807-hvm-ssd-arm64
- amazon/suse-sles-15-sp6-chost-byos-v20240807-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-chost-byos-v20240905-hvm-ssd-arm64
- amazon/suse-sles-15-sp6-chost-byos-v20240905-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-hardened-byos-v20241113-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-v20241113-hvm-ssd-arm64
- amazon/suse-sles-sap-15-sp3-byos-v20240913-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp3-byos-v20240915-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp3-byos-v20240916-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp4-byos-v20240913-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp4-hardened-byos-v20240913-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp5-byos-v20240822-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp5-hardened-byos-v20240821-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp6-byos-v20241113-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp6-hardened-byos-v20241113-hvm-ssd-x86_64
- google/sle-hpc-15-sp5-byos-v20240821-x86-64
- google/sle-hpc-15-sp6-byos-v20241113-x86-64
- google/sle-micro-5-1-byos-v20240913-x86-64
- google/sle-micro-5-1-byos-v20240915-x86-64
- google/sle-micro-5-1-byos-v20240916-x86-64
- google/sle-micro-5-2-byos-v20240913-x86-64
- google/sle-micro-5-2-byos-v20240915-x86-64
- google/sle-micro-5-2-byos-v20240916-x86-64
- google/sle-micro-5-3-byos-v20240919-arm64
- google/sle-micro-5-3-byos-v20240919-x86-64
- google/sle-micro-5-4-byos-v20240919-arm64
- google/sle-micro-5-4-byos-v20240919-x86-64
- google/sle-micro-5-5-byos-v20240821-arm64
- google/sle-micro-5-5-byos-v20240821-x86-64
- google/sles-12-sp5-byos-v20241028-x86-64
- google/sles-12-sp5-sap-byos-v20241028-x86-64
- google/sles-12-sp5-sap-v20241028-x86-64
- google/sles-15-sp3-chost-byos-v20240912-x86-64
- google/sles-15-sp3-sap-byos-v20240913-x86-64
- google/sles-15-sp3-sap-byos-v20240915-x86-64
- google/sles-15-sp3-sap-byos-v20240916-x86-64
- google/sles-15-sp3-sap-v20240913-x86-64
- google/sles-15-sp3-sap-v20240915-x86-64
- google/sles-15-sp3-sap-v20240916-x86-64
- google/sles-15-sp4-chost-byos-v20240912-arm64
- google/sles-15-sp4-chost-byos-v20240912-x86-64
- google/sles-15-sp4-sap-byos-v20240913-x86-64
- google/sles-15-sp4-sap-v20240913-x86-64
- google/sles-15-sp5-byos-v20240821-arm64
- google/sles-15-sp5-byos-v20240821-x86-64
- google/sles-15-sp5-chost-byos-v20240826-arm64
- google/sles-15-sp5-chost-byos-v20240826-x86-64
- google/sles-15-sp5-hardened-byos-v20240821-x86-64
- google/sles-15-sp5-sap-byos-v20240821-x86-64
- google/sles-15-sp5-sap-v20240821-x86-64
- google/sles-15-sp5-sapcal-v20240821-x86-64
- google/sles-15-sp5-v20240821-arm64
- google/sles-15-sp5-v20240821-x86-64
- google/sles-15-sp6-byos-v20241113-arm64
- google/sles-15-sp6-byos-v20241113-x86-64
- google/sles-15-sp6-chost-byos-v20240807-arm64
- google/sles-15-sp6-chost-byos-v20240807-x86-64
- google/sles-15-sp6-chost-byos-v20240905-arm64
- google/sles-15-sp6-chost-byos-v20240905-x86-64
- google/sles-15-sp6-hardened-byos-v20241113-x86-64
- google/sles-15-sp6-sap-byos-v20241113-x86-64
- google/sles-15-sp6-sap-v20241113-x86-64
- google/sles-15-sp6-sapcal-v20241113-x86-64
- google/sles-15-sp6-v20241113-arm64
- google/sles-15-sp6-v20241113-x86-64
- google/sles-sap-15-sp4-hardened-byos-v20240913-x86-64
- google/sles-sap-15-sp4-hardened-v20240913-x86-64
- google/sles-sap-15-sp5-hardened-byos-v20240821-x86-64
- google/sles-sap-15-sp5-hardened-v20240821-x86-64
- google/sles-sap-15-sp6-hardened-byos-v20241113-x86-64
- google/sles-sap-15-sp6-hardened-v20241113-x86-64
- google/suse-manager-proxy-4-3-byos-v20241113-x86-64
- google/suse-manager-server-4-3-byos-v20241113-x86-64
- microsoft/suse-manager-proxy-4-3-byos-v20241113-x86_64
- microsoft/suse-manager-server-4-3-byos-v20240826-x86_64
- microsoft/suse-manager-server-4-3-v20240826-x86_64-llc
- microsoft/suse-manager-server-4-3-v20240826-x86_64-ltd
- microsoft/suse-sle-hpc-15-sp5-byos-v20240821-x86_64
- microsoft/suse-sle-hpc-15-sp5-v20240821-x86_64
- microsoft/suse-sle-hpc-15-sp6-byos-v20241113-x86_64
- microsoft/suse-sle-hpc-15-sp6-v20240808-x86_64
- microsoft/suse-sle-hpc-15-sp6-v20241113-x86_64
- microsoft/suse-sle-micro-5-1-byos-v20240913-x86_64
- microsoft/suse-sle-micro-5-2-byos-v20240913-x86_64
- microsoft/suse-sle-micro-5-4-byos-v20241114-x86_64
- microsoft/suse-sle-micro-5-5-byos-v20241114-arm64
- microsoft/suse-sle-micro-5-5-v20240821-arm64-llc
- microsoft/suse-sle-micro-5-5-v20240821-arm64-ltd
- microsoft/suse-sle-micro-5-5-v20241114-x86_64-llc
- microsoft/suse-sle-micro-5-5-v20241114-x86_64-ltd
- microsoft/suse-sles-12-sp5-byos-v20240902-x86_64
- microsoft/suse-sles-15-sp3-chost-byos-v20240912-x86_64
- microsoft/suse-sles-15-sp4-chost-byos-v20240912-arm64
- microsoft/suse-sles-15-sp4-chost-byos-v20240912-x86_64
- microsoft/suse-sles-15-sp5-basic-v20240822-x86_64
- microsoft/suse-sles-15-sp5-byos-v20240821-x86_64
- microsoft/suse-sles-15-sp5-byos-v20240822-arm64
- microsoft/suse-sles-15-sp5-chost-byos-v20240826-arm64
- microsoft/suse-sles-15-sp5-chost-byos-v20240826-x86_64
- microsoft/suse-sles-15-sp5-hardened-byos-v20240822-x86_64
- microsoft/suse-sles-15-sp5-sapcal-v20240821-x86_64
- microsoft/suse-sles-15-sp5-v20240822-arm64
- microsoft/suse-sles-15-sp5-v20240822-x86_64
- microsoft/suse-sles-15-sp6-basic-v20241113-x86_64
- microsoft/suse-sles-15-sp6-byos-v20241113-arm64
- microsoft/suse-sles-15-sp6-byos-v20241113-x86_64
- microsoft/suse-sles-15-sp6-chost-byos-v20240807-arm64
- microsoft/suse-sles-15-sp6-chost-byos-v20240807-x86_64
- microsoft/suse-sles-15-sp6-chost-byos-v20240905-arm64
- microsoft/suse-sles-15-sp6-chost-byos-v20240905-x86_64
- microsoft/suse-sles-15-sp6-hardened-byos-v20241113-x86_64
- microsoft/suse-sles-15-sp6-sapcal-v20241113-x86_64
- microsoft/suse-sles-15-sp6-v20241113-arm64
- microsoft/suse-sles-15-sp6-v20241113-x86_64
- microsoft/suse-sles-sap-12-sp5-byos-v20240920-x86_64
- microsoft/suse-sles-sap-15-sp3-byos-v20240913-x86_64
- microsoft/suse-sles-sap-15-sp3-byos-v20240915-x86_64
- microsoft/suse-sles-sap-15-sp3-byos-v20240916-x86_64
- microsoft/suse-sles-sap-15-sp3-v20240913-x86_64
- microsoft/suse-sles-sap-15-sp3-v20240915-x86_64
- microsoft/suse-sles-sap-15-sp3-v20240916-x86_64
- microsoft/suse-sles-sap-15-sp4-byos-v20240913-x86_64
- microsoft/suse-sles-sap-15-sp4-hardened-byos-v20240913-x86_64
- microsoft/suse-sles-sap-15-sp4-hardened-v20240913-x86_64
- microsoft/suse-sles-sap-15-sp4-v20240913-x86_64
- microsoft/suse-sles-sap-15-sp5-byos-v20240822-x86_64
- microsoft/suse-sles-sap-15-sp5-hardened-byos-v20240821-x86_64
- microsoft/suse-sles-sap-15-sp5-hardened-v20240821-x86_64
- microsoft/suse-sles-sap-15-sp5-v20240821-x86_64
- microsoft/suse-sles-sap-15-sp6-byos-v20241113-x86_64
- microsoft/suse-sles-sap-15-sp6-hardened-byos-v20241113-x86_64
- microsoft/suse-sles-sap-15-sp6-hardened-v20241113-x86_64
- microsoft/suse-sles-sap-15-sp6-v20241113-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 | Not affected |
SLES15-SP6-CHOST-BYOS | openssl-3 | Released |
SLES15-SP6-CHOST-BYOS-Aliyun | openssl | Not affected |
SLES15-SP6-CHOST-BYOS-Aliyun | openssl-3 | Released |
SLES15-SP6-CHOST-BYOS-Azure | openssl | Not affected |
SLES15-SP6-CHOST-BYOS-Azure | openssl-3 | Released |
SLES15-SP6-CHOST-BYOS-EC2 | openssl | Not affected |
SLES15-SP6-CHOST-BYOS-EC2 | openssl-3 | Released |
SLES15-SP6-CHOST-BYOS-GCE | openssl | Not affected |
SLES15-SP6-CHOST-BYOS-GCE | openssl-3 | Released |
SLES15-SP6-CHOST-BYOS-GDC | openssl | Not affected |
SLES15-SP6-CHOST-BYOS-GDC | openssl-3 | Released |
SLES15-SP6-CHOST-BYOS-SAP-CCloud | openssl | Not affected |
SLES15-SP6-CHOST-BYOS-SAP-CCloud | openssl-3 | Released |
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 | Not affected |
SUSE Linux Enterprise Desktop 15 SP6 | openssl-1_1 | Released |
SUSE Linux Enterprise Desktop 15 SP6 | openssl-3 | Released |
SUSE Linux Enterprise High Performance Computing 12 | compat-openssl098 | Not affected |
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 | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP6 | openssl-1_0_0 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | openssl-3 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | openssl-1_1-livepatches | Affected |
SUSE Linux Enterprise Live Patching 15 SP6 | openssl-1_1-livepatches | Affected |
SUSE Linux Enterprise Live Patching 15 SP6 | openssl-3-livepatches | Released |
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 | jitterentropy | Released |
SUSE Linux Enterprise Micro 6.0 | libpulp | Released |
SUSE Linux Enterprise Micro 6.0 | openssl | Not affected |
SUSE Linux Enterprise Micro 6.0 | openssl-3 | 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.3 | openssl-3 | Released |
SUSE Linux Enterprise Micro for Rancher 5.4 | openssl-1_1 | Released |
SUSE Linux Enterprise Micro for Rancher 5.4 | openssl-3 | 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 | Not affected |
SUSE Linux Enterprise Module for Basesystem 15 SP6 | openssl-1_1 | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP6 | openssl-3 | Released |
SUSE Linux Enterprise Module for Certifications 15 SP5 | openssl-1_1 | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP6 | openssl-1_1 | Released |
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 | Released |
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 | Not affected |
SUSE Linux Enterprise Server 15 SP6 | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP6 | openssl-1_1 | Released |
SUSE Linux Enterprise Server 15 SP6 | openssl-3 | Released |
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 | Not affected |
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 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | openssl-3 | Released |
SUSE Manager Proxy 4.3 | openssl | Not affected |
SUSE Manager Proxy 4.3 | openssl-1_0_0 | Affected |
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 | Affected |
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 | Affected |
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 | Not affected |
openSUSE Leap 15.6 | openssl-1_0_0 | Released |
openSUSE Leap 15.6 | openssl-1_1 | Released |
openSUSE Leap 15.6 | openssl-3 | Released |
openSUSE Leap 15.6 | openssl-3-livepatches | Released |
openSUSE Leap Micro 5.5 | openssl | Not affected |
openSUSE Leap Micro 5.5 | openssl-1_1 | Released |
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 | Affected |
SLES15-SP1-CHOST-BYOS-Azure | openssl | Not affected |
SLES15-SP1-CHOST-BYOS-Azure | openssl-1_1 | Affected |
SLES15-SP1-CHOST-BYOS-EC2 | openssl | Not affected |
SLES15-SP1-CHOST-BYOS-EC2 | openssl-1_1 | Affected |
SLES15-SP1-CHOST-BYOS-GCE | openssl | Not affected |
SLES15-SP1-CHOST-BYOS-GCE | openssl-1_1 | Affected |
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 | In progress |
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 | In progress |
SUSE Linux Enterprise Desktop 15 SP4 | openssl | Not affected |
SUSE Linux Enterprise Desktop 15 SP4 | openssl-1_1 | Affected |
SUSE Linux Enterprise Desktop 15 SP4 | openssl-3 | Affected |
SUSE Linux Enterprise Desktop 15 SP4 LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise Desktop 15 SP4 LTSS | 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 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | openssl-1_1 | Affected |
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 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4 | openssl-1_1 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4 | openssl-3 | Affected |
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 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | openssl-3 | Released |
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 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | openssl-3 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | openssl-1_1-livepatches | 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 | Affected |
SUSE Linux Enterprise Module for Basesystem 15 SP4 | openssl-3 | Affected |
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 | Affected |
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | openssl | Not affected |
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | openssl1 | Released |
SUSE Linux Enterprise Server 12 SP5 | compat-openssl098 | Not affected |
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 | Affected |
SUSE Linux Enterprise Server 15 SP4 | openssl-1_1 | Affected |
SUSE Linux Enterprise Server 15 SP4 | openssl-3 | Affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | openssl | Not affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | openssl-1_0_0 | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | openssl-1_1 | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | openssl-3 | Released |
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 | Not affected |
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 | Affected |
SUSE CaaS Platform 4.0 | openssl-1_1 | Affected |
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 | Affected |
SUSE Enterprise Storage 7 | openssl-1_1 | Affected |
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 | Not affected |
SUSE Linux Enterprise Desktop 11 SP3 | openssl | Not affected |
SUSE Linux Enterprise Desktop 11 SP4 | openssl | Not affected |
SUSE Linux Enterprise Desktop 12 | compat-openssl098 | Not affected |
SUSE Linux Enterprise Desktop 12 SP1 | compat-openssl098 | Not affected |
SUSE Linux Enterprise Desktop 12 SP2 | compat-openssl098 | Not affected |
SUSE Linux Enterprise Desktop 12 SP2 | openssl | Affected |
SUSE Linux Enterprise Desktop 12 SP3 | compat-openssl098 | Not affected |
SUSE Linux Enterprise Desktop 12 SP3 | openssl | Affected |
SUSE Linux Enterprise Desktop 12 SP4 | compat-openssl098 | Not 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 | Affected |
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 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 | Affected |
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 | Affected |
SUSE Linux Enterprise High Performance Computing 15-ESPOS | openssl | Not affected |
SUSE Linux Enterprise High Performance Computing 15-ESPOS | openssl-1_1 | Affected |
SUSE Linux Enterprise High Performance Computing 15-LTSS | openssl | Not affected |
SUSE Linux Enterprise High Performance Computing 15-LTSS | openssl-1_1 | Affected |
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 | Affected |
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 | Not affected |
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 | Not 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 | Affected |
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 | Not affected |
SUSE Linux Enterprise Server 11 SP2 | openssl | Not affected |
SUSE Linux Enterprise Server 11 SP2-LTSS | openssl | Not affected |
SUSE Linux Enterprise Server 11 SP3 | openssl | Not affected |
SUSE Linux Enterprise Server 11 SP3-LTSS | openssl | Not affected |
SUSE Linux Enterprise Server 11 SP4 | openssl | Not affected |
SUSE Linux Enterprise Server 11 SP4 LTSS | openssl | Not affected |
SUSE Linux Enterprise Server 11 SP4-LTSS | openssl | Not affected |
SUSE Linux Enterprise Server 11-SECURITY | openssl1 | Affected |
SUSE Linux Enterprise Server 12 | compat-openssl098 | Not affected |
SUSE Linux Enterprise Server 12 SP2 | openssl | Affected |
SUSE Linux Enterprise Server 12 SP2-BCL | openssl | Affected |
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 | Not affected |
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 | Not affected |
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 | Affected |
SUSE Linux Enterprise Server 12 SP4-ESPOS | openssl-1_1 | Affected |
SUSE Linux Enterprise Server 12 SP4-LTSS | openssl | Not affected |
SUSE Linux Enterprise Server 12 SP4-LTSS | openssl-1_0_0 | Affected |
SUSE Linux Enterprise Server 12 SP4-LTSS | openssl-1_1 | Affected |
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 | Affected |
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 | Affected |
SUSE Linux Enterprise Server 15 SP1-LTSS | openssl-1_1 | Affected |
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 | Affected |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 | openssl | Affected |
SUSE Linux Enterprise Server for SAP Applications 11 SP2 | openssl | Not affected |
SUSE Linux Enterprise Server for SAP Applications 11 SP3 | openssl | Not affected |
SUSE Linux Enterprise Server for SAP Applications 11 SP4 | openssl | Not affected |
SUSE Linux Enterprise Server for SAP Applications 12 | compat-openssl098 | Not affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 | compat-openssl098 | Not affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 | compat-openssl098 | Not affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 | openssl | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 | compat-openssl098 | Not affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 | openssl | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 | compat-openssl098 | Not affected |
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 | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 | openssl-1_1 | Affected |
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 | Affected |
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 | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP1 | openssl-1_1 | Affected |
SUSE Linux Enterprise Software Development Kit 11 SP2 | openssl | Not affected |
SUSE Linux Enterprise Software Development Kit 11 SP3 | openssl | Not affected |
SUSE Linux Enterprise Software Development Kit 11 SP4 | openssl | Not 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 | 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 | Affected |
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 | Affected |
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 | Affected |
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 | Affected |
SUSE OpenStack Cloud 9 | openssl-1_1 | Affected |
SUSE OpenStack Cloud Crowbar 8 | openssl | Affected |
SUSE OpenStack Cloud Crowbar 9 | openssl | Not affected |
SUSE OpenStack Cloud Crowbar 9 | openssl-1_0_0 | Affected |
SUSE OpenStack Cloud Crowbar 9 | openssl-1_1 | Affected |
SUSE Studio Onsite 1.3 | openssl | Not 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 | Affected |
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 | Affected |
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/sles12sp5 | openssl-1_0_0 | Released |
suse/sles12sp4 | openssl-1_0_0 | In progress |
ses/6/cephcsi/cephcsi ses/6/rook/ceph suse/sle15:15.0 suse/sle15:15.1 | openssl-1_1 | Affected |
bci/bci-sle15-kernel-module-devel:15.5 bci/openjdk-devel:11 bci/openjdk-devel:17 bci/openjdk:11 bci/openjdk:17 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/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.2 suse/sle15:15.5 | openssl-1_1 | Released |
bci/bci-init:15.3 bci/golang bci/golang:1.16 bci/golang:1.17 bci/golang:1.20-openssl bci/node:12 bci/node:14 bci/nodejs bci/openjdk bci/openjdk-devel bci/python bci/python:3 bci/ruby 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 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/helm suse/hpc/warewulf4-x86_64/sle-hpc-node suse/registry suse/sle-micro/5.0/toolbox suse/sle15:15.3 suse/sle15:15.4 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/server suse/manager/5.0/x86_64/server-attestation suse/registry suse/sle15:15.6 suse/sle15:15.7 | openssl-3 | Released |
suse/manager/5.0/x86_64/proxy-salt-broker suse/manager/5.0/x86_64/proxy-tftpd | openssl-3 | In progress |
bci/bci-sle15-kernel-module-devel bci/bci-sle15-kernel-module-devel:15.5 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 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/helm suse/hpc/warewulf4-x86_64/sle-hpc-node suse/ltss/sle12.5/sles12sp5 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/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/sle15:15.6 suse/sle15:15.7 suse/sles12sp4 suse/sles12sp5 | openssl | Not affected |
suse/sles12sp3 | openssl | In progress |
Harvester master | ||
rancher/shell:v0.1.26 rancher/shell:v0.2.1 | libopenssl3 | Affected |
Harvester v1.3-head | ||
rancher/shell:v0.1.26 | libopenssl3 | Affected |
Harvester v1.3.2 | ||
rancher/shell:v0.1.26 | libopenssl3 | Affected |
Longhorn v1.5-head | ||
longhornio/support-bundle-kit:v0.0.40 | libopenssl-3-fips-provider libopenssl3 openssl-3 | Affected |
Rancher v2.10-head | ||
rancher/shell:v0.2.1 | libopenssl3 | Affected |
Rancher v2.8-head | ||
rancher/shell:v0.1.26 rancher/shell:v0.2.1 | libopenssl3 | Affected |
rancher/rancher:v2.8-head | libopenssl3 openssl-3 | Affected |
Rancher v2.8.9 | ||
rancher/shell:v0.1.26 rancher/shell:v0.2.1 | libopenssl3 | Affected |
Rancher v2.9-head | ||
rancher/shell:v0.2.1 | libopenssl3 | Affected |
Rancher v2.9.3 | ||
rancher/shell:v0.2.1 | libopenssl3 | Affected |
SUSE Timeline for this CVE
CVE page created: Thu Jun 27 14:00:02 2024CVE page last modified: Sat Nov 16 11:56:08 2024