Upstream information

CVE-2026-7383 at MITRE

Description

Issue summary: A signed integer overflow when sizing the destination
buffer for Unicode output in ASN1_mbstring_ncopy() can lead to a heap
buffer overflow.

Impact summary: A heap buffer overflow may lead to a crash or possibly
attacker controlled code execution or other undefined behaviour.

In ASN1_mbstring_copy() and ASN1_mbstring_ncopy() the destination
size for Unicode output is computed in a signed int: by left shift
of the input character count for BMPSTRING (UTF-16) and
UNIVERSALSTRING (UTF-32), and by summing per-character byte counts
for UTF8STRING. The calculation overflows when the input reaches
around 2^30 characters. In the worst case (UNIVERSALSTRING at 2^30
characters) the size wraps to zero, OPENSSL_malloc(1) is called, and
the subsequent character copy writes several gigabytes past the
one-byte allocation.

X.509 certificate processing routes through ASN1_STRING_set_by_NID(),
whose DIRSTRING_TYPE mask excludes UNIVERSALSTRING and whose per-NID
size limits cap the input length; no network protocol or
certificate-handling path in OpenSSL exercises the overflow.
Triggering the bug requires an application that calls
ASN1_mbstring_copy() or ASN1_mbstring_ncopy() directly, or registers
a custom string type via ASN1_STRING_TABLE_add(), with
attacker-controlled input on the order of half a gigabyte or more.
For these reasons this issue was assigned Low severity.

The FIPS modules in 4.0, 3.6, 3.5, 3.4 and 3.0 are not affected by
this issue, as the affected code is outside the OpenSSL FIPS module
boundary.

SUSE information

Overall state of this security issue: Pending

This issue is currently rated as having moderate severity.

CVSS v3 Scores
CVSS detail CNA (CISA-ADP) SUSE
Base Score 8.1 5.9
Vector CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector Network Network
Attack Complexity High High
Privileges Required None None
User Interaction None None
Scope Unchanged Unchanged
Confidentiality Impact High None
Integrity Impact High None
Availability Impact High High
CVSSv3 Version 3.1 3.1
CVSS v4 Scores
CVSS detail SUSE
Base Score 8.2
Vector CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Attack Vector Network
Attack Complexity Low
Attack Requirements Present
Privileges Required None
User Interaction None
Vulnerable System Confidentiality Impact None
Vulnerable System Integrity Impact None
Vulnerable System Availability Impact High
Subsequent System Confidentiality Impact None
Subsequent System Integrity Impact None
Subsequent System Availability Impact None
CVSSv4 Version 4.0
SUSE Bugzilla entry: 1266340 [NEW]

SUSE Security Advisories:

List of released packages

Product(s) Fixed package version(s) References
SUSE Liberty Linux 10
  • openssl >= 3.5.5-4.el10_2
  • openssl-devel >= 3.5.5-4.el10_2
  • openssl-libs >= 3.5.5-4.el10_2
  • openssl-perl >= 3.5.5-4.el10_2
Patchnames:
RHSA-2026:25237 (x86_64)
SUSE Liberty Linux 9
  • openssl >= 3.5.5-4.el9_8
  • openssl-devel >= 3.5.5-4.el9_8
  • openssl-libs >= 3.5.5-4.el9_8
  • openssl-perl >= 3.5.5-4.el9_8
Patchnames:
RHSA-2026:25239 (i686,x86_64)
SUSE Linux Enterprise Desktop 15 SP7
  • libopenssl-1_1-devel >= 1.1.1w-150700.11.22.1
  • libopenssl-3-devel >= 3.2.3-150700.5.36.1
  • libopenssl-3-fips-provider >= 3.2.3-150700.5.36.1
  • libopenssl-3-fips-provider-32bit >= 3.2.3-150700.5.36.1
  • libopenssl1_1 >= 1.1.1w-150700.11.22.1
  • libopenssl1_1-32bit >= 1.1.1w-150700.11.22.1
  • libopenssl3 >= 3.2.3-150700.5.36.1
  • libopenssl3-32bit >= 3.2.3-150700.5.36.1
  • openssl-3 >= 3.2.3-150700.5.36.1
Patchnames:
SUSE-SLE-Module-Basesystem-15-SP7-2026-2392 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Module-Basesystem-15-SP7-2026-2648 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Module-Development-Tools-15-SP7-2026-2392 (aarch64,ppc64le,s390x,x86_64)
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.108.1
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.96.2
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl-3-devel >= 3.0.8-150400.4.87.1
  • libopenssl10 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.108.1
  • libopenssl1_1 >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl3 >= 3.0.8-150400.4.87.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.108.1
  • openssl-1_1 >= 1.1.1l-150400.7.96.2
  • openssl-3 >= 3.0.8-150400.4.87.1
Patchnames:
SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-2399 (aarch64,x86_64)
SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-2598 (aarch64,x86_64)
SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-2614 (aarch64,x86_64)
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.108.1
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.96.2
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl-3-devel >= 3.0.8-150400.4.87.1
  • libopenssl10 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.108.1
  • libopenssl1_1 >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl3 >= 3.0.8-150400.4.87.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.108.1
  • openssl-1_1 >= 1.1.1l-150400.7.96.2
  • openssl-3 >= 3.0.8-150400.4.87.1
Patchnames:
SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-2399 (aarch64,x86_64)
SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-2598 (aarch64,x86_64)
SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-2614 (aarch64,x86_64)
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS
  • libopenssl-1_1-devel >= 1.1.1l-150500.17.57.2
  • libopenssl-3-devel >= 3.0.8-150500.5.66.1
  • libopenssl1_1 >= 1.1.1l-150500.17.57.2
  • libopenssl1_1-32bit >= 1.1.1l-150500.17.57.2
  • libopenssl1_1-hmac >= 1.1.1l-150500.17.57.2
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150500.17.57.2
  • libopenssl3 >= 3.0.8-150500.5.66.1
  • openssl-1_1 >= 1.1.1l-150500.17.57.2
  • openssl-3 >= 3.0.8-150500.5.66.1
Patchnames:
SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-2397 (aarch64,x86_64)
SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-2405 (aarch64,x86_64)
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS
  • libopenssl-1_1-devel >= 1.1.1l-150500.17.57.2
  • libopenssl-3-devel >= 3.0.8-150500.5.66.1
  • libopenssl1_1 >= 1.1.1l-150500.17.57.2
  • libopenssl1_1-32bit >= 1.1.1l-150500.17.57.2
  • libopenssl1_1-hmac >= 1.1.1l-150500.17.57.2
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150500.17.57.2
  • libopenssl3 >= 3.0.8-150500.5.66.1
  • openssl-1_1 >= 1.1.1l-150500.17.57.2
  • openssl-3 >= 3.0.8-150500.5.66.1
Patchnames:
SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-2397 (aarch64,x86_64)
SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-2405 (aarch64,x86_64)
SUSE Linux Enterprise Micro 5.3
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.96.2
  • libopenssl1_1 >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.96.2
  • libopenssl3 >= 3.0.8-150400.4.87.1
  • openssl-1_1 >= 1.1.1l-150400.7.96.2
Patchnames:
SUSE-SLE-Micro-5.3-2026-2598 (aarch64,s390x,x86_64)
SUSE-SLE-Micro-5.3-2026-2614 (aarch64,s390x,x86_64)
SUSE Linux Enterprise Micro 5.4
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.96.2
  • libopenssl1_1 >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.96.2
  • libopenssl3 >= 3.0.8-150400.4.87.1
  • openssl-1_1 >= 1.1.1l-150400.7.96.2
Patchnames:
SUSE-SLE-Micro-5.4-2026-2598 (aarch64,s390x,x86_64)
SUSE-SLE-Micro-5.4-2026-2614 (aarch64,s390x,x86_64)
SUSE Linux Enterprise Micro 5.5
  • libopenssl-1_1-devel >= 1.1.1l-150500.17.57.2
  • libopenssl1_1 >= 1.1.1l-150500.17.57.2
  • libopenssl1_1-hmac >= 1.1.1l-150500.17.57.2
  • openssl-1_1 >= 1.1.1l-150500.17.57.2
Patchnames:
SUSE-SLE-Micro-5.5-2026-2405 (aarch64,ppc64le,s390x,x86_64)
SUSE Linux Enterprise Module for Basesystem 15 SP7
  • libopenssl-3-devel >= 3.2.3-150700.5.36.1
  • libopenssl-3-fips-provider >= 3.2.3-150700.5.36.1
  • libopenssl-3-fips-provider-32bit >= 3.2.3-150700.5.36.1
  • libopenssl1_1 >= 1.1.1w-150700.11.22.1
  • libopenssl1_1-32bit >= 1.1.1w-150700.11.22.1
  • libopenssl3 >= 3.2.3-150700.5.36.1
  • libopenssl3-32bit >= 3.2.3-150700.5.36.1
  • openssl-3 >= 3.2.3-150700.5.36.1
Patchnames:
SUSE-SLE-Module-Basesystem-15-SP7-2026-2392 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Module-Basesystem-15-SP7-2026-2648 (aarch64,ppc64le,s390x,x86_64)
SUSE Linux Enterprise Module for Development Tools 15 SP7
  • libopenssl-1_1-devel >= 1.1.1w-150700.11.22.1
Patchnames:
SUSE-SLE-Module-Development-Tools-15-SP7-2026-2392 (aarch64,ppc64le,s390x,x86_64)
SUSE Linux Enterprise Module for Legacy 15 SP7
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.108.1
  • libopenssl10 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.108.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.108.1
  • openssl-1_1 >= 1.1.1w-150700.11.22.1
Patchnames:
SUSE-SLE-Module-Legacy-15-SP7-2026-2392 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Module-Legacy-15-SP7-2026-2399 (aarch64,ppc64le,s390x,x86_64)
SUSE Linux Enterprise Server 12 SP5-LTSS
  • libopenssl-1_0_0-devel >= 1.0.2p-3.109.1
  • libopenssl-1_0_0-devel-32bit >= 1.0.2p-3.109.1
  • libopenssl-1_1-devel >= 1.1.1d-2.131.1
  • libopenssl-1_1-devel-32bit >= 1.1.1d-2.131.1
  • libopenssl1_0_0 >= 1.0.2p-3.109.1
  • libopenssl1_0_0-32bit >= 1.0.2p-3.109.1
  • libopenssl1_0_0-hmac >= 1.0.2p-3.109.1
  • libopenssl1_0_0-hmac-32bit >= 1.0.2p-3.109.1
  • libopenssl1_1 >= 1.1.1d-2.131.1
  • libopenssl1_1-32bit >= 1.1.1d-2.131.1
  • libopenssl1_1-hmac >= 1.1.1d-2.131.1
  • libopenssl1_1-hmac-32bit >= 1.1.1d-2.131.1
  • openssl-1_0_0 >= 1.0.2p-3.109.1
  • openssl-1_0_0-doc >= 1.0.2p-3.109.1
  • openssl-1_1 >= 1.1.1d-2.131.1
Patchnames:
SUSE-SLE-SERVER-12-SP5-LTSS-2026-2396 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-SERVER-12-SP5-LTSS-2026-2403 (aarch64,ppc64le,s390x,x86_64)
SUSE Linux Enterprise Server 15 SP4-LTSS
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.108.1
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.96.2
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl-3-devel >= 3.0.8-150400.4.87.1
  • libopenssl10 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.108.1
  • libopenssl1_1 >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl3 >= 3.0.8-150400.4.87.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.108.1
  • openssl-1_1 >= 1.1.1l-150400.7.96.2
  • openssl-3 >= 3.0.8-150400.4.87.1
Patchnames:
SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-2399 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-2598 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-2614 (aarch64,ppc64le,s390x,x86_64)
SUSE Linux Enterprise Server 15 SP5-LTSS
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.108.1
  • libopenssl-1_1-devel >= 1.1.1l-150500.17.57.2
  • libopenssl-3-devel >= 3.0.8-150500.5.66.1
  • libopenssl10 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.108.1
  • libopenssl1_1 >= 1.1.1l-150500.17.57.2
  • libopenssl1_1-32bit >= 1.1.1l-150500.17.57.2
  • libopenssl1_1-hmac >= 1.1.1l-150500.17.57.2
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150500.17.57.2
  • libopenssl3 >= 3.0.8-150500.5.66.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.108.1
  • openssl-1_1 >= 1.1.1l-150500.17.57.2
  • openssl-3 >= 3.0.8-150500.5.66.1
Patchnames:
SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-2397 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-2399 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-2405 (aarch64,ppc64le,s390x,x86_64)
SUSE Linux Enterprise Server 15 SP6-LTSS
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.108.1
  • libopenssl-1_1-devel >= 1.1.1w-150600.5.32.1
  • libopenssl-3-devel >= 3.1.4-150600.5.53.1
  • libopenssl-3-fips-provider >= 3.1.4-150600.5.53.1
  • libopenssl-3-fips-provider-32bit >= 3.1.4-150600.5.53.1
  • libopenssl10 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.108.1
  • libopenssl1_1 >= 1.1.1w-150600.5.32.1
  • libopenssl1_1-32bit >= 1.1.1w-150600.5.32.1
  • libopenssl3 >= 3.1.4-150600.5.53.1
  • libopenssl3-32bit >= 3.1.4-150600.5.53.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.108.1
  • openssl-1_1 >= 1.1.1w-150600.5.32.1
  • openssl-3 >= 3.1.4-150600.5.53.1
Patchnames:
SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-2393 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-2399 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-2404 (aarch64,ppc64le,s390x,x86_64)
SUSE Linux Enterprise Server 15 SP7
SUSE Linux Enterprise Server for SAP Applications 15 SP7
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.108.1
  • libopenssl-1_1-devel >= 1.1.1w-150700.11.22.1
  • libopenssl-3-devel >= 3.2.3-150700.5.36.1
  • libopenssl-3-fips-provider >= 3.2.3-150700.5.36.1
  • libopenssl-3-fips-provider-32bit >= 3.2.3-150700.5.36.1
  • libopenssl10 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.108.1
  • libopenssl1_1 >= 1.1.1w-150700.11.22.1
  • libopenssl1_1-32bit >= 1.1.1w-150700.11.22.1
  • libopenssl3 >= 3.2.3-150700.5.36.1
  • libopenssl3-32bit >= 3.2.3-150700.5.36.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.108.1
  • openssl-1_1 >= 1.1.1w-150700.11.22.1
  • openssl-3 >= 3.2.3-150700.5.36.1
Patchnames:
SUSE-SLE-Module-Basesystem-15-SP7-2026-2392 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Module-Basesystem-15-SP7-2026-2648 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Module-Development-Tools-15-SP7-2026-2392 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Module-Legacy-15-SP7-2026-2392 (aarch64,ppc64le,s390x,x86_64)
SUSE-SLE-Module-Legacy-15-SP7-2026-2399 (aarch64,ppc64le,s390x,x86_64)
SUSE Linux Enterprise Server 16.0
SUSE Linux Enterprise Server for SAP applications 16.0
  • libopenssl-3-devel >= 3.5.0-160000.8.1
  • libopenssl-3-fips-provider >= 3.5.0-160000.8.1
  • libopenssl-3-fips-provider-x86-64-v3 >= 3.5.0-160000.8.1
  • libopenssl3 >= 3.5.0-160000.8.1
  • libopenssl3-x86-64-v3 >= 3.5.0-160000.8.1
  • openssl-3 >= 3.5.0-160000.8.1
  • openssl-3-doc >= 3.5.0-160000.8.1
Patchnames:
SUSE-SLES-16.0-1017 (aarch64,ppc64le,s390x,x86_64)
SUSE Linux Enterprise Server 16.1
  • libopenssl-3-devel >= 3.5.0-160099.10.1
  • libopenssl-3-fips-provider >= 3.5.0-160099.10.1
  • libopenssl-3-fips-provider-x86-64-v3 >= 3.5.0-160099.10.1
  • libopenssl3 >= 3.5.0-160099.10.1
  • libopenssl3-x86-64-v3 >= 3.5.0-160099.10.1
  • openssl-3 >= 3.5.0-160099.10.1
  • openssl-3-doc >= 3.5.0-160099.10.1
Patchnames:
SUSE Linux Enterprise Server 16.1 GA libopenssl-3-devel-3.5.0-160099.10.1 (aarch64,ppc64le,s390x,x86_64)
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5
  • libopenssl-1_0_0-devel >= 1.0.2p-3.109.1
  • libopenssl-1_0_0-devel-32bit >= 1.0.2p-3.109.1
  • libopenssl-1_1-devel >= 1.1.1d-2.131.1
  • libopenssl-1_1-devel-32bit >= 1.1.1d-2.131.1
  • libopenssl1_0_0 >= 1.0.2p-3.109.1
  • libopenssl1_0_0-32bit >= 1.0.2p-3.109.1
  • libopenssl1_0_0-hmac >= 1.0.2p-3.109.1
  • libopenssl1_0_0-hmac-32bit >= 1.0.2p-3.109.1
  • libopenssl1_1 >= 1.1.1d-2.131.1
  • libopenssl1_1-32bit >= 1.1.1d-2.131.1
  • libopenssl1_1-hmac >= 1.1.1d-2.131.1
  • libopenssl1_1-hmac-32bit >= 1.1.1d-2.131.1
  • openssl-1_0_0 >= 1.0.2p-3.109.1
  • openssl-1_0_0-doc >= 1.0.2p-3.109.1
  • openssl-1_1 >= 1.1.1d-2.131.1
Patchnames:
SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-2396 (x86_64)
SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-2403 (x86_64)
SUSE Linux Enterprise Server for SAP Applications 15 SP4
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.108.1
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.96.2
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl-3-devel >= 3.0.8-150400.4.87.1
  • libopenssl10 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.108.1
  • libopenssl1_1 >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl3 >= 3.0.8-150400.4.87.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.108.1
  • openssl-1_1 >= 1.1.1l-150400.7.96.2
  • openssl-3 >= 3.0.8-150400.4.87.1
Patchnames:
SUSE-SLE-Product-SLES_SAP-15-SP4-2026-2399 (ppc64le,x86_64)
SUSE-SLE-Product-SLES_SAP-15-SP4-2026-2598 (ppc64le,x86_64)
SUSE-SLE-Product-SLES_SAP-15-SP4-2026-2614 (ppc64le,x86_64)
SUSE Linux Enterprise Server for SAP Applications 15 SP5
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.108.1
  • libopenssl-1_1-devel >= 1.1.1l-150500.17.57.2
  • libopenssl-3-devel >= 3.0.8-150500.5.66.1
  • libopenssl10 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.108.1
  • libopenssl1_1 >= 1.1.1l-150500.17.57.2
  • libopenssl1_1-32bit >= 1.1.1l-150500.17.57.2
  • libopenssl1_1-hmac >= 1.1.1l-150500.17.57.2
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150500.17.57.2
  • libopenssl3 >= 3.0.8-150500.5.66.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.108.1
  • openssl-1_1 >= 1.1.1l-150500.17.57.2
  • openssl-3 >= 3.0.8-150500.5.66.1
Patchnames:
SUSE-SLE-Product-SLES_SAP-15-SP5-2026-2397 (ppc64le,x86_64)
SUSE-SLE-Product-SLES_SAP-15-SP5-2026-2399 (ppc64le,x86_64)
SUSE-SLE-Product-SLES_SAP-15-SP5-2026-2405 (ppc64le,x86_64)
SUSE Linux Enterprise Server for SAP Applications 15 SP6
  • libopenssl-1_0_0-devel >= 1.0.2p-150000.3.108.1
  • libopenssl-1_1-devel >= 1.1.1w-150600.5.32.1
  • libopenssl-3-devel >= 3.1.4-150600.5.53.1
  • libopenssl-3-fips-provider >= 3.1.4-150600.5.53.1
  • libopenssl-3-fips-provider-32bit >= 3.1.4-150600.5.53.1
  • libopenssl10 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0 >= 1.0.2p-150000.3.108.1
  • libopenssl1_0_0-hmac >= 1.0.2p-150000.3.108.1
  • libopenssl1_1 >= 1.1.1w-150600.5.32.1
  • libopenssl1_1-32bit >= 1.1.1w-150600.5.32.1
  • libopenssl3 >= 3.1.4-150600.5.53.1
  • libopenssl3-32bit >= 3.1.4-150600.5.53.1
  • openssl-1_0_0 >= 1.0.2p-150000.3.108.1
  • openssl-1_1 >= 1.1.1w-150600.5.32.1
  • openssl-3 >= 3.1.4-150600.5.53.1
Patchnames:
SUSE-SLE-Product-SLES_SAP-15-SP6-2026-2393 (ppc64le,x86_64)
SUSE-SLE-Product-SLES_SAP-15-SP6-2026-2399 (ppc64le,x86_64)
SUSE-SLE-Product-SLES_SAP-15-SP6-2026-2404 (ppc64le,x86_64)
SUSE Linux Micro 6.0
  • libopenssl-3-devel >= 3.1.4-14.1
  • libopenssl-3-fips-provider >= 3.1.4-14.1
  • libopenssl3 >= 3.1.4-14.1
  • openssl-3 >= 3.1.4-14.1
Patchnames:
SUSE-SLE-Micro-6.0-752 (aarch64,s390x,x86_64)
SUSE Linux Micro 6.1
  • libopenssl-3-devel >= 3.1.4-slfo.1.1_10.1
  • libopenssl-3-fips-provider >= 3.1.4-slfo.1.1_10.1
  • libopenssl3 >= 3.1.4-slfo.1.1_10.1
  • openssl-3 >= 3.1.4-slfo.1.1_10.1
Patchnames:
SUSE-SLE-Micro-6.1-576 (aarch64,ppc64le,s390x,x86_64)
SUSE Linux Micro 6.2
  • libopenssl-3-devel >= 3.5.0-160000.8.1
  • libopenssl-3-fips-provider >= 3.5.0-160000.8.1
  • libopenssl3 >= 3.5.0-160000.8.1
  • openssl-3 >= 3.5.0-160000.8.1
Patchnames:
SUSE-SL-Micro-6.2-1017 (aarch64,ppc64le,s390x,x86_64)
SUSE Manager Proxy LTS 4.3
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.96.2
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl-3-devel >= 3.0.8-150400.4.87.1
  • libopenssl1_1 >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl3 >= 3.0.8-150400.4.87.1
  • openssl-1_1 >= 1.1.1l-150400.7.96.2
  • openssl-3 >= 3.0.8-150400.4.87.1
Patchnames:
SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2026-2598 (x86_64)
SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2026-2614 (x86_64)
SUSE Manager Retail Branch Server LTS 4.3
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.96.2
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl-3-devel >= 3.0.8-150400.4.87.1
  • libopenssl1_1 >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl3 >= 3.0.8-150400.4.87.1
  • openssl-1_1 >= 1.1.1l-150400.7.96.2
  • openssl-3 >= 3.0.8-150400.4.87.1
Patchnames:
SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.3-LTS-2026-2598 (x86_64)
SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.3-LTS-2026-2614 (x86_64)
SUSE Manager Server LTS 4.3
  • libopenssl-1_1-devel >= 1.1.1l-150400.7.96.2
  • libopenssl-1_1-devel-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl-3-devel >= 3.0.8-150400.4.87.1
  • libopenssl1_1 >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac >= 1.1.1l-150400.7.96.2
  • libopenssl1_1-hmac-32bit >= 1.1.1l-150400.7.96.2
  • libopenssl3 >= 3.0.8-150400.4.87.1
  • openssl-1_1 >= 1.1.1l-150400.7.96.2
  • openssl-3 >= 3.0.8-150400.4.87.1
Patchnames:
SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2026-2598 (ppc64le,s390x,x86_64)
SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2026-2614 (ppc64le,s390x,x86_64)
openSUSE Leap 16.0
  • libopenssl-3-devel >= 3.5.0-160000.8.1
  • libopenssl-3-fips-provider >= 3.5.0-160000.8.1
  • libopenssl-3-fips-provider-x86-64-v3 >= 3.5.0-160000.8.1
  • libopenssl3 >= 3.5.0-160000.8.1
  • libopenssl3-x86-64-v3 >= 3.5.0-160000.8.1
  • openssl-3 >= 3.5.0-160000.8.1
  • openssl-3-doc >= 3.5.0-160000.8.1
Patchnames:
openSUSE-Leap-16.0-1017
openSUSE Tumbleweed
  • libopenssl-3-devel >= 3.5.3-6.1
  • libopenssl-3-devel-32bit >= 3.5.3-6.1
  • libopenssl-3-fips-provider >= 3.5.3-6.1
  • libopenssl-3-fips-provider-32bit >= 3.5.3-6.1
  • libopenssl-3-fips-provider-x86-64-v3 >= 3.5.3-6.1
  • libopenssl3 >= 3.5.3-6.1
  • libopenssl3-32bit >= 3.5.3-6.1
  • libopenssl3-x86-64-v3 >= 3.5.3-6.1
  • openssl-3 >= 3.5.3-6.1
  • openssl-3-doc >= 3.5.3-6.1
Patchnames:
openSUSE-Tumbleweed-2026-11023


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.
SUSE Linux Enterprise Desktop 15 SP7 openssl Not affected
SUSE Linux Enterprise Desktop 15 SP7 openssl-1_1 Released
SUSE Linux Enterprise Desktop 15 SP7 openssl-3 Released
SUSE Linux Enterprise High Performance Computing 12 compat-openssl098 Affected
SUSE Linux Enterprise Live Patching 15 SP7 openssl-1_1-livepatches Not affected
SUSE Linux Enterprise Live Patching 15 SP7 openssl-3-livepatches Not affected
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 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 SP7 openssl Not affected
SUSE Linux Enterprise Module for Basesystem 15 SP7 openssl-1_1 Released
SUSE Linux Enterprise Module for Basesystem 15 SP7 openssl-3 Released
SUSE Linux Enterprise Module for Development Tools 15 SP7 openssl-1_1 Released
SUSE Linux Enterprise Module for Legacy 15 SP7 openssl-1_0_0 Released
SUSE Linux Enterprise Module for Legacy 15 SP7 openssl-1_1 Released
SUSE Linux Enterprise Server 15 SP7 openssl Not affected
SUSE Linux Enterprise Server 15 SP7 openssl-1_0_0 Released
SUSE Linux Enterprise Server 15 SP7 openssl-1_1 Released
SUSE Linux Enterprise Server 15 SP7 openssl-3 Released
SUSE Linux Enterprise Server 16.0 openssl Not affected
SUSE Linux Enterprise Server 16.0 openssl-3 Released
SUSE Linux Enterprise Server 16.0 openssl-3-livepatches Not affected
SUSE Linux Enterprise Server 16.1 openssl Not affected
SUSE Linux Enterprise Server 16.1 openssl-3 Released
SUSE Linux Enterprise Server 16.1 openssl-3-livepatches Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP7 openssl Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP7 openssl-1_0_0 Released
SUSE Linux Enterprise Server for SAP Applications 15 SP7 openssl-1_1 Released
SUSE Linux Enterprise Server for SAP Applications 15 SP7 openssl-3 Released
SUSE Linux Enterprise Server for SAP applications 16.0 openssl Not affected
SUSE Linux Enterprise Server for SAP applications 16.0 openssl-3 Released
SUSE Linux Enterprise Server for SAP applications 16.0 openssl-3-livepatches Not affected
SUSE Linux Enterprise Server for SAP applications 16.1 openssl Not affected
SUSE Linux Enterprise Server for SAP applications 16.1 openssl-3 Released
SUSE Linux Enterprise Server for SAP applications 16.1 openssl-3-livepatches Not affected
SUSE Linux Micro 6.0 openssl Not affected
SUSE Linux Micro 6.0 openssl-3 Released
SUSE Linux Micro 6.1 openssl Not affected
SUSE Linux Micro 6.1 openssl-3 Released
SUSE Linux Micro 6.1 openssl-3-livepatches Not affected
SUSE Linux Micro 6.2 openssl Not affected
SUSE Linux Micro 6.2 openssl-3 Released
SUSE Linux Micro 6.2 openssl-3-livepatches Not affected
openSUSE Leap 16.0 openssl Not affected
openSUSE Leap 16.0 openssl-3 Affected
openSUSE Leap 16.0 openssl-3-livepatches Not affected
Products under Long Term Service Pack support and receiving important and critical security fixes.
SUSE Linux Enterprise High Performance Computing 12 SP5 openssl Not affected
SUSE Linux Enterprise High Performance Computing 12 SP5 openssl-1_0_0 Affected
SUSE Linux Enterprise High Performance Computing 12 SP5 openssl-1_1 Affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS openssl Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS openssl-1_0_0 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 High Performance Computing 15 SP5 openssl Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5 openssl-1_0_0 Affected
SUSE Linux Enterprise High Performance Computing 15 SP5 openssl-1_1 Affected
SUSE Linux Enterprise High Performance Computing 15 SP5 openssl-3 Affected
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS openssl Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS openssl-1_1 Released
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS openssl-3 Released
SUSE Linux Enterprise Live Patching 15 SP4 openssl-1_1-livepatches Not affected
SUSE Linux Enterprise Live Patching 15 SP5 openssl-1_1-livepatches Not 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 Basesystem 15 SP5 openssl Not affected
SUSE Linux Enterprise Module for Basesystem 15 SP5 openssl-1_1 Affected
SUSE Linux Enterprise Module for Basesystem 15 SP5 openssl-3 Affected
SUSE Linux Enterprise Module for Basesystem 15 SP6 openssl Not affected
SUSE Linux Enterprise Module for Basesystem 15 SP6 openssl-1_1 Affected
SUSE Linux Enterprise Module for Basesystem 15 SP6 openssl-3 Affected
SUSE Linux Enterprise Module for Certifications 15 SP5 openssl-1_1 Affected
SUSE Linux Enterprise Module for Development Tools 15 SP6 openssl-1_1 Affected
SUSE Linux Enterprise Module for Legacy 15 SP4 openssl-1_0_0 Affected
SUSE Linux Enterprise Module for Legacy 15 SP5 openssl-1_0_0 Affected
SUSE Linux Enterprise Module for Legacy 15 SP6 openssl-1_0_0 Affected
SUSE Linux Enterprise Module for Legacy 15 SP6 openssl-1_1 Affected
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE openssl Affected
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE openssl1 Affected
SUSE Linux Enterprise Server 12 SP5 compat-openssl098 Affected
SUSE Linux Enterprise Server 12 SP5 openssl Not affected
SUSE Linux Enterprise Server 12 SP5 openssl-1_0_0 Affected
SUSE Linux Enterprise Server 12 SP5 openssl-1_1 Affected
SUSE Linux Enterprise Server 12 SP5-LTSS compat-openssl098 Affected
SUSE Linux Enterprise Server 12 SP5-LTSS openssl Not affected
SUSE Linux Enterprise Server 12 SP5-LTSS openssl-1_0_0 Released
SUSE Linux Enterprise Server 12 SP5-LTSS openssl-1_1 Released
SUSE Linux Enterprise Server 15 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 15 SP5 openssl Not affected
SUSE Linux Enterprise Server 15 SP5 openssl-1_0_0 Affected
SUSE Linux Enterprise Server 15 SP5 openssl-1_1 Affected
SUSE Linux Enterprise Server 15 SP5 openssl-3 Affected
SUSE Linux Enterprise Server 15 SP5-LTSS openssl Not affected
SUSE Linux Enterprise Server 15 SP5-LTSS openssl-1_0_0 Released
SUSE Linux Enterprise Server 15 SP5-LTSS openssl-1_1 Released
SUSE Linux Enterprise Server 15 SP5-LTSS openssl-3 Released
SUSE Linux Enterprise Server 15 SP6 openssl Not affected
SUSE Linux Enterprise Server 15 SP6 openssl-1_0_0 Affected
SUSE Linux Enterprise Server 15 SP6 openssl-1_1 Affected
SUSE Linux Enterprise Server 15 SP6 openssl-3 Affected
SUSE Linux Enterprise Server 15 SP6-LTSS openssl Not affected
SUSE Linux Enterprise Server 15 SP6-LTSS openssl-1_0_0 Released
SUSE Linux Enterprise Server 15 SP6-LTSS openssl-1_1 Released
SUSE Linux Enterprise Server 15 SP6-LTSS openssl-3 Released
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 compat-openssl098 Affected
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 openssl Not affected
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 openssl-1_0_0 Released
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 openssl-1_1 Released
SUSE Linux Enterprise Server for SAP Applications 12 SP5 compat-openssl098 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 Affected
SUSE Linux Enterprise Server for SAP Applications 12 SP5 openssl-1_1 Affected
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
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
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 Affected
SUSE Enterprise Storage 7.1 openssl-1_1 Affected
SUSE Linux Enterprise Desktop 11 SP2 openssl Affected
SUSE Linux Enterprise Desktop 11 SP3 openssl Affected
SUSE Linux Enterprise Desktop 11 SP4 openssl Affected
SUSE Linux Enterprise Desktop 12 compat-openssl098 Affected
SUSE Linux Enterprise Desktop 12 SP1 compat-openssl098 Affected
SUSE Linux Enterprise Desktop 12 SP2 compat-openssl098 Affected
SUSE Linux Enterprise Desktop 12 SP2 openssl Affected
SUSE Linux Enterprise Desktop 12 SP3 compat-openssl098 Affected
SUSE Linux Enterprise Desktop 12 SP3 openssl Affected
SUSE Linux Enterprise Desktop 12 SP4 compat-openssl098 Affected
SUSE Linux Enterprise Desktop 12 SP4 openssl 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 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 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 SP5 openssl Not affected
SUSE Linux Enterprise Desktop 15 SP5 openssl-1_1 Affected
SUSE Linux Enterprise Desktop 15 SP5 openssl-3 Affected
SUSE Linux Enterprise Desktop 15 SP6 openssl Not affected
SUSE Linux Enterprise Desktop 15 SP6 openssl-1_1 Affected
SUSE Linux Enterprise Desktop 15 SP6 openssl-3 Affected
SUSE Linux Enterprise High Performance Computing 12 SP2 openssl Affected
SUSE Linux Enterprise High Performance Computing 12 SP3 openssl Affected
SUSE Linux Enterprise High Performance Computing 12 SP4 openssl Not affected
SUSE Linux Enterprise High Performance Computing 12 SP4 openssl-1_0_0 Affected
SUSE Linux Enterprise High Performance Computing 12 SP4 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 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 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 Affected
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 Affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS openssl-1_1 Affected
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 SP5-ESPOS openssl Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS openssl-1_1 Released
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS openssl-3 Released
SUSE Linux Enterprise High Performance Computing 15-ESPOS openssl Not affected
SUSE Linux Enterprise High Performance Computing 15-LTSS openssl Not affected
SUSE Linux Enterprise Micro 5.0 openssl Not affected
SUSE Linux Enterprise Micro 5.0 openssl-1_1 Affected
SUSE Linux Enterprise Micro 5.1 openssl Not affected
SUSE Linux Enterprise Micro 5.1 openssl-1_1 Affected
SUSE Linux Enterprise Micro 5.2 openssl Not affected
SUSE Linux Enterprise Micro 5.2 openssl-1_1 Affected
SUSE Linux Enterprise Module for Basesystem 15 openssl Not 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 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 Certifications 15 SP3 openssl-1_1 Affected
SUSE Linux Enterprise Module for Certifications 15 SP7 openssl-1_1 Affected
SUSE Linux Enterprise Module for Certifications 15 SP7 openssl-3 Affected
SUSE Linux Enterprise Module for Legacy 12 compat-openssl098 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 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 Point of Sale 11 SP3 openssl Affected
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT openssl Affected
SUSE Linux Enterprise Real Time 15 SP2 openssl Not affected
SUSE Linux Enterprise Real Time 15 SP2 openssl-1_1 Affected
SUSE Linux Enterprise Real Time 15 SP3 openssl Not affected
SUSE Linux Enterprise Real Time 15 SP3 openssl-1_1 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 Affected
SUSE Linux Enterprise Server 11 SP2 openssl Affected
SUSE Linux Enterprise Server 11 SP2-LTSS openssl Affected
SUSE Linux Enterprise Server 11 SP3 openssl Affected
SUSE Linux Enterprise Server 11 SP3-LTSS openssl Affected
SUSE Linux Enterprise Server 11 SP4 openssl Affected
SUSE Linux Enterprise Server 11 SP4-LTSS openssl Affected
SUSE Linux Enterprise Server 11-SECURITY openssl1 Affected
SUSE Linux Enterprise Server 12 compat-openssl098 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 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 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 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 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-BCL openssl Not affected
SUSE Linux Enterprise Server 15 SP2-BCL 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 Affected
SUSE Linux Enterprise Server 15 SP2-LTSS openssl-1_1 Affected
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-BCL openssl Not affected
SUSE Linux Enterprise Server 15 SP3-BCL 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 Affected
SUSE Linux Enterprise Server 15 SP3-LTSS 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 for Raspberry Pi 12 SP2 openssl Affected
SUSE Linux Enterprise Server for SAP Applications 11 SP2 openssl Affected
SUSE Linux Enterprise Server for SAP Applications 11 SP3 openssl Affected
SUSE Linux Enterprise Server for SAP Applications 11 SP4 openssl Affected
SUSE Linux Enterprise Server for SAP Applications 12 compat-openssl098 Affected
SUSE Linux Enterprise Server for SAP Applications 12 SP1 compat-openssl098 Affected
SUSE Linux Enterprise Server for SAP Applications 12 SP2 compat-openssl098 Affected
SUSE Linux Enterprise Server for SAP Applications 12 SP2 openssl Affected
SUSE Linux Enterprise Server for SAP Applications 12 SP3 compat-openssl098 Affected
SUSE Linux Enterprise Server for SAP Applications 12 SP3 openssl Affected
SUSE Linux Enterprise Server for SAP Applications 12 SP4 compat-openssl098 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 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 Server for SAP Applications 15 SP2 openssl Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP2 openssl-1_0_0 Affected
SUSE Linux Enterprise Server for SAP Applications 15 SP2 openssl-1_1 Affected
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 Affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 openssl-1_1 Affected
SUSE Linux Enterprise Software Development Kit 11 SP2 openssl Affected
SUSE Linux Enterprise Software Development Kit 11 SP3 openssl Affected
SUSE Linux Enterprise Software Development Kit 11 SP4 openssl Affected
SUSE Linux Enterprise Software Development Kit 12 SP2 openssl Affected
SUSE Linux Enterprise Software Development Kit 12 SP3 openssl Affected
SUSE Linux Enterprise Software Development Kit 12 SP4 openssl 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 Affected
SUSE Linux Enterprise Software Development Kit 12 SP5 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 Proxy 4.3 openssl Not affected
SUSE Manager Proxy 4.3 openssl-1_0_0 Affected
SUSE Manager Proxy 4.3 openssl-1_1 Affected
SUSE Manager Proxy 4.3 openssl-3 Affected
SUSE Manager Proxy LTS 4.3 openssl Not affected
SUSE Manager Proxy LTS 4.3 openssl-1_1 Released
SUSE Manager Proxy LTS 4.3 openssl-3 Released
SUSE Manager Retail Branch Server 4.0 openssl Not affected
SUSE Manager Retail Branch Server 4.0 openssl-1_0_0 Affected
SUSE Manager Retail Branch Server 4.0 openssl-1_1 Affected
SUSE Manager Retail Branch Server 4.1 openssl Not affected
SUSE Manager Retail Branch Server 4.1 openssl-1_0_0 Affected
SUSE Manager Retail Branch Server 4.1 openssl-1_1 Affected
SUSE Manager Retail Branch Server 4.2 openssl Not affected
SUSE Manager Retail Branch Server 4.2 openssl-1_0_0 Affected
SUSE Manager Retail Branch Server 4.2 openssl-1_1 Affected
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 Affected
SUSE Manager Retail Branch Server 4.3 openssl-3 Affected
SUSE Manager Retail Branch Server LTS 4.3 openssl Not affected
SUSE Manager Retail Branch Server LTS 4.3 openssl-1_1 Released
SUSE Manager Retail Branch Server LTS 4.3 openssl-3 Released
SUSE Manager Server 4.0 openssl Not affected
SUSE Manager Server 4.0 openssl-1_0_0 Affected
SUSE Manager Server 4.0 openssl-1_1 Affected
SUSE Manager Server 4.1 openssl Not affected
SUSE Manager Server 4.1 openssl-1_0_0 Affected
SUSE Manager Server 4.1 openssl-1_1 Affected
SUSE Manager Server 4.2 openssl Not affected
SUSE Manager Server 4.2 openssl-1_0_0 Affected
SUSE Manager Server 4.2 openssl-1_1 Affected
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 Affected
SUSE Manager Server 4.3 openssl-3 Affected
SUSE Manager Server LTS 4.3 openssl Not affected
SUSE Manager Server LTS 4.3 openssl-1_1 Released
SUSE Manager Server LTS 4.3 openssl-3 Released
SUSE OpenStack Cloud 7 openssl Affected
SUSE OpenStack Cloud 8 openssl Affected
SUSE OpenStack Cloud 9 openssl Not affected
SUSE OpenStack Cloud 9 openssl-1_0_0 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 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 15.5 openssl Not affected
openSUSE Leap 15.5 openssl-1_0_0 Affected
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 Affected
openSUSE Leap 15.6 openssl-1_1 Released
openSUSE Leap 15.6 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
openSUSE Leap Micro 5.5 openssl Not affected
openSUSE Leap Micro 5.5 openssl-1_1 Affected


SUSE Timeline for this CVE

CVE page created: Wed May 27 07:45:05 2026
CVE page last modified: Mon Sep 7 14:45:57 2026