Upstream information

CVE-2024-5535 at MITRE

Description

Issue summary: Calling the OpenSSL API function SSL_select_next_proto with an
empty 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.

CVSS v3 Scores
  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 Bugzilla entries: 1227138 [IN_PROGRESS], 1227147 [NEW], 1227233 [NEW]

SUSE Security Advisories:

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
  • libopenssl1_1 >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-hmac >= 1.1.1l-150500.17.34.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.8-29.2
Container bci/dotnet-runtime:6.0.33-41.2
Container bci/dotnet-runtime:8.0.8-29.2
Container bci/dotnet-sdk:6.0.33-41.2
Container bci/dotnet-sdk:8.0.8-29.2
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
  • libopenssl1_1 >= 1.1.1w-150600.5.6.1
Container bci/bci-init:15.6.17.12
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 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/rmt-server:2.18-39.1
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
  • libopenssl-3-fips-provider >= 3.1.4-150600.5.10.1
  • libopenssl3 >= 3.1.4-150600.5.10.1
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
  • libopenssl1_1 >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-hmac >= 1.1.1l-150500.17.34.1
  • openssl-1_1 >= 1.1.1l-150500.17.34.1
Container bci/bci-sle15-kernel-module-devel:15.6.22.1
Container bci/kiwi:9.24.43-9.1
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
  • libopenssl-3-fips-provider >= 3.1.4-150600.5.10.1
  • libopenssl1_1 >= 1.1.1w-150600.5.6.1
  • libopenssl3 >= 3.1.4-150600.5.10.1
  • openssl-3 >= 3.1.4-150600.5.10.1
Container bci/golang:1.20.12.1
Container bci/golang:stable-openssl-35.5
  • libopenssl-3-devel >= 3.1.4-150600.5.10.1
  • libopenssl-3-fips-provider >= 3.1.4-150600.5.10.1
  • libopenssl3 >= 3.1.4-150600.5.10.1
  • openssl-3 >= 3.1.4-150600.5.10.1
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-openjdk21
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 tomcat_15_6
  • libopenssl-3-fips-provider >= 3.1.4-150600.5.10.1
  • libopenssl3 >= 3.1.4-150600.5.10.1
  • openssl-3 >= 3.1.4-150600.5.10.1
Container bci/ruby:2.5-22.3
Container bci/rust:1.80
Container bci/rust:1.80-1.4.1
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/sles/15.7/libguestfs-tools:1.1.1.28.24
  • libopenssl-3-fips-provider >= 3.1.4-150600.5.10.1
  • libopenssl1_1 >= 1.1.1w-150600.5.6.1
  • libopenssl3 >= 3.1.4-150600.5.10.1
Container bci/spack:0.21.2-6.1
  • libopenssl-3-devel >= 3.1.4-150600.5.10.1
  • libopenssl-3-fips-provider >= 3.1.4-150600.5.10.1
  • libopenssl1_1 >= 1.1.1w-150600.5.6.1
  • libopenssl3 >= 3.1.4-150600.5.10.1
  • openssl-3 >= 3.1.4-150600.5.10.1
Container suse/git:2.43-18.6
  • libopenssl3 >= 3.1.4-150600.5.10.1
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
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-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
  • libopenssl3 >= 3.1.4-150600.5.10.1
  • openssl-3 >= 3.1.4-150600.5.10.1
Container suse/ltss/sle12.5/sles12sp5:latest
  • libopenssl1_0_0 >= 1.0.2p-3.95.1
  • openssl-1_0_0 >= 1.0.2p-3.95.1
Container suse/ltss/sle15.3/sle15:15.3.6.14
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
  • libopenssl1_1 >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac >= 1.1.1d-150200.11.94.1
  • openssl-1_1 >= 1.1.1d-150200.11.94.1
Container suse/ltss/sle15.4/sle15:15.4.5.10
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
  • libopenssl1_1 >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.72.1
  • openssl-1_1 >= 1.1.1l-150400.7.72.1
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
  • libopenssl1_1 >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.72.1
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
  • libopenssl1_1 >= 1.1.1d-150200.11.94.1
  • openssl-1_1 >= 1.1.1d-150200.11.94.1
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-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-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-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
  • libopenssl1_1 >= 1.1.1l-150400.7.72.1
  • openssl-1_1 >= 1.1.1l-150400.7.72.1
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-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-BYOS
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
  • libopenssl1_1 >= 1.1.1l-150500.17.34.1
  • openssl-1_1 >= 1.1.1l-150500.17.34.1
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
  • libopenssl1_1 >= 1.1.1l-150500.17.34.1
Container suse/sles12sp5:6.8.35
  • libopenssl1_0_0 >= 1.0.2p-3.95.1
  • libopenssl1_0_0-hmac >= 1.0.2p-3.95.1
  • openssl-1_0_0 >= 1.0.2p-3.95.1
Container trento/trento-wanda:latest
Container trento/trento-web:latest
  • libopenssl1_1 >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac >= 1.1.1d-150200.11.94.1
Image SLES12-SP5-Azure-BYOS
Image SLES12-SP5-Azure-SAP-BYOS
Image SLES12-SP5-EC2-BYOS
  • libopenssl1_0_0 >= 1.0.2p-3.95.1
  • libopenssl1_1 >= 1.1.1d-2.110.2
  • openssl-1_0_0 >= 1.0.2p-3.95.1
Image SLES12-SP5-SAP-Azure-LI-BYOS-Production
Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production
  • libopenssl1_0_0 >= 1.0.2p-3.95.1
  • libopenssl1_0_0-32bit >= 1.0.2p-3.95.1
  • libopenssl1_1 >= 1.1.1d-2.110.2
  • openssl-1_0_0 >= 1.0.2p-3.95.1
Image SLES15-SP3-SAP-Azure-LI-BYOS-Production
Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production
Image SLES15-SP3-SAPCAL-EC2-HVM
  • libopenssl1_1 >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-32bit >= 1.1.1d-150200.11.94.1
  • openssl-1_1 >= 1.1.1d-150200.11.94.1
Image SLES15-SP5-SAPCAL-Azure
Image SLES15-SP5-SAPCAL-EC2
Image SLES15-SP5-SAPCAL-GCE
  • libopenssl1_1 >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-32bit >= 1.1.1l-150500.17.34.1
  • openssl-1_1 >= 1.1.1l-150500.17.34.1
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-SAP-CCloud
  • libopenssl1_1 >= 1.1.1w-150600.5.6.1
  • libopenssl3 >= 3.1.4-150600.5.10.1
  • openssl-3 >= 3.1.4-150600.5.10.1
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
  • libopenssl3 >= 3.1.4-150600.5.10.1
  • libopenssl3-32bit >= 3.1.4-150600.5.10.1
  • openssl-3 >= 3.1.4-150600.5.10.1
SUSE Enterprise Storage 7.1
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1d-150200.11.94.1
  • libopenssl-1_1-devel-32bit >= 1.1.1d-150200.11.94.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-32bit >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac-32bit >= 1.1.1d-150200.11.94.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1d-150200.11.94.1
  • openssl-1_1-doc >= 1.1.1d-150200.11.94.1
Patchnames:
SUSE-Storage-7.1-2024-2909
SUSE-Storage-7.1-2024-3119
SUSE Linux Enterprise Desktop 15 SP5
SUSE Linux Enterprise Module for Basesystem 15 SP5
  • libopenssl-1_1-devel >= 1.1.1l-150500.17.34.1
  • libopenssl-3-devel >= 3.0.8-150500.5.39.1
  • libopenssl1_1 >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-32bit >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-hmac >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150500.17.34.1
  • libopenssl3 >= 3.0.8-150500.5.39.1
  • openssl-1_1 >= 1.1.1l-150500.17.34.1
  • openssl-3 >= 3.0.8-150500.5.39.1
Patchnames:
SUSE-SLE-Module-Basesystem-15-SP5-2024-2891
SUSE-SLE-Module-Basesystem-15-SP5-2024-3019
SUSE Linux Enterprise Desktop 15 SP6
  • libopenssl-1_1-devel >= 1.1.1w-150600.5.6.1
  • libopenssl-3-devel >= 3.1.4-150600.5.10.1
  • libopenssl-3-fips-provider >= 3.1.4-150600.5.10.1
  • libopenssl-3-fips-provider-32bit >= 3.1.4-150600.5.10.1
  • libopenssl1_1 >= 1.1.1w-150600.5.6.1
  • libopenssl1_1-32bit >= 1.1.1w-150600.5.6.1
  • libopenssl3 >= 3.1.4-150600.5.10.1
  • libopenssl3-32bit >= 3.1.4-150600.5.10.1
  • openssl-3 >= 3.1.4-150600.5.10.1
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
  • libopenssl-1_1-devel >= 1.1.1d-150200.11.94.1
  • libopenssl1_1 >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-32bit >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac-32bit >= 1.1.1d-150200.11.94.1
  • openssl-1_1 >= 1.1.1d-150200.11.94.1
Patchnames:
SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-2909
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1d-150200.11.94.1
  • libopenssl-1_1-devel-32bit >= 1.1.1d-150200.11.94.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-32bit >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac-32bit >= 1.1.1d-150200.11.94.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1d-150200.11.94.1
  • openssl-1_1-doc >= 1.1.1d-150200.11.94.1
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
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.72.1
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl-3-devel >= 3.0.8-150400.4.60.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl3 >= 3.0.8-150400.4.60.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1l-150400.7.72.1
  • openssl-3 >= 3.0.8-150400.4.60.1
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
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.72.1
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl-3-devel >= 3.0.8-150400.4.60.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl3 >= 3.0.8-150400.4.60.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1l-150400.7.72.1
  • openssl-3 >= 3.0.8-150400.4.60.1
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
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1l-150500.17.34.1
  • libopenssl-3-devel >= 3.0.8-150500.5.39.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-32bit >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-hmac >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150500.17.34.1
  • libopenssl3 >= 3.0.8-150500.5.39.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1l-150500.17.34.1
  • openssl-3 >= 3.0.8-150500.5.39.1
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
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1w-150600.5.6.1
  • libopenssl-3-devel >= 3.1.4-150600.5.10.1
  • libopenssl-3-fips-provider >= 3.1.4-150600.5.10.1
  • libopenssl-3-fips-provider-32bit >= 3.1.4-150600.5.10.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1w-150600.5.6.1
  • libopenssl1_1-32bit >= 1.1.1w-150600.5.6.1
  • libopenssl3 >= 3.1.4-150600.5.10.1
  • libopenssl3-32bit >= 3.1.4-150600.5.10.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1w-150600.5.6.1
  • openssl-3 >= 3.1.4-150600.5.10.1
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
  • openssl-3-livepatches >= 0.1-150600.13.3.1
Patchnames:
SUSE-SLE-Module-Live-Patching-15-SP6-2024-2761
SUSE Linux Enterprise Micro 5.1
  • libopenssl-1_1-devel >= 1.1.1d-150200.11.94.1
  • libopenssl1_1 >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac >= 1.1.1d-150200.11.94.1
  • openssl-1_1 >= 1.1.1d-150200.11.94.1
Patchnames:
SUSE-SUSE-MicroOS-5.1-2024-2909
SUSE Linux Enterprise Micro 5.2
  • libopenssl-1_1-devel >= 1.1.1d-150200.11.94.1
  • libopenssl1_1 >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac >= 1.1.1d-150200.11.94.1
  • openssl-1_1 >= 1.1.1d-150200.11.94.1
Patchnames:
SUSE-SUSE-MicroOS-5.2-2024-2909
SUSE Linux Enterprise Micro 5.3
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.72.1
  • libopenssl1_1 >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.72.1
  • libopenssl3 >= 3.0.8-150400.4.60.1
  • openssl-1_1 >= 1.1.1l-150400.7.72.1
Patchnames:
SUSE-SLE-Micro-5.3-2024-2927
SUSE-SLE-Micro-5.3-2024-2931
SUSE Linux Enterprise Micro 5.4
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.72.1
  • libopenssl1_1 >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.72.1
  • libopenssl3 >= 3.0.8-150400.4.60.1
  • openssl-1_1 >= 1.1.1l-150400.7.72.1
Patchnames:
SUSE-SLE-Micro-5.4-2024-2927
SUSE-SLE-Micro-5.4-2024-2931
SUSE Linux Enterprise Micro 5.5
  • libopenssl-1_1-devel >= 1.1.1l-150500.17.34.1
  • libopenssl1_1 >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-hmac >= 1.1.1l-150500.17.34.1
  • openssl-1_1 >= 1.1.1l-150500.17.34.1
Patchnames:
SUSE-SLE-Micro-5.5-2024-2891
SUSE Linux Enterprise Module for Basesystem 15 SP6
  • libopenssl-3-devel >= 3.1.4-150600.5.10.1
  • libopenssl-3-fips-provider >= 3.1.4-150600.5.10.1
  • libopenssl-3-fips-provider-32bit >= 3.1.4-150600.5.10.1
  • libopenssl1_1 >= 1.1.1w-150600.5.6.1
  • libopenssl1_1-32bit >= 1.1.1w-150600.5.6.1
  • libopenssl3 >= 3.1.4-150600.5.10.1
  • libopenssl3-32bit >= 3.1.4-150600.5.10.1
  • openssl-3 >= 3.1.4-150600.5.10.1
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
  • libopenssl-1_1-devel >= 1.1.1w-150600.5.6.1
Patchnames:
SUSE-SLE-Module-Development-Tools-15-SP6-2024-2933
SUSE Linux Enterprise Module for Legacy 15 SP5
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.94.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
Patchnames:
SUSE-SLE-Module-Legacy-15-SP5-2024-3119
SUSE Linux Enterprise Module for Legacy 15 SP6
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.94.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1w-150600.5.6.1
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
  • libopenssl1-devel >= 1.0.1g-0.58.82.1
  • libopenssl1_0_0 >= 1.0.1g-0.58.82.1
  • libopenssl1_0_0-32bit >= 1.0.1g-0.58.82.1
  • openssl1 >= 1.0.1g-0.58.82.1
  • openssl1-doc >= 1.0.1g-0.58.82.1
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
  • libopenssl-1_0_0-devel >= 1.0.2p-3.95.1
  • libopenssl-1_0_0-devel-32bit >= 1.0.2p-3.95.1
  • libopenssl-1_1-devel >= 1.1.1d-2.110.2
  • libopenssl-1_1-devel-32bit >= 1.1.1d-2.110.2
  • libopenssl1_0_0 >= 1.0.2p-3.95.1
  • libopenssl1_0_0-32bit >= 1.0.2p-3.95.1
  • libopenssl1_0_0-hmac >= 1.0.2p-3.95.1
  • libopenssl1_0_0-hmac-32bit >= 1.0.2p-3.95.1
  • libopenssl1_1 >= 1.1.1d-2.110.2
  • libopenssl1_1-32bit >= 1.1.1d-2.110.2
  • libopenssl1_1-hmac >= 1.1.1d-2.110.2
  • libopenssl1_1-hmac-32bit >= 1.1.1d-2.110.2
  • openssl-1_0_0 >= 1.0.2p-3.95.1
  • openssl-1_0_0-doc >= 1.0.2p-3.95.1
  • openssl-1_1 >= 1.1.1d-2.110.2
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
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1d-150200.11.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-32bit >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac-32bit >= 1.1.1d-150200.11.94.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1d-150200.11.94.1
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
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1d-150200.11.94.1
  • libopenssl-1_1-devel-32bit >= 1.1.1d-150200.11.94.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-32bit >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac-32bit >= 1.1.1d-150200.11.94.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1d-150200.11.94.1
  • openssl-1_1-doc >= 1.1.1d-150200.11.94.1
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
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.72.1
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl-3-devel >= 3.0.8-150400.4.60.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl3 >= 3.0.8-150400.4.60.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1l-150400.7.72.1
  • openssl-3 >= 3.0.8-150400.4.60.1
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
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1d-150200.11.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-32bit >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac-32bit >= 1.1.1d-150200.11.94.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1d-150200.11.94.1
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
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1d-150200.11.94.1
  • libopenssl-1_1-devel-32bit >= 1.1.1d-150200.11.94.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-32bit >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac >= 1.1.1d-150200.11.94.1
  • libopenssl1_1-hmac-32bit >= 1.1.1d-150200.11.94.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1d-150200.11.94.1
  • openssl-1_1-doc >= 1.1.1d-150200.11.94.1
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
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.72.1
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl-3-devel >= 3.0.8-150400.4.60.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl3 >= 3.0.8-150400.4.60.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1l-150400.7.72.1
  • openssl-3 >= 3.0.8-150400.4.60.1
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
  • libopenssl-1_0_0-devel >= 1.0.2p-3.95.1
  • libopenssl-1_0_0-devel-32bit >= 1.0.2p-3.95.1
  • libopenssl-1_1-devel >= 1.1.1d-2.110.2
  • libopenssl-1_1-devel-32bit >= 1.1.1d-2.110.2
Patchnames:
SUSE-SLE-SDK-12-SP5-2024-2953
SUSE-SLE-SDK-12-SP5-2024-2989
SUSE Manager Proxy 4.3
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.72.1
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl-3-devel >= 3.0.8-150400.4.60.1
  • libopenssl1_1 >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl3 >= 3.0.8-150400.4.60.1
  • openssl-1_1 >= 1.1.1l-150400.7.72.1
  • openssl-3 >= 3.0.8-150400.4.60.1
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
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.72.1
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl-3-devel >= 3.0.8-150400.4.60.1
  • libopenssl1_1 >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl3 >= 3.0.8-150400.4.60.1
  • openssl-1_1 >= 1.1.1l-150400.7.72.1
  • openssl-3 >= 3.0.8-150400.4.60.1
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
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.72.1
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl-3-devel >= 3.0.8-150400.4.60.1
  • libopenssl1_1 >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.72.1
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.72.1
  • libopenssl3 >= 3.0.8-150400.4.60.1
  • openssl-1_1 >= 1.1.1l-150400.7.72.1
  • openssl-3 >= 3.0.8-150400.4.60.1
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
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_0_0-devel-32bit >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1l-150500.17.34.1
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150500.17.34.1
  • libopenssl-3-devel >= 3.0.8-150500.5.39.1
  • libopenssl-3-devel-32bit >= 3.0.8-150500.5.39.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-32bit >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-hmac-32bit >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-steam >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-steam-32bit >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-32bit >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-hmac >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150500.17.34.1
  • libopenssl3 >= 3.0.8-150500.5.39.1
  • libopenssl3-32bit >= 3.0.8-150500.5.39.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_0_0-cavs >= 1.0.2p-150000.3.94.1
  • openssl-1_0_0-doc >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1l-150500.17.34.1
  • openssl-1_1-doc >= 1.1.1l-150500.17.34.1
  • openssl-3 >= 3.0.8-150500.5.39.1
  • openssl-3-doc >= 3.0.8-150500.5.39.1
Patchnames:
openSUSE-SLE-15.5-2024-2891
openSUSE-SLE-15.5-2024-3019
openSUSE-SLE-15.5-2024-3119
openSUSE Leap 15.6
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.94.1
  • libopenssl-1_0_0-devel-32bit >= 1.0.2p-150000.3.94.1
  • libopenssl-1_1-devel >= 1.1.1w-150600.5.6.1
  • libopenssl-1_1-devel-32bit >= 1.1.1w-150600.5.6.1
  • libopenssl-3-devel >= 3.1.4-150600.5.10.1
  • libopenssl-3-devel-32bit >= 3.1.4-150600.5.10.1
  • libopenssl-3-fips-provider >= 3.1.4-150600.5.10.1
  • libopenssl-3-fips-provider-32bit >= 3.1.4-150600.5.10.1
  • libopenssl10 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-32bit >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-hmac-32bit >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-steam >= 1.0.2p-150000.3.94.1
  • libopenssl1_0_0-steam-32bit >= 1.0.2p-150000.3.94.1
  • libopenssl1_1 >= 1.1.1w-150600.5.6.1
  • libopenssl1_1-32bit >= 1.1.1w-150600.5.6.1
  • libopenssl3 >= 3.1.4-150600.5.10.1
  • libopenssl3-32bit >= 3.1.4-150600.5.10.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.94.1
  • openssl-1_0_0-cavs >= 1.0.2p-150000.3.94.1
  • openssl-1_0_0-doc >= 1.0.2p-150000.3.94.1
  • openssl-1_1 >= 1.1.1w-150600.5.6.1
  • openssl-1_1-doc >= 1.1.1w-150600.5.6.1
  • openssl-3 >= 3.1.4-150600.5.10.1
  • openssl-3-doc >= 3.1.4-150600.5.10.1
Patchnames:
openSUSE-SLE-15.6-2024-2635
openSUSE-SLE-15.6-2024-2933
openSUSE-SLE-15.6-2024-3119
openSUSE Leap Micro 5.5
  • libopenssl-1_1-devel >= 1.1.1l-150500.17.34.1
  • libopenssl1_1 >= 1.1.1l-150500.17.34.1
  • libopenssl1_1-hmac >= 1.1.1l-150500.17.34.1
  • openssl-1_1 >= 1.1.1l-150500.17.34.1
Patchnames:
openSUSE-Leap-Micro-5.5-2024-2891
openSUSE Tumbleweed
  • libopenssl-1_1-devel >= 1.1.1w-11.1
  • libopenssl-1_1-devel-32bit >= 1.1.1w-11.1
  • libopenssl-3-devel >= 3.1.4-11.1
  • libopenssl-3-devel-32bit >= 3.1.4-11.1
  • libopenssl-3-fips-provider >= 3.1.4-11.1
  • libopenssl-3-fips-provider-32bit >= 3.1.4-11.1
  • libopenssl-3-fips-provider-x86-64-v3 >= 3.1.4-11.1
  • libopenssl1_1 >= 1.1.1w-11.1
  • libopenssl1_1-32bit >= 1.1.1w-11.1
  • libopenssl3 >= 3.1.4-11.1
  • libopenssl3-32bit >= 3.1.4-11.1
  • libopenssl3-x86-64-v3 >= 3.1.4-11.1
  • openssl-1_1 >= 1.1.1w-11.1
  • openssl-1_1-doc >= 1.1.1w-11.1
  • openssl-3 >= 3.1.4-11.1
  • openssl-3-doc >= 3.1.4-11.1
Patchnames:
openSUSE-Tumbleweed-2024-14219
openSUSE-Tumbleweed-2024-14220


First public cloud image revisions this CVE is fixed in:


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-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 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 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 openssl Not affected
SUSE Linux Enterprise Micro 6.0 openssl-3 Affected
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 12 compat-openssl098 Not affected
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 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 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 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 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 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.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 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 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 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 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 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
Container Status
suse/ltss/sle12.5/sles12sp5
suse/sles12sp5
openssl-1_0_0Released
suse/sles12sp4 openssl-1_0_0In progress
ses/6/cephcsi/cephcsi
ses/6/rook/ceph
suse/sle15:15.0
suse/sle15:15.1
openssl-1_1Affected
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/sle15:15.3
suse/ltss/sle15.4/sle15:15.4
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_1Released
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_1In progress
bci/bci-sle15-kernel-module-devel
bci/golang
bci/golang:1.20.12.1
bci/kiwi
bci/openjdk
bci/openjdk-devel
bci/python
bci/python:3
bci/spack
containers/apache-tomcat:10-jre21
containers/apache-tomcat:10.1-openjdk21
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-3Released
suse/manager/5.0/x86_64/proxy-salt-broker
suse/manager/5.0/x86_64/proxy-tftpd
openssl-3In progress
bci/bci-sle15-kernel-module-devel
bci/bci-sle15-kernel-module-devel:15.5
bci/golang
bci/golang:1.20-openssl
bci/golang:1.20.12.1
bci/kiwi
bci/openjdk
bci/openjdk-devel
bci/python
bci/python:3
bci/spack
containers/apache-tomcat:10-jre21
containers/apache-tomcat:10.1-openjdk21
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
opensslNot affected
suse/sles12sp3 opensslIn progress
Harvester master
rancher/support-bundle-kit:master-head libopenssl-3-fips-provider
libopenssl3
openssl-3
Affected
rancher/shell:v0.1.26 libopenssl3Affected
Harvester v1.3-head
rancher/shell:v0.1.26 libopenssl3Affected
Harvester v1.3.2
rancher/shell:v0.1.26 libopenssl3Affected
Longhorn v1.5-head
longhornio/support-bundle-kit:v0.0.40 libopenssl-3-fips-provider
libopenssl3
openssl-3
Affected
Rancher v2.8-head
rancher/shell:v0.1.26 libopenssl3Affected
rancher/rancher:v2.8-head libopenssl3
openssl-3
Affected
Rancher v2.8.8
rancher/shell:v0.1.26 libopenssl3Affected
Rancher v2.9-head
rancher/shell:v0.2.1 libopenssl3Affected
Rancher v2.9.2
rancher/shell:v0.2.1 libopenssl3Affected


SUSE Timeline for this CVE

CVE page created: Thu Jun 27 14:00:02 2024
CVE page last modified: Thu Sep 26 11:55:53 2024