Upstream information
Description
In the Linux kernel, the following vulnerability has been resolved:ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header
If an AF_PACKET socket is used to send packets through ipvlan and the
default xmit function of the AF_PACKET socket is changed from
dev_queue_xmit() to packet_direct_xmit() via setsockopt() with the option
name of PACKET_QDISC_BYPASS, the skb->mac_header may not be reset and
remains as the initial value of 65535, this may trigger slab-out-of-bounds
bugs as following:
=================================================================
UG: KASAN: slab-out-of-bounds in ipvlan_xmit_mode_l2+0xdb/0x330 [ipvlan]
PU: 2 PID: 1768 Comm: raw_send Kdump: loaded Not tainted 6.0.0-rc4+ #6
ardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.14.0-1.fc33
all Trace:
print_address_description.constprop.0+0x1d/0x160
print_report.cold+0x4f/0x112
kasan_report+0xa3/0x130
ipvlan_xmit_mode_l2+0xdb/0x330 [ipvlan]
ipvlan_start_xmit+0x29/0xa0 [ipvlan]
__dev_direct_xmit+0x2e2/0x380
packet_direct_xmit+0x22/0x60
packet_snd+0x7c9/0xc40
sock_sendmsg+0x9a/0xa0
__sys_sendto+0x18a/0x230
__x64_sys_sendto+0x74/0x90
do_syscall_64+0x3b/0x90
entry_SYSCALL_64_after_hwframe+0x63/0xcd
The root cause is:
1. packet_snd() only reset skb->mac_header when sock->type is SOCK_RAW
and skb->protocol is not specified as in packet_parse_headers()
2. packet_direct_xmit() doesn't reset skb->mac_header as dev_queue_xmit()
In this case, skb->mac_header is 65535 when ipvlan_xmit_mode_l2() is
called. So when ipvlan_xmit_mode_l2() gets mac header with eth_hdr() which
use "skb->head + skb->mac_header", out-of-bound access occurs.
This patch replaces eth_hdr() with skb_eth_hdr() in ipvlan_xmit_mode_l2()
and reset mac header in multicast to solve this out-of-bound bug.
SUSE information
Overall state of this security issue: Resolved
This issue is currently rated as having important severity.
SUSE | |
---|---|
Base Score | 7.8 |
Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Attack Vector | Local |
Attack Complexity | Low |
Privileges Required | Low |
User Interaction | None |
Scope | Unchanged |
Confidentiality Impact | High |
Integrity Impact | High |
Availability Impact | High |
CVSSv3 Version | 3.1 |
Note from the SUSE Security Team on the kernel-default package
SUSE will no longer fix all CVEs in the Linux Kernel anymore, but declare some bug classes as won't fix. Please refer to TID 21496 for more details. SUSE Bugzilla entries: 1223513 [NEW], 1223514 [NEW]SUSE Security Advisories:
- SUSE-SU-2024:1641-1, published Tue May 14 16:33:37 UTC 2024
- SUSE-SU-2024:1642-1, published Tue May 14 16:33:19 UTC 2024
- SUSE-SU-2024:1643-1, published Tue May 14 16:33:08 UTC 2024
- SUSE-SU-2024:1644-1, published Tue May 14 16:32:29 UTC 2024
- SUSE-SU-2024:1645-1, published Tue May 14 16:31:48 UTC 2024
- SUSE-SU-2024:1646-1, published Tue May 14 16:31:29 UTC 2024
- SUSE-SU-2024:1647-1, published Tue May 14 16:30:55 UTC 2024
- SUSE-SU-2024:1648-1, published Tue May 14 16:30:38 UTC 2024
- SUSE-SU-2024:1648-2, published Tue May 21 16:30:54 UTC 2024
- SUSE-SU-2024:1650-1, published Wed May 15 08:30:08 UTC 2024
- SUSE-SU-2024:1659-1, published Wed May 15 12:30:53 UTC 2024
- SUSE-SU-2024:1663-1, published Mon Aug 19 12:41:16 UTC 2024
- SUSE-SU-2024:1677-1, published Fri May 17 20:30:07 UTC 2024
- SUSE-SU-2024:1679-1, published Fri May 17 20:30:04 UTC 2024
- SUSE-SU-2024:1680-1, published Mon May 20 08:30:09 UTC 2024
- SUSE-SU-2024:1682-1, published Mon May 20 08:30:06 UTC 2024
- SUSE-SU-2024:1683-1, published Mon May 20 08:30:03 UTC 2024
- SUSE-SU-2024:1685-1, published Mon May 20 16:30:14 UTC 2024
- SUSE-SU-2024:1686-1, published Mon May 20 16:30:12 UTC 2024
- SUSE-SU-2024:1692-1, published Mon May 20 16:30:10 UTC 2024
- SUSE-SU-2024:1694-1, published Mon May 20 16:30:08 UTC 2024
- SUSE-SU-2024:1695-1, published Mon May 20 16:30:03 UTC 2024
- SUSE-SU-2024:1696-1, published Mon May 20 20:30:05 UTC 2024
- SUSE-SU-2024:1705-1, published Tue May 21 08:30:24 UTC 2024
- SUSE-SU-2024:1706-1, published Tue May 21 08:30:21 UTC 2024
- SUSE-SU-2024:1707-1, published Tue May 21 08:30:17 UTC 2024
- SUSE-SU-2024:1708-1, published Tue May 21 08:30:15 UTC 2024
- SUSE-SU-2024:1709-1, published Tue May 21 08:30:12 UTC 2024
- SUSE-SU-2024:1711-1, published Tue May 21 12:30:16 UTC 2024
- SUSE-SU-2024:1712-1, published Tue May 21 12:30:14 UTC 2024
- SUSE-SU-2024:1713-1, published Tue May 21 12:30:11 UTC 2024
- SUSE-SU-2024:1719-1, published Tue May 21 12:30:09 UTC 2024
- SUSE-SU-2024:1720-1, published Tue May 21 12:30:05 UTC 2024
- SUSE-SU-2024:1723-1, published Tue May 21 12:30:03 UTC 2024
- SUSE-SU-2024:1726-1, published Tue May 21 16:31:12 UTC 2024
- SUSE-SU-2024:1729-1, published Tue May 21 16:31:09 UTC 2024
- SUSE-SU-2024:1730-1, published Tue May 21 16:31:07 UTC 2024
- SUSE-SU-2024:1731-1, published Tue May 21 16:31:03 UTC 2024
- SUSE-SU-2024:1732-1, published Tue May 21 16:30:58 UTC 2024
- SUSE-SU-2024:1735-1, published Tue May 21 20:30:16 UTC 2024
- SUSE-SU-2024:1736-1, published Tue May 21 20:30:19 UTC 2024
- SUSE-SU-2024:1738-1, published Tue May 21 20:30:13 UTC 2024
- SUSE-SU-2024:1739-1, published Tue May 21 20:30:11 UTC 2024
- SUSE-SU-2024:1740-1, published Tue May 21 20:30:07 UTC 2024
- SUSE-SU-2024:1742-1, published Wed May 22 12:30:19 UTC 2024
- SUSE-SU-2024:1746-1, published Wed May 22 12:30:13 UTC 2024
- SUSE-SU-2024:1748-1, published Wed May 22 12:30:16 UTC 2024
- SUSE-SU-2024:1749-1, published Wed May 22 12:30:11 UTC 2024
- SUSE-SU-2024:1750-1, published Wed May 22 12:30:07 UTC 2024
- SUSE-SU-2024:1751-1, published Wed May 22 12:30:05 UTC 2024
- SUSE-SU-2024:1753-1, published Wed May 22 12:30:02 UTC 2024
- SUSE-SU-2024:1757-1, published Wed May 22 16:30:13 UTC 2024
- SUSE-SU-2024:1759-1, published Wed May 22 16:30:10 UTC 2024
- SUSE-SU-2024:1760-1, published Wed May 22 16:30:06 UTC 2024
- SUSE-SU-2024:1870-1, published Thu May 30 16:30:54 UTC 2024
- SUSE-SU-2024:2092-1, published Wed Jun 19 16:30:22 UTC 2024
- SUSE-SU-2024:2100-1, published Wed Jun 19 16:30:09 UTC 2024
- SUSE-SU-2024:2101-1, published Wed Jun 19 16:30:06 UTC 2024
- SUSE-SU-2024:2120-1, published Fri Jun 21 12:30:18 UTC 2024
- SUSE-SU-2024:2121-1, published Fri Jun 21 12:30:16 UTC 2024
- SUSE-SU-2024:2130-1, published Fri Jun 21 12:30:05 UTC 2024
- SUSE-SU-2024:2139-1, published Fri Jun 21 12:30:03 UTC 2024
- SUSE-SU-2024:2148-1, published Fri Jun 21 16:30:19 UTC 2024
- SUSE-SU-2024:2162-1, published Fri Jun 21 16:30:07 UTC 2024
- SUSE-SU-2024:2163-1, published Fri Jun 21 16:30:03 UTC 2024
- SUSE-SU-2024:2191-1, published Tue Jun 25 12:30:06 UTC 2024
- SUSE-SU-2024:2207-1, published Tue Jun 25 16:30:13 UTC 2024
- SUSE-SU-2024:2208-1, published Tue Jun 25 16:30:10 UTC 2024
- SUSE-SU-2024:2209-1, published Tue Jun 25 16:30:07 UTC 2024
- SUSE-SU-2024:2335-1, published Mon Jul 8 16:30:08 UTC 2024
- SUSE-SU-2024:2337-1, published Mon Jul 8 16:30:04 UTC 2024
- SUSE-SU-2024:2343-1, published Tue Jul 9 12:30:19 UTC 2024
- SUSE-SU-2024:2344-1, published Tue Jul 9 12:30:07 UTC 2024
- SUSE-SU-2024:2357-1, published Tue Jul 9 16:30:26 UTC 2024
- SUSE-SU-2024:2373-1, published Tue Jul 9 16:30:05 UTC 2024
- SUSE-SU-2024:2382-1, published Wed Jul 10 12:30:05 UTC 2024
- SUSE-SU-2024:2446-1, published Fri Jul 12 16:30:24 UTC 2024
- SUSE-SU-2024:2447-1, published Fri Jul 12 16:30:20 UTC 2024
- SUSE-SU-2024:2448-1, published Fri Jul 12 16:30:17 UTC 2024
- SUSE-SU-2024:2472-1, published Fri Jul 12 16:30:12 UTC 2024
- SUSE-SU-2024:2473-1, published Fri Jul 12 16:30:08 UTC 2024
- SUSE-SU-2024:2558-1, published Thu Jul 18 12:30:17 UTC 2024
- SUSE-SU-2024:2722-1, published Fri Aug 2 20:36:26 UTC 2024
- SUSE-SU-2024:2725-1, published Mon Aug 5 20:37:27 UTC 2024
- SUSE-SU-2024:2740-1, published Mon Aug 5 16:30:15 UTC 2024
- SUSE-SU-2024:2751-1, published Mon Aug 5 20:30:25 UTC 2024
- SUSE-SU-2024:2755-1, published Mon Aug 5 20:30:16 UTC 2024
- SUSE-SU-2024:2758-1, published Tue Aug 6 08:30:25 UTC 2024
- SUSE-SU-2024:2773-1, published Tue Aug 6 12:30:17 UTC 2024
- SUSE-SU-2024:2821-1, published Thu Aug 8 20:31:36 UTC 2024
- SUSE-SU-2024:2824-1, published Thu Aug 8 20:31:18 UTC 2024
- SUSE-SU-2024:2825-1, published Thu Aug 8 20:31:04 UTC 2024
- SUSE-SU-2024:2840-1, published Thu Aug 8 20:30:49 UTC 2024
- SUSE-SU-2024:2843-1, published Thu Aug 8 20:30:33 UTC 2024
- SUSE-SU-2024:2850-1, published Thu Aug 8 20:30:26 UTC 2024
- SUSE-SU-2024:2851-1, published Thu Aug 8 20:30:15 UTC 2024
- SUSE-SU-2024:3034-1, published Tue Aug 27 16:30:14 UTC 2024
- SUSE-SU-2024:3037-1, published Tue Aug 27 20:30:59 UTC 2024
- SUSE-SU-2024:3043-1, published Tue Aug 27 20:30:35 UTC 2024
- SUSE-SU-2024:3044-1, published Tue Aug 27 20:30:23 UTC 2024
- SUSE-SU-2024:3048-1, published Tue Aug 27 20:30:14 UTC 2024
- SUSE-SU-2024:3318-1, published Thu Sep 19 08:30:37 UTC 2024
- SUSE-SU-2024:3336-1, published Thu Sep 19 16:30:16 UTC 2024
- SUSE-SU-2024:3347-1, published Thu Sep 19 20:30:34 UTC 2024
- SUSE-SU-2024:3348-1, published Thu Sep 19 20:30:23 UTC 2024
- SUSE-SU-2024:3368-1, published Mon Sep 23 08:30:52 UTC 2024
- SUSE-SU-2024:3375-1, published Mon Sep 23 08:30:17 UTC 2024
- SUSE-SU-2024:3379-1, published Mon Sep 23 08:31:08 UTC 2024
- SUSE-SU-2024:3399-1, published Mon Sep 23 16:30:26 UTC 2024
- SUSE-SU-2024:3623-1, published 2024-10-14T21:35:12Z
- SUSE-SU-2024:3631-1, published 2024-10-15T09:03:51Z
- SUSE-SU-2024:3639-1, published 2024-10-15T12:03:52Z
- SUSE-SU-2024:3642-1, published 2024-10-15T19:03:43Z
- SUSE-SU-2024:3649-1, published 2024-10-16T09:33:39Z
- SUSE-SU-2024:3651-1, published 2024-10-16T10:04:05Z
- SUSE-SU-2024:3652-1, published 2024-10-16T10:04:15Z
- SUSE-SU-2024:3662-1, published 2024-10-16T14:03:47Z
- SUSE-SU-2024:3679-1, published 2024-10-16T17:34:15Z
- SUSE-SU-2024:3694-1, published 2024-10-16T19:04:10Z
- SUSE-SU-2024:3695-1, published 2024-10-16T19:04:20Z
- SUSE-SU-2024:3696-1, published 2024-10-16T19:04:30Z
- SUSE-SU-2024:3697-1, published 2024-10-16T19:04:40Z
- SUSE-SU-2024:3793-1, published 2024-10-30T09:04:17Z
- SUSE-SU-2024:3796-1, published 2024-10-30T11:04:08Z
- SUSE-SU-2024:3798-1, published 2024-10-30T11:33:45Z
- SUSE-SU-2024:3803-1, published 2024-10-30T13:33:41Z
- SUSE-SU-2024:3814-1, published 2024-10-30T17:03:47Z
- SUSE-SU-2024:3815-1, published 2024-10-30T17:03:57Z
- SUSE-SU-2024:3820-1, published 2024-10-30T17:34:25Z
- SUSE-SU-2024:3829-1, published 2024-10-30T18:33:58Z
- SUSE-SU-2024:3830-1, published 2024-10-30T18:34:04Z
- SUSE-SU-2024:3837-1, published 2024-10-30T19:03:55Z
- SUSE-SU-2024:3842-1, published 2024-10-31T07:33:51Z
- SUSE-SU-2024:3851-1, published 2024-10-31T10:34:07Z
- SUSE-SU-2024:3852-1, published 2024-10-31T10:34:17Z
- SUSE-SU-2024:3855-1, published 2024-10-31T11:33:37Z
List of released packages
Product(s) | Fixed package version(s) | References |
---|---|---|
Container bci/bci-sle15-kernel-module-devel:15.5 |
| |
Container suse/sle-micro-rancher/5.2:latest Image SLES15-SP3-BYOS-Azure Image SLES15-SP3-BYOS-EC2-HVM Image SLES15-SP3-BYOS-GCE Image SLES15-SP3-CHOST-BYOS-Aliyun Image SLES15-SP3-CHOST-BYOS-Azure Image SLES15-SP3-CHOST-BYOS-EC2 Image SLES15-SP3-CHOST-BYOS-GCE Image SLES15-SP3-CHOST-BYOS-SAP-CCloud Image SLES15-SP3-HPC-BYOS-Azure Image SLES15-SP3-HPC-BYOS-EC2-HVM Image SLES15-SP3-HPC-BYOS-GCE Image SLES15-SP3-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-SAPCAL-Azure Image SLES15-SP3-SAPCAL-EC2-HVM Image SLES15-SP3-SAPCAL-GCE |
| |
Container suse/sle-micro-rancher/5.3:latest Container suse/sle-micro-rancher/5.4:latest Image SLES15-SP4-BYOS Image SLES15-SP4-BYOS-Azure Image SLES15-SP4-BYOS-EC2 Image SLES15-SP4-BYOS-GCE Image SLES15-SP4-CHOST-BYOS Image SLES15-SP4-CHOST-BYOS-Aliyun Image SLES15-SP4-CHOST-BYOS-Azure Image SLES15-SP4-CHOST-BYOS-EC2 Image SLES15-SP4-CHOST-BYOS-GCE Image SLES15-SP4-CHOST-BYOS-SAP-CCloud Image SLES15-SP4-HPC-BYOS Image SLES15-SP4-HPC-BYOS-Azure Image SLES15-SP4-HPC-BYOS-EC2 Image SLES15-SP4-HPC-BYOS-GCE Image SLES15-SP4-HPC-EC2 Image SLES15-SP4-HPC-GCE Image SLES15-SP4-Hardened-BYOS Image SLES15-SP4-Hardened-BYOS-Azure Image SLES15-SP4-Hardened-BYOS-EC2 Image SLES15-SP4-Hardened-BYOS-GCE Image SLES15-SP4-Manager-Proxy-4-3-BYOS Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2 Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE Image SLES15-SP4-Manager-Server-4-3 Image SLES15-SP4-Manager-Server-4-3-Azure-llc Image SLES15-SP4-Manager-Server-4-3-Azure-ltd Image SLES15-SP4-Manager-Server-4-3-BYOS Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2 Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE Image SLES15-SP4-Manager-Server-4-3-EC2-llc Image SLES15-SP4-Manager-Server-4-3-EC2-ltd Image SLES15-SP4-Micro-5-3 Image SLES15-SP4-Micro-5-3-BYOS Image SLES15-SP4-Micro-5-3-BYOS-Azure Image SLES15-SP4-Micro-5-3-BYOS-EC2 Image SLES15-SP4-Micro-5-3-BYOS-GCE Image SLES15-SP4-Micro-5-3-EC2 Image SLES15-SP4-Micro-5-4 Image SLES15-SP4-Micro-5-4-BYOS Image SLES15-SP4-Micro-5-4-BYOS-Azure Image SLES15-SP4-Micro-5-4-BYOS-EC2 Image SLES15-SP4-Micro-5-4-BYOS-GCE Image SLES15-SP4-Micro-5-4-EC2 Image SLES15-SP4-Micro-5-4-GCE Image SLES15-SP4-SAP Image SLES15-SP4-SAP-Azure Image SLES15-SP4-SAP-EC2 Image SLES15-SP4-SAP-GCE Image SLES15-SP4-SAPCAL Image SLES15-SP4-SAPCAL-Azure Image SLES15-SP4-SAPCAL-EC2 Image SLES15-SP4-SAPCAL-GCE |
| |
Container suse/sle-micro/kvm-5.5:2.0.4-3.5.2 |
| |
Container suse/sle-micro/rt-5.5:2.0.4-4.5.3 |
| |
Image SLES12-SP5-Azure-BYOS Image SLES12-SP5-Azure-HPC-BYOS Image SLES12-SP5-EC2-BYOS Image SLES12-SP5-EC2-ECS-On-Demand Image SLES12-SP5-EC2-On-Demand Image SLES12-SP5-GCE-BYOS Image SLES12-SP5-GCE-On-Demand |
| |
Image SLES12-SP5-Azure-Basic-On-Demand Image SLES12-SP5-Azure-HPC-On-Demand Image SLES12-SP5-Azure-Standard-On-Demand |
| |
Image SLES12-SP5-Azure-SAP-BYOS Image SLES12-SP5-Azure-SAP-On-Demand Image SLES12-SP5-EC2-SAP-BYOS Image SLES12-SP5-EC2-SAP-On-Demand Image SLES12-SP5-GCE-SAP-BYOS Image SLES12-SP5-GCE-SAP-On-Demand Image SLES12-SP5-SAP-Azure-LI-BYOS-Production Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production |
| |
Image SLES15-SP2-SAP-Azure-LI-BYOS-Production Image SLES15-SP2-SAP-Azure-VLI-BYOS-Production |
| |
Image SLES15-SP3-SAP-Azure-LI-BYOS-Production Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production Image SLES15-SP3-SAP-BYOS-Azure Image SLES15-SP3-SAP-BYOS-EC2-HVM Image SLES15-SP3-SAP-BYOS-GCE |
| |
Image SLES15-SP4-SAP-Azure-LI-BYOS Image SLES15-SP4-SAP-Azure-LI-BYOS-Production Image SLES15-SP4-SAP-Azure-VLI-BYOS Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production Image SLES15-SP4-SAP-BYOS Image SLES15-SP4-SAP-BYOS-Azure Image SLES15-SP4-SAP-BYOS-EC2 Image SLES15-SP4-SAP-BYOS-GCE Image SLES15-SP4-SAP-Hardened Image SLES15-SP4-SAP-Hardened-Azure Image SLES15-SP4-SAP-Hardened-BYOS Image SLES15-SP4-SAP-Hardened-BYOS-Azure Image SLES15-SP4-SAP-Hardened-BYOS-EC2 Image SLES15-SP4-SAP-Hardened-BYOS-GCE Image SLES15-SP4-SAP-Hardened-GCE |
| |
Image SLES15-SP5-Azure-Basic Image SLES15-SP5-Azure-Standard Image SLES15-SP5-HPC-Azure |
| |
Image SLES15-SP5-BYOS-Azure Image SLES15-SP5-BYOS-EC2 Image SLES15-SP5-BYOS-GCE Image SLES15-SP5-CHOST-BYOS-Aliyun Image SLES15-SP5-CHOST-BYOS-Azure Image SLES15-SP5-CHOST-BYOS-EC2 Image SLES15-SP5-CHOST-BYOS-GCE Image SLES15-SP5-CHOST-BYOS-GDC Image SLES15-SP5-CHOST-BYOS-SAP-CCloud Image SLES15-SP5-EC2 Image SLES15-SP5-GCE Image SLES15-SP5-HPC-BYOS-Azure Image SLES15-SP5-HPC-BYOS-EC2 Image SLES15-SP5-HPC-BYOS-GCE Image SLES15-SP5-Hardened-BYOS-Azure Image SLES15-SP5-Hardened-BYOS-GCE Image SLES15-SP5-Manager-Proxy-5-0-BYOS Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2 Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE Image SLES15-SP5-Manager-Server-5-0-BYOS Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2 Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE Image SLES15-SP5-Micro-5-5 Image SLES15-SP5-Micro-5-5-Azure Image SLES15-SP5-Micro-5-5-BYOS Image SLES15-SP5-Micro-5-5-BYOS-Azure Image SLES15-SP5-Micro-5-5-BYOS-EC2 Image SLES15-SP5-Micro-5-5-BYOS-GCE Image SLES15-SP5-Micro-5-5-EC2 Image SLES15-SP5-Micro-5-5-GCE Image SLES15-SP5-SAPCAL-Azure Image SLES15-SP5-SAPCAL-EC2 Image SLES15-SP5-SAPCAL-GCE |
| |
Image SLES15-SP5-SAP-Azure-LI-BYOS Image SLES15-SP5-SAP-Azure-LI-BYOS-Production Image SLES15-SP5-SAP-Azure-VLI-BYOS Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production Image SLES15-SP5-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 |
| |
SUSE Enterprise Storage 7.1 |
| Patchnames: SUSE-Storage-7.1-2024-1642 |
SUSE Linux Enterprise Desktop 15 SP5 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP5-2024-1659 SUSE-SLE-Module-Development-Tools-15-SP5-2024-1659 SUSE-SLE-Product-WE-15-SP5-2024-1659 |
SUSE Linux Enterprise High Availability Extension 12 SP5 |
| Patchnames: SUSE-SLE-HA-12-SP5-2024-1870 |
SUSE Linux Enterprise High Availability Extension 15 SP2 |
| Patchnames: SUSE-SLE-Product-HA-15-SP2-2024-1650 |
SUSE Linux Enterprise High Availability Extension 15 SP3 |
| Patchnames: SUSE-SLE-Product-HA-15-SP3-2024-1642 |
SUSE Linux Enterprise High Availability Extension 15 SP4 |
| Patchnames: SUSE-SLE-Product-HA-15-SP4-2024-1641 |
SUSE Linux Enterprise High Availability Extension 15 SP5 |
| Patchnames: SUSE-SLE-Product-HA-15-SP5-2024-1659 |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-1650 |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-1642 |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-1641 |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-1641 |
SUSE Linux Enterprise High Performance Computing 15 SP5 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP5-2024-1659 SUSE-SLE-Module-Development-Tools-15-SP5-2024-1659 SUSE-SLE-Module-Legacy-15-SP5-2024-1659 SUSE-SLE-Module-Public-Cloud-15-SP5-2024-1644 |
SUSE Linux Enterprise Live Patching 12 SP5 |
| Patchnames: SUSE-SLE-Live-Patching-12-SP5-2024-1686 SUSE-SLE-Live-Patching-12-SP5-2024-1687 SUSE-SLE-Live-Patching-12-SP5-2024-1688 SUSE-SLE-Live-Patching-12-SP5-2024-1689 SUSE-SLE-Live-Patching-12-SP5-2024-1690 SUSE-SLE-Live-Patching-12-SP5-2024-1691 SUSE-SLE-Live-Patching-12-SP5-2024-1692 SUSE-SLE-Live-Patching-12-SP5-2024-1693 SUSE-SLE-Live-Patching-12-SP5-2024-1694 SUSE-SLE-Live-Patching-12-SP5-2024-1712 SUSE-SLE-Live-Patching-12-SP5-2024-1713 SUSE-SLE-Live-Patching-12-SP5-2024-1870 SUSE-SLE-Live-Patching-12-SP5-2024-2130 SUSE-SLE-Live-Patching-12-SP5-2024-2558 SUSE-SLE-Live-Patching-12-SP5-2024-2821 SUSE-SLE-Live-Patching-12-SP5-2024-3037 SUSE-SLE-Live-Patching-12-SP5-2024-3662 SUSE-SLE-Live-Patching-12-SP5-2024-3820 |
SUSE Linux Enterprise Live Patching 15 SP2 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP2-2024-1650 SUSE-SLE-Module-Live-Patching-15-SP2-2024-1709 SUSE-SLE-Module-Live-Patching-15-SP2-2024-1715 SUSE-SLE-Module-Live-Patching-15-SP2-2024-1716 SUSE-SLE-Module-Live-Patching-15-SP2-2024-1717 SUSE-SLE-Module-Live-Patching-15-SP2-2024-1718 SUSE-SLE-Module-Live-Patching-15-SP2-2024-1719 SUSE-SLE-Module-Live-Patching-15-SP2-2024-1722 SUSE-SLE-Module-Live-Patching-15-SP2-2024-1729 SUSE-SLE-Module-Live-Patching-15-SP2-2024-1730 SUSE-SLE-Module-Live-Patching-15-SP2-2024-1733 SUSE-SLE-Module-Live-Patching-15-SP2-2024-1735 SUSE-SLE-Module-Live-Patching-15-SP2-2024-1742 SUSE-SLE-Module-Live-Patching-15-SP2-2024-2120 SUSE-SLE-Module-Live-Patching-15-SP2-2024-2121 SUSE-SLE-Module-Live-Patching-15-SP2-2024-2343 SUSE-SLE-Module-Live-Patching-15-SP2-2024-2344 SUSE-SLE-Module-Live-Patching-15-SP2-2024-2740 SUSE-SLE-Module-Live-Patching-15-SP2-2024-2758 SUSE-SLE-Module-Live-Patching-15-SP2-2024-3043 SUSE-SLE-Module-Live-Patching-15-SP2-2024-3044 SUSE-SLE-Module-Live-Patching-15-SP2-2024-3642 SUSE-SLE-Module-Live-Patching-15-SP2-2024-3649 SUSE-SLE-Module-Live-Patching-15-SP2-2024-3796 SUSE-SLE-Module-Live-Patching-15-SP2-2024-3803 |
SUSE Linux Enterprise Live Patching 15 SP3 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP3-2024-1642 SUSE-SLE-Module-Live-Patching-15-SP3-2024-1696 SUSE-SLE-Module-Live-Patching-15-SP3-2024-1706 SUSE-SLE-Module-Live-Patching-15-SP3-2024-1707 SUSE-SLE-Module-Live-Patching-15-SP3-2024-1708 SUSE-SLE-Module-Live-Patching-15-SP3-2024-1720 SUSE-SLE-Module-Live-Patching-15-SP3-2024-1721 SUSE-SLE-Module-Live-Patching-15-SP3-2024-1734 SUSE-SLE-Module-Live-Patching-15-SP3-2024-1736 SUSE-SLE-Module-Live-Patching-15-SP3-2024-1737 SUSE-SLE-Module-Live-Patching-15-SP3-2024-1738 SUSE-SLE-Module-Live-Patching-15-SP3-2024-1746 SUSE-SLE-Module-Live-Patching-15-SP3-2024-1747 SUSE-SLE-Module-Live-Patching-15-SP3-2024-2139 SUSE-SLE-Module-Live-Patching-15-SP3-2024-2148 SUSE-SLE-Module-Live-Patching-15-SP3-2024-2357 SUSE-SLE-Module-Live-Patching-15-SP3-2024-2373 SUSE-SLE-Module-Live-Patching-15-SP3-2024-2755 SUSE-SLE-Module-Live-Patching-15-SP3-2024-2773 SUSE-SLE-Module-Live-Patching-15-SP3-2024-3034 SUSE-SLE-Module-Live-Patching-15-SP3-2024-3048 SUSE-SLE-Module-Live-Patching-15-SP3-2024-3651 SUSE-SLE-Module-Live-Patching-15-SP3-2024-3652 SUSE-SLE-Module-Live-Patching-15-SP3-2024-3798 SUSE-SLE-Module-Live-Patching-15-SP3-2024-3814 |
SUSE Linux Enterprise Live Patching 15 SP4 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP4-2024-1641 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1724 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1725 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1726 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1739 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1740 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1741 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1743 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1744 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1745 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1748 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1749 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1750 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1753 SUSE-SLE-Module-Live-Patching-15-SP4-2024-1757 SUSE-SLE-Module-Live-Patching-15-SP4-2024-2162 SUSE-SLE-Module-Live-Patching-15-SP4-2024-2163 SUSE-SLE-Module-Live-Patching-15-SP4-2024-2191 SUSE-SLE-Module-Live-Patching-15-SP4-2024-2446 SUSE-SLE-Module-Live-Patching-15-SP4-2024-2447 SUSE-SLE-Module-Live-Patching-15-SP4-2024-2448 SUSE-SLE-Module-Live-Patching-15-SP4-2024-2824 SUSE-SLE-Module-Live-Patching-15-SP4-2024-2825 SUSE-SLE-Module-Live-Patching-15-SP4-2024-2840 SUSE-SLE-Module-Live-Patching-15-SP4-2024-3368 SUSE-SLE-Module-Live-Patching-15-SP4-2024-3375 SUSE-SLE-Module-Live-Patching-15-SP4-2024-3399 SUSE-SLE-Module-Live-Patching-15-SP4-2024-3694 SUSE-SLE-Module-Live-Patching-15-SP4-2024-3695 SUSE-SLE-Module-Live-Patching-15-SP4-2024-3696 SUSE-SLE-Module-Live-Patching-15-SP4-2024-3793 SUSE-SLE-Module-Live-Patching-15-SP4-2024-3815 SUSE-SLE-Module-Live-Patching-15-SP4-2024-3851 |
SUSE Linux Enterprise Live Patching 15 SP5 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP5-2024-1659 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1663 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1677 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1678 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1679 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1680 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1681 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1682 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1683 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1685 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1695 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1705 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1711 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1723 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1727 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1731 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1732 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1751 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1752 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1754 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1755 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1756 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1758 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1759 SUSE-SLE-Module-Live-Patching-15-SP5-2024-1760 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2092 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2100 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2101 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2207 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2208 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2209 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2335 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2337 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2382 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2471 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2472 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2473 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2722 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2725 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2751 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2843 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2850 SUSE-SLE-Module-Live-Patching-15-SP5-2024-2851 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3318 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3336 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3347 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3348 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3367 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3379 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3623 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3631 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3639 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3678 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3679 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3697 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3829 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3830 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3837 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3842 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3852 SUSE-SLE-Module-Live-Patching-15-SP5-2024-3855 |
SUSE Linux Enterprise Micro 5.1 |
| Patchnames: SUSE-SUSE-MicroOS-5.1-2024-1642 SUSE-SUSE-MicroOS-5.1-2024-1645 |
SUSE Linux Enterprise Micro 5.2 |
| Patchnames: SUSE-SUSE-MicroOS-5.2-2024-1642 SUSE-SUSE-MicroOS-5.2-2024-1645 |
SUSE Linux Enterprise Micro 5.3 |
| Patchnames: SUSE-SLE-Micro-5.3-2024-1641 SUSE-SLE-Micro-5.3-2024-1647 |
SUSE Linux Enterprise Micro 5.4 |
| Patchnames: SUSE-SLE-Micro-5.4-2024-1641 SUSE-SLE-Micro-5.4-2024-1647 |
SUSE Linux Enterprise Micro 5.5 |
| Patchnames: SUSE-SLE-Micro-5.5-2024-1659 SUSE-SLE-Micro-5.5-2024-1663 |
SUSE Linux Enterprise Module for Basesystem 15 SP5 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP5-2024-1659 |
SUSE Linux Enterprise Module for Development Tools 15 SP5 |
| Patchnames: SUSE-SLE-Module-Development-Tools-15-SP5-2024-1659 |
SUSE Linux Enterprise Module for Legacy 15 SP5 |
| Patchnames: SUSE-SLE-Module-Legacy-15-SP5-2024-1659 |
SUSE Linux Enterprise Module for Public Cloud 15 SP5 |
| Patchnames: SUSE-SLE-Module-Public-Cloud-15-SP5-2024-1644 |
SUSE Linux Enterprise Real Time 12 SP5 |
| Patchnames: SUSE-SLE-RT-12-SP5-2024-1646 |
SUSE Linux Enterprise Real Time 15 SP5 SUSE Real Time Module 15 SP5 |
| Patchnames: SUSE-SLE-Module-RT-15-SP5-2024-1663 |
SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12 SP5 |
| Patchnames: SUSE-SLE-SDK-12-SP5-2024-1870 SUSE-SLE-SERVER-12-SP5-2024-1643 SUSE-SLE-SERVER-12-SP5-2024-1870 SUSE-SLE-WE-12-SP5-2024-1870 |
SUSE Linux Enterprise Server 15 SP2-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-1650 |
SUSE Linux Enterprise Server 15 SP3-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-1642 |
SUSE Linux Enterprise Server 15 SP4-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-1641 |
SUSE Linux Enterprise Server 15 SP5 SUSE Linux Enterprise Server for SAP Applications 15 SP5 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP5-2024-1659 SUSE-SLE-Module-Development-Tools-15-SP5-2024-1659 SUSE-SLE-Module-Legacy-15-SP5-2024-1659 SUSE-SLE-Module-Public-Cloud-15-SP5-2024-1644 SUSE-SLE-Product-WE-15-SP5-2024-1659 |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP2-2024-1650 |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP3-2024-1642 |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP4-2024-1641 |
SUSE Linux Enterprise Software Development Kit 12 SP5 |
| Patchnames: SUSE-SLE-SDK-12-SP5-2024-1870 |
SUSE Linux Enterprise Workstation Extension 12 SP5 |
| Patchnames: SUSE-SLE-WE-12-SP5-2024-1870 |
SUSE Linux Enterprise Workstation Extension 15 SP5 |
| Patchnames: SUSE-SLE-Product-WE-15-SP5-2024-1659 |
SUSE Manager Proxy 4.3 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-1641 |
SUSE Manager Retail Branch Server 4.3 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.3-2024-1641 |
SUSE Manager Server 4.3 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-1641 |
openSUSE Leap 15.5 |
| Patchnames: openSUSE-SLE-15.5-2024-1644 openSUSE-SLE-15.5-2024-1659 openSUSE-SLE-15.5-2024-1663 |
openSUSE Leap Micro 5.3 |
| Patchnames: openSUSE-Leap-Micro-5.3-2024-1641 openSUSE-Leap-Micro-5.3-2024-1647 |
openSUSE Leap Micro 5.4 |
| Patchnames: openSUSE-Leap-Micro-5.4-2024-1641 openSUSE-Leap-Micro-5.4-2024-1647 |
openSUSE Leap Micro 5.5 |
| Patchnames: openSUSE-Leap-Micro-5.5-2024-1659 openSUSE-Leap-Micro-5.5-2024-1663 |
First public cloud image revisions this CVE is fixed in:
- alibaba/sles-15-sp3-chost-byos-v20240912
- alibaba/sles-15-sp4-chost-byos-v20240612
- alibaba/sles-15-sp5-chost-byos-v20240529
- amazon/suse-manager-proxy-4-3-byos-v20240616-hvm-ssd-x86_64
- amazon/suse-manager-server-4-3-byos-v20240608-hvm-ssd-x86_64
- amazon/suse-manager-server-4-3-v20240605-hvm-ssd-x86_64-llc
- amazon/suse-manager-server-4-3-v20240605-hvm-ssd-x86_64-ltd
- amazon/suse-sle-hpc-15-sp3-byos-v20240809-hvm-ssd-x86_64
- amazon/suse-sle-hpc-15-sp3-byos-v20240819-hvm-ssd-x86_64
- amazon/suse-sle-hpc-15-sp4-byos-v20240809-hvm-ssd-x86_64
- amazon/suse-sle-hpc-15-sp5-byos-v20240604-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-1-byos-v20240616-hvm-ssd-arm64
- amazon/suse-sle-micro-5-1-byos-v20240616-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-2-byos-v20240616-hvm-ssd-arm64
- amazon/suse-sle-micro-5-2-byos-v20240616-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-3-byos-v20240716-hvm-ssd-arm64
- amazon/suse-sle-micro-5-4-byos-v20240727-hvm-ssd-arm64
- amazon/suse-sle-micro-5-4-byos-v20240727-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-4-v20240716-hvm-ssd-arm64-ltd
- amazon/suse-sle-micro-5-4-v20240716-hvm-ssd-x86_64-ltd
- amazon/suse-sle-micro-5-5-byos-v20240722-hvm-ssd-arm64
- amazon/suse-sle-micro-5-5-byos-v20240722-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-5-v20240722-hvm-ssd-arm64-llc
- amazon/suse-sle-micro-5-5-v20240722-hvm-ssd-arm64-ltd
- amazon/suse-sle-micro-5-5-v20240722-hvm-ssd-x86_64-llc
- amazon/suse-sle-micro-5-5-v20240722-hvm-ssd-x86_64-ltd
- amazon/suse-sles-12-sp5-byos-v20240612-hvm-ssd-x86_64
- amazon/suse-sles-12-sp5-v20240609-hvm-ssd-x86_64
- amazon/suse-sles-12-sp5-v20240625-ecs-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-byos-v20240809-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-byos-v20240819-hvm-ssd-arm64
- amazon/suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-arm64
- amazon/suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64
- amazon/suse-sles-15-sp3-sapcal-v20240819-hvm-ssd-x86_64
- amazon/suse-sles-15-sp4-byos-v20240809-hvm-ssd-arm64
- amazon/suse-sles-15-sp4-byos-v20240809-hvm-ssd-x86_64
- amazon/suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-arm64
- amazon/suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-x86_64
- amazon/suse-sles-15-sp4-hardened-byos-v20240809-hvm-ssd-x86_64
- amazon/suse-sles-15-sp4-sapcal-v20240809-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-byos-v20240604-hvm-ssd-arm64
- amazon/suse-sles-15-sp5-byos-v20240604-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-chost-byos-v20240529-hvm-ssd-arm64
- amazon/suse-sles-15-sp5-chost-byos-v20240529-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-sapcal-v20240604-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-v20240604-ecs-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-v20240604-hvm-ssd-arm64
- amazon/suse-sles-15-sp5-v20240604-hvm-ssd-x86_64
- amazon/suse-sles-sap-12-sp5-byos-v20240812-hvm-ssd-x86_64
- amazon/suse-sles-sap-12-sp5-v20240801-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp3-byos-v20240809-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp3-v20240809-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp4-byos-v20240808-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp4-hardened-byos-v20240808-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp4-v20240809-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp5-byos-v20240604-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp5-hardened-byos-v20240808-hvm-ssd-x86_64
- google/sle-hpc-15-sp3-byos-v20240809-x86-64
- google/sle-hpc-15-sp4-byos-v20240809-x86-64
- google/sle-hpc-15-sp5-byos-v20240529-x86-64
- google/sle-micro-5-1-byos-v20240616-x86-64
- google/sle-micro-5-2-byos-v20240616-x86-64
- google/sle-micro-5-3-byos-v20240716-arm64
- google/sle-micro-5-3-byos-v20240716-x86-64
- google/sle-micro-5-4-byos-v20240727-arm64
- google/sle-micro-5-4-byos-v20240727-x86-64
- google/sle-micro-5-5-byos-v20240722-arm64
- google/sle-micro-5-5-byos-v20240722-x86-64
- google/sles-12-sp5-byos-v20240727-x86-64
- google/sles-12-sp5-sap-byos-v20240727-x86-64
- google/sles-12-sp5-sap-v20240727-x86-64
- google/sles-12-sp5-v20240609-x86-64
- google/sles-15-sp3-byos-v20240809-x86-64
- google/sles-15-sp3-chost-byos-v20240807-x86-64
- google/sles-15-sp3-sap-byos-v20240809-x86-64
- google/sles-15-sp3-sap-v20240808-x86-64
- google/sles-15-sp3-sapcal-v20240809-x86-64
- google/sles-15-sp4-byos-v20240808-arm64
- google/sles-15-sp4-byos-v20240808-x86-64
- google/sles-15-sp4-chost-byos-v20240612-arm64
- google/sles-15-sp4-chost-byos-v20240612-x86-64
- google/sles-15-sp4-hardened-byos-v20240808-x86-64
- google/sles-15-sp4-sap-byos-v20240808-x86-64
- google/sles-15-sp4-sap-v20240808-x86-64
- google/sles-15-sp4-sapcal-v20240808-x86-64
- google/sles-15-sp5-byos-v20240528-arm64
- google/sles-15-sp5-byos-v20240528-x86-64
- google/sles-15-sp5-chost-byos-v20240529-arm64
- google/sles-15-sp5-chost-byos-v20240529-x86-64
- google/sles-15-sp5-hardened-byos-v20240530-x86-64
- google/sles-15-sp5-sap-byos-v20240528-x86-64
- google/sles-15-sp5-sap-v20240528-x86-64
- google/sles-15-sp5-sapcal-v20240529-x86-64
- google/sles-15-sp5-v20240528-arm64
- google/sles-15-sp5-v20240528-x86-64
- google/sles-sap-15-sp4-hardened-byos-v20240808-x86-64
- google/sles-sap-15-sp4-hardened-v20240808-x86-64
- google/sles-sap-15-sp5-hardened-byos-v20240528-x86-64
- google/sles-sap-15-sp5-hardened-v20240528-x86-64
- google/suse-manager-proxy-4-3-byos-v20240616-x86-64
- google/suse-manager-server-4-3-byos-v20240608-x86-64
- microsoft/suse-manager-proxy-4-3-byos-v20240807-x86_64
- microsoft/suse-manager-server-4-3-v20240605-x86_64-llc
- microsoft/suse-manager-server-4-3-v20240605-x86_64-ltd
- microsoft/suse-sle-hpc-12-sp5-byos-v20240730-x86_64
- microsoft/suse-sle-hpc-12-sp5-v20240730-x86_64
- microsoft/suse-sle-hpc-15-sp3-byos-v20240809-x86_64
- microsoft/suse-sle-hpc-15-sp4-byos-v20240809-x86_64
- microsoft/suse-sle-hpc-15-sp5-byos-v20240809-x86_64
- microsoft/suse-sle-hpc-15-sp5-v20240809-x86_64
- microsoft/suse-sle-micro-5-3-byos-v20240625-arm64
- microsoft/suse-sle-micro-5-4-byos-v20240716-arm64
- microsoft/suse-sle-micro-5-4-byos-v20240716-x86_64
- microsoft/suse-sle-micro-5-5-byos-v20241114-arm64
- microsoft/suse-sle-micro-5-5-v20240722-arm64-llc
- microsoft/suse-sle-micro-5-5-v20240722-arm64-ltd
- microsoft/suse-sle-micro-5-5-v20241114-x86_64-llc
- microsoft/suse-sle-micro-5-5-v20241114-x86_64-ltd
- microsoft/suse-sles-12-sp5-basic-v20240609-x86_64
- microsoft/suse-sles-12-sp5-byos-v20240601-x86_64
- microsoft/suse-sles-12-sp5-v20240609-x86_64
- microsoft/suse-sles-15-sp3-byos-v20240809-x86_64
- microsoft/suse-sles-15-sp3-chost-byos-v20240807-x86_64
- microsoft/suse-sles-15-sp3-sapcal-v20240809-x86_64
- microsoft/suse-sles-15-sp4-byos-v20240809-arm64
- microsoft/suse-sles-15-sp4-byos-v20240809-x86_64
- microsoft/suse-sles-15-sp4-chost-byos-v20240612-arm64
- microsoft/suse-sles-15-sp4-chost-byos-v20240612-x86_64
- microsoft/suse-sles-15-sp4-hardened-byos-v20240809-x86_64
- microsoft/suse-sles-15-sp4-sapcal-v20240809-x86_64
- microsoft/suse-sles-15-sp5-basic-v20240809-x86_64
- microsoft/suse-sles-15-sp5-byos-v20240809-arm64
- microsoft/suse-sles-15-sp5-byos-v20240809-x86_64
- microsoft/suse-sles-15-sp5-chost-byos-v20240529-arm64
- microsoft/suse-sles-15-sp5-chost-byos-v20240529-x86_64
- microsoft/suse-sles-15-sp5-hardened-byos-v20240809-x86_64
- microsoft/suse-sles-15-sp5-sapcal-v20240809-x86_64
- microsoft/suse-sles-15-sp5-v20240809-arm64
- microsoft/suse-sles-15-sp5-v20240809-x86_64
- microsoft/suse-sles-sap-12-sp5-byos-v20240619-x86_64
- microsoft/suse-sles-sap-12-sp5-v20240730-x86_64
- microsoft/suse-sles-sap-15-sp3-byos-v20240809-x86_64
- microsoft/suse-sles-sap-15-sp3-byos-v20240913-x86_64
- microsoft/suse-sles-sap-15-sp3-byos-v20240915-x86_64
- microsoft/suse-sles-sap-15-sp3-byos-v20240916-x86_64
- microsoft/suse-sles-sap-15-sp3-v20240809-x86_64
- microsoft/suse-sles-sap-15-sp3-v20240913-x86_64
- microsoft/suse-sles-sap-15-sp3-v20240915-x86_64
- microsoft/suse-sles-sap-15-sp3-v20240916-x86_64
- microsoft/suse-sles-sap-15-sp4-byos-v20240809-x86_64
- microsoft/suse-sles-sap-15-sp4-v20240809-x86_64
- microsoft/suse-sles-sap-15-sp5-byos-v20240809-x86_64
- microsoft/suse-sles-sap-15-sp5-v20240809-x86_64
Status of this issue by product and package
Please note that this evaluation state might be work in progress, incomplete or outdated. Also information for service packs in the LTSS phase is only included for issues meeting the LTSS criteria. If in doubt, feel free to contact us for clarification. The updates are grouped by state of their lifecycle. SUSE product lifecycles are documented on the lifecycle page.
Product(s) | Source package | State |
---|---|---|
Products under general support and receiving all security fixes. | ||
SUSE Linux Enterprise Desktop 15 SP5 | kernel-64kb | Released |
SUSE Linux Enterprise Desktop 15 SP5 | kernel-default | Released |
SUSE Linux Enterprise Desktop 15 SP5 | kernel-default-base | Released |
SUSE Linux Enterprise Desktop 15 SP5 | kernel-docs | Released |
SUSE Linux Enterprise Desktop 15 SP5 | kernel-obs-build | Released |
SUSE Linux Enterprise Desktop 15 SP5 | kernel-source | Released |
SUSE Linux Enterprise Desktop 15 SP5 | kernel-syms | Released |
SUSE Linux Enterprise Desktop 15 SP5 | kernel-zfcpdump | Released |
SUSE Linux Enterprise Desktop 15 SP6 | kernel-default | Already fixed |
SUSE Linux Enterprise Desktop 15 SP6 | kernel-source | Already fixed |
SUSE Linux Enterprise High Availability Extension 15 SP5 | kernel-default | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-64kb | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-azure | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-default | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-default-base | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-docs | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-obs-build | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-source | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-source-azure | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-syms | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-syms-azure | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-zfcpdump | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-default | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-source | Already fixed |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-source-azure | Already fixed |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-default | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_0 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_1 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_10 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_11 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_13 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_14 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_3 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_5 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_6 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_7 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_8 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_9 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_0 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_1 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_10 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_11 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_12 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_13 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_2 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_3 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_5 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_6 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_7 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_8 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_9 | Released |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-source | Released |
SUSE Linux Enterprise Live Patching 15 SP6 | kernel-default | Already fixed |
SUSE Linux Enterprise Live Patching 15 SP6 | kernel-source | Already fixed |
SUSE Linux Enterprise Micro 5.1 | kernel-default | Released |
SUSE Linux Enterprise Micro 5.1 | kernel-default-base | Released |
SUSE Linux Enterprise Micro 5.1 | kernel-rt | Released |
SUSE Linux Enterprise Micro 5.1 | kernel-source | Released |
SUSE Linux Enterprise Micro 5.1 | kernel-source-rt | Released |
SUSE Linux Enterprise Micro 5.2 | kernel-default | Released |
SUSE Linux Enterprise Micro 5.2 | kernel-default-base | Released |
SUSE Linux Enterprise Micro 5.2 | kernel-rt | Released |
SUSE Linux Enterprise Micro 5.2 | kernel-source | Released |
SUSE Linux Enterprise Micro 5.2 | kernel-source-rt | Released |
SUSE Linux Enterprise Micro 5.3 | kernel-default | Released |
SUSE Linux Enterprise Micro 5.3 | kernel-default-base | Released |
SUSE Linux Enterprise Micro 5.3 | kernel-rt | Released |
SUSE Linux Enterprise Micro 5.3 | kernel-source | Released |
SUSE Linux Enterprise Micro 5.3 | kernel-source-rt | Released |
SUSE Linux Enterprise Micro 5.4 | kernel-default | Released |
SUSE Linux Enterprise Micro 5.4 | kernel-default-base | Released |
SUSE Linux Enterprise Micro 5.4 | kernel-rt | Released |
SUSE Linux Enterprise Micro 5.4 | kernel-source | Released |
SUSE Linux Enterprise Micro 5.4 | kernel-source-rt | Released |
SUSE Linux Enterprise Micro 5.5 | kernel-default | Released |
SUSE Linux Enterprise Micro 5.5 | kernel-default-base | Released |
SUSE Linux Enterprise Micro 5.5 | kernel-rt | Released |
SUSE Linux Enterprise Micro 5.5 | kernel-source | Released |
SUSE Linux Enterprise Micro 5.5 | kernel-source-rt | Released |
SUSE Linux Enterprise Micro 6.0 | kernel-default | Already fixed |
SUSE Linux Enterprise Micro 6.0 | kernel-source | Already fixed |
SUSE Linux Enterprise Micro 6.0 | kernel-source-rt | Already fixed |
SUSE Linux Enterprise Micro for Rancher 5.2 | kernel-source-rt | Released |
SUSE Linux Enterprise Micro for Rancher 5.3 | kernel-source-rt | Released |
SUSE Linux Enterprise Micro for Rancher 5.4 | kernel-source-rt | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP5 | kernel-64kb | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP5 | kernel-default | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP5 | kernel-default-base | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP5 | kernel-source | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP5 | kernel-zfcpdump | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP6 | kernel-default | Already fixed |
SUSE Linux Enterprise Module for Basesystem 15 SP6 | kernel-source | Already fixed |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | kernel-default | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | kernel-docs | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | kernel-obs-build | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | kernel-source | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | kernel-syms | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP6 | kernel-default | Already fixed |
SUSE Linux Enterprise Module for Development Tools 15 SP6 | kernel-source | Already fixed |
SUSE Linux Enterprise Module for Legacy 15 SP5 | kernel-default | Released |
SUSE Linux Enterprise Module for Public Cloud 15 SP5 | kernel-azure | Released |
SUSE Linux Enterprise Module for Public Cloud 15 SP5 | kernel-source-azure | Released |
SUSE Linux Enterprise Module for Public Cloud 15 SP5 | kernel-syms-azure | Released |
SUSE Linux Enterprise Module for Public Cloud 15 SP6 | kernel-source-azure | Already fixed |
SUSE Linux Enterprise Real Time 15 SP5 | kernel-rt | Released |
SUSE Linux Enterprise Real Time 15 SP5 | kernel-rt_debug | Released |
SUSE Linux Enterprise Real Time 15 SP5 | kernel-source-rt | Released |
SUSE Linux Enterprise Real Time 15 SP5 | kernel-syms-rt | Released |
SUSE Linux Enterprise Real Time 15 SP6 | kernel-source-rt | Already fixed |
SUSE Linux Enterprise Server 15 SP5 | kernel-64kb | Released |
SUSE Linux Enterprise Server 15 SP5 | kernel-azure | Released |
SUSE Linux Enterprise Server 15 SP5 | kernel-default | Released |
SUSE Linux Enterprise Server 15 SP5 | kernel-default-base | Released |
SUSE Linux Enterprise Server 15 SP5 | kernel-docs | Released |
SUSE Linux Enterprise Server 15 SP5 | kernel-obs-build | Released |
SUSE Linux Enterprise Server 15 SP5 | kernel-source | Released |
SUSE Linux Enterprise Server 15 SP5 | kernel-source-azure | Released |
SUSE Linux Enterprise Server 15 SP5 | kernel-syms | Released |
SUSE Linux Enterprise Server 15 SP5 | kernel-syms-azure | Released |
SUSE Linux Enterprise Server 15 SP5 | kernel-zfcpdump | Released |
SUSE Linux Enterprise Server 15 SP6 | kernel-default | Already fixed |
SUSE Linux Enterprise Server 15 SP6 | kernel-source | Already fixed |
SUSE Linux Enterprise Server 15 SP6 | kernel-source-azure | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-64kb | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-azure | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-default | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-default-base | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-docs | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-obs-build | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-source | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-source-azure | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-syms | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-syms-azure | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-zfcpdump | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-default | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-source | Already fixed |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-source-azure | Already fixed |
SUSE Linux Enterprise Workstation Extension 15 SP5 | kernel-default | Released |
SUSE Manager Proxy 4.3 | kernel-default | Released |
SUSE Manager Proxy 4.3 | kernel-default-base | Released |
SUSE Manager Proxy 4.3 | kernel-source | Released |
SUSE Manager Proxy 4.3 | kernel-syms | Released |
SUSE Manager Retail Branch Server 4.3 | kernel-default | Released |
SUSE Manager Retail Branch Server 4.3 | kernel-default-base | Released |
SUSE Manager Retail Branch Server 4.3 | kernel-source | Released |
SUSE Manager Server 4.3 | kernel-default | Released |
SUSE Manager Server 4.3 | kernel-default-base | Released |
SUSE Manager Server 4.3 | kernel-source | Released |
SUSE Manager Server 4.3 | kernel-syms | Released |
SUSE Manager Server 4.3 | kernel-zfcpdump | Released |
SUSE Real Time Module 15 SP5 | kernel-rt | Released |
SUSE Real Time Module 15 SP5 | kernel-rt_debug | Released |
SUSE Real Time Module 15 SP5 | kernel-source-rt | Released |
SUSE Real Time Module 15 SP5 | kernel-syms-rt | Released |
SUSE Real Time Module 15 SP6 | kernel-source-rt | Already fixed |
openSUSE Leap 15.5 | kernel-default | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_0 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_1 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_10 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_11 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_13 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_3 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_5 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_6 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_7 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_8 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_9 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_0 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_1 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_10 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_11 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_12 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_2 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_3 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_5 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_6 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_7 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_8 | Released |
openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_9 | Released |
openSUSE Leap 15.5 | kernel-source | Released |
openSUSE Leap 15.5 | kernel-source-azure | Released |
openSUSE Leap 15.5 | kernel-source-rt | Released |
openSUSE Leap 15.6 | kernel-default | Already fixed |
openSUSE Leap 15.6 | kernel-source | Already fixed |
openSUSE Leap 15.6 | kernel-source-azure | Already fixed |
openSUSE Leap 15.6 | kernel-source-rt | Already fixed |
Products under Long Term Service Pack support and receiving important and critical security fixes. | ||
SUSE Linux Enterprise Desktop 15 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Desktop 15 SP4 LTSS | kernel-default | Released |
SUSE Linux Enterprise Desktop 15 SP4 LTSS | kernel-source | Released |
SUSE Linux Enterprise High Availability Extension 12 SP5 | kernel-default | Released |
SUSE Linux Enterprise High Availability Extension 12 SP5 | kernel-source | Released |
SUSE Linux Enterprise High Availability Extension 15 SP2 | kernel-default | Released |
SUSE Linux Enterprise High Availability Extension 15 SP3 | kernel-default | Released |
SUSE Linux Enterprise High Availability Extension 15 SP4 | kernel-default | Released |
SUSE Linux Enterprise High Performance Computing 12 SP5 | kernel-default | Released |
SUSE Linux Enterprise High Performance Computing 12 SP5 | kernel-source | Released |
SUSE Linux Enterprise High Performance Computing 12 SP5 | kernel-source-azure | Released |
SUSE Linux Enterprise High Performance Computing 15 SP2 | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | kernel-default | Released |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | kernel-default-base | Released |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | kernel-docs | Released |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | kernel-obs-build | Released |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | kernel-preempt | Released |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | kernel-source | Released |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | kernel-syms | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3 | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | kernel-64kb | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | kernel-default | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | kernel-default-base | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | kernel-docs | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | kernel-obs-build | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | kernel-preempt | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | kernel-source | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | kernel-syms | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-64kb | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-default | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-default-base | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-docs | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-obs-build | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-source | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-syms | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-64kb | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-default | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-default-base | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-docs | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-obs-build | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-source | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-syms | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kernel-default | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kernel-source | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_43 | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_44 | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_45 | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_47 | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_48 | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_49 | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_50 | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_51 | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_52 | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_53 | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_54 | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_56 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-default | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-livepatch-SLE15-SP2_Update_36 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-livepatch-SLE15-SP2_Update_37 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-livepatch-SLE15-SP2_Update_38 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-livepatch-SLE15-SP2_Update_39 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-livepatch-SLE15-SP2_Update_40 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-livepatch-SLE15-SP2_Update_41 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-livepatch-SLE15-SP2_Update_42 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-livepatch-SLE15-SP2_Update_43 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-livepatch-SLE15-SP2_Update_44 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-livepatch-SLE15-SP2_Update_45 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-livepatch-SLE15-SP2_Update_46 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-livepatch-SLE15-SP2_Update_47 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-livepatch-SLE15-SP2_Update_48 | Released |
SUSE Linux Enterprise Live Patching 15 SP2 | kernel-source | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-default | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-livepatch-SLE15-SP3_Update_32 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-livepatch-SLE15-SP3_Update_33 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-livepatch-SLE15-SP3_Update_34 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-livepatch-SLE15-SP3_Update_35 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-livepatch-SLE15-SP3_Update_36 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-livepatch-SLE15-SP3_Update_37 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-livepatch-SLE15-SP3_Update_38 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-livepatch-SLE15-SP3_Update_39 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-livepatch-SLE15-SP3_Update_40 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-livepatch-SLE15-SP3_Update_41 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-livepatch-SLE15-SP3_Update_42 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-livepatch-SLE15-SP3_Update_43 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-livepatch-SLE15-SP3_Update_44 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-source | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-default | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_11 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_12 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_13 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_14 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_15 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_16 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_18 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_19 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_20 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_21 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_22 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_23 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_24 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_25 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_26 | Released |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-source | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP2 | kernel-source | Affected |
SUSE Linux Enterprise Module for Basesystem 15 SP3 | kernel-source | Affected |
SUSE Linux Enterprise Module for Basesystem 15 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP2 | kernel-source | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP3 | kernel-source | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | kernel-default | Not affected |
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | kernel-source | Not affected |
SUSE Linux Enterprise Server 12 SP5 | kernel-azure | Released |
SUSE Linux Enterprise Server 12 SP5 | kernel-default | Released |
SUSE Linux Enterprise Server 12 SP5 | kernel-docs | Released |
SUSE Linux Enterprise Server 12 SP5 | kernel-obs-build | Released |
SUSE Linux Enterprise Server 12 SP5 | kernel-source | Released |
SUSE Linux Enterprise Server 12 SP5 | kernel-source-azure | Released |
SUSE Linux Enterprise Server 12 SP5 | kernel-syms | Released |
SUSE Linux Enterprise Server 12 SP5 | kernel-syms-azure | Released |
SUSE Linux Enterprise Server 12 SP5-LTSS | kernel-default | Released |
SUSE Linux Enterprise Server 12 SP5-LTSS | kernel-source | Released |
SUSE Linux Enterprise Server 12 SP5-LTSS | kernel-source-azure | Released |
SUSE Linux Enterprise Server 15 SP2 | kernel-source | Affected |
SUSE Linux Enterprise Server 15 SP2-LTSS | kernel-default | Released |
SUSE Linux Enterprise Server 15 SP2-LTSS | kernel-default-base | Released |
SUSE Linux Enterprise Server 15 SP2-LTSS | kernel-docs | Released |
SUSE Linux Enterprise Server 15 SP2-LTSS | kernel-obs-build | Released |
SUSE Linux Enterprise Server 15 SP2-LTSS | kernel-preempt | Released |
SUSE Linux Enterprise Server 15 SP2-LTSS | kernel-source | Released |
SUSE Linux Enterprise Server 15 SP2-LTSS | kernel-syms | Released |
SUSE Linux Enterprise Server 15 SP3 | kernel-source | Affected |
SUSE Linux Enterprise Server 15 SP3-LTSS | kernel-64kb | Released |
SUSE Linux Enterprise Server 15 SP3-LTSS | kernel-default | Released |
SUSE Linux Enterprise Server 15 SP3-LTSS | kernel-default-base | Released |
SUSE Linux Enterprise Server 15 SP3-LTSS | kernel-docs | Released |
SUSE Linux Enterprise Server 15 SP3-LTSS | kernel-obs-build | Released |
SUSE Linux Enterprise Server 15 SP3-LTSS | kernel-preempt | Released |
SUSE Linux Enterprise Server 15 SP3-LTSS | kernel-source | Released |
SUSE Linux Enterprise Server 15 SP3-LTSS | kernel-syms | Released |
SUSE Linux Enterprise Server 15 SP3-LTSS | kernel-zfcpdump | Released |
SUSE Linux Enterprise Server 15 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-64kb | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-default | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-default-base | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-docs | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-obs-build | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-source | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-syms | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-zfcpdump | Released |
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | kernel-source | Affected |
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | kernel-source-azure | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | kernel-azure | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | kernel-default | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | kernel-docs | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | kernel-obs-build | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | kernel-source | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | kernel-source-azure | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | kernel-syms | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | kernel-syms-azure | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 | kernel-default | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 | kernel-default-base | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 | kernel-docs | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 | kernel-obs-build | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 | kernel-preempt | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 | kernel-source | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 | kernel-syms | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | kernel-default | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | kernel-default-base | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | kernel-docs | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | kernel-obs-build | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | kernel-preempt | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | kernel-source | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | kernel-syms | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-default | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-default-base | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-docs | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-obs-build | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-source | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-syms | Released |
Products past their end of life and not receiving proactive updates anymore. | ||
HPE Helion OpenStack 8 | kernel-source | Affected |
SUSE CaaS Platform 4.0 | kernel-source | Affected |
SUSE CaaS Platform Toolchain 3 | kernel-source | Affected |
SUSE Enterprise Storage 6 | kernel-source | Affected |
SUSE Enterprise Storage 7 | kernel-source | Affected |
SUSE Enterprise Storage 7.1 | kernel-64kb | Released |
SUSE Enterprise Storage 7.1 | kernel-default | Released |
SUSE Enterprise Storage 7.1 | kernel-default-base | Released |
SUSE Enterprise Storage 7.1 | kernel-docs | Released |
SUSE Enterprise Storage 7.1 | kernel-obs-build | Released |
SUSE Enterprise Storage 7.1 | kernel-preempt | Released |
SUSE Enterprise Storage 7.1 | kernel-source | Released |
SUSE Enterprise Storage 7.1 | kernel-syms | Released |
SUSE Linux Enterprise Desktop 11 SP3 | kernel-source | Unsupported |
SUSE Linux Enterprise Desktop 11 SP4 | kernel-source | Not affected |
SUSE Linux Enterprise Desktop 12 SP1 | kernel-source | Unsupported |
SUSE Linux Enterprise Desktop 12 SP2 | kernel-source | Affected |
SUSE Linux Enterprise Desktop 12 SP3 | kernel-source | Affected |
SUSE Linux Enterprise Desktop 12 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Desktop 15 | kernel-source | Affected |
SUSE Linux Enterprise Desktop 15 SP1 | kernel-source | Affected |
SUSE Linux Enterprise Desktop 15 SP2 | kernel-source | Affected |
SUSE Linux Enterprise Desktop 15 SP3 | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP1 | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15-ESPOS | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15-LTSS | kernel-source | Affected |
SUSE Linux Enterprise Micro 5.0 | kernel-default | Affected |
SUSE Linux Enterprise Module for Basesystem 15 | kernel-source | Affected |
SUSE Linux Enterprise Module for Basesystem 15 SP1 | kernel-source | Affected |
SUSE Linux Enterprise Module for Development Tools 15 | kernel-source | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP1 | kernel-source | Affected |
SUSE Linux Enterprise Point of Sale 11 SP3 | kernel-source | Unsupported |
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT | kernel-source | Affected |
SUSE Linux Enterprise Real Time 12 SP5 | kernel-rt | Released |
SUSE Linux Enterprise Real Time 12 SP5 | kernel-rt_debug | Released |
SUSE Linux Enterprise Real Time 12 SP5 | kernel-source-rt | Released |
SUSE Linux Enterprise Real Time 12 SP5 | kernel-syms-rt | Released |
SUSE Linux Enterprise Real Time 15 SP2 | kernel-source | Affected |
SUSE Linux Enterprise Real Time 15 SP3 | kernel-source | Affected |
SUSE Linux Enterprise Real Time 15 SP3 | kernel-source-rt | Affected |
SUSE Linux Enterprise Real Time 15 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Real Time 15 SP4 | kernel-source-rt | Affected |
SUSE Linux Enterprise Server 11 SP3 | kernel-source | Unsupported |
SUSE Linux Enterprise Server 11 SP3-LTSS | kernel-source | Unsupported |
SUSE Linux Enterprise Server 11 SP4 | kernel-source | Not affected |
SUSE Linux Enterprise Server 11 SP4 LTSS | kernel-default | Not affected |
SUSE Linux Enterprise Server 11 SP4 LTSS | kernel-source | Not affected |
SUSE Linux Enterprise Server 11 SP4-LTSS | kernel-source | Not affected |
SUSE Linux Enterprise Server 12 SP1 | kernel-source | Unsupported |
SUSE Linux Enterprise Server 12 SP1-LTSS | kernel-source | Unsupported |
SUSE Linux Enterprise Server 12 SP2 | kernel-source | Affected |
SUSE Linux Enterprise Server 12 SP2-BCL | kernel-source | Affected |
SUSE Linux Enterprise Server 12 SP2-ESPOS | kernel-source | Affected |
SUSE Linux Enterprise Server 12 SP2-LTSS | kernel-default | Affected |
SUSE Linux Enterprise Server 12 SP2-LTSS | kernel-source | Affected |
SUSE Linux Enterprise Server 12 SP3 | kernel-source | Affected |
SUSE Linux Enterprise Server 12 SP3-BCL | kernel-source | Affected |
SUSE Linux Enterprise Server 12 SP3-ESPOS | kernel-source | Affected |
SUSE Linux Enterprise Server 12 SP3-LTSS | kernel-source | Affected |
SUSE Linux Enterprise Server 12 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Server 12 SP4-ESPOS | kernel-source | Affected |
SUSE Linux Enterprise Server 12 SP4-LTSS | kernel-default | Affected |
SUSE Linux Enterprise Server 12 SP4-LTSS | kernel-source | Affected |
SUSE Linux Enterprise Server 15 | kernel-source | Affected |
SUSE Linux Enterprise Server 15 SP1 | kernel-source | Affected |
SUSE Linux Enterprise Server 15 SP1-BCL | kernel-source | Affected |
SUSE Linux Enterprise Server 15 SP1-LTSS | kernel-default | Affected |
SUSE Linux Enterprise Server 15 SP1-LTSS | kernel-source | Affected |
SUSE Linux Enterprise Server 15 SP2-BCL | kernel-source | Affected |
SUSE Linux Enterprise Server 15 SP3-BCL | kernel-source | Affected |
SUSE Linux Enterprise Server 15-LTSS | kernel-default | Affected |
SUSE Linux Enterprise Server 15-LTSS | kernel-source | Affected |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 | kernel-source | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 | kernel-source | Unsupported |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 | kernel-source | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 | kernel-source | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 | kernel-default | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 | kernel-source | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP1 | kernel-source | Affected |
SUSE Linux Enterprise Software Development Kit 12 SP5 | kernel-docs | Released |
SUSE Linux Enterprise Software Development Kit 12 SP5 | kernel-obs-build | Released |
SUSE Linux Enterprise Workstation Extension 12 SP5 | kernel-default | Released |
SUSE Manager Proxy 4.0 | kernel-source | Affected |
SUSE Manager Proxy 4.1 | kernel-source | Affected |
SUSE Manager Proxy 4.2 | kernel-source | Affected |
SUSE Manager Retail Branch Server 4.0 | kernel-source | Affected |
SUSE Manager Retail Branch Server 4.1 | kernel-source | Affected |
SUSE Manager Retail Branch Server 4.2 | kernel-source | Affected |
SUSE Manager Server 4.0 | kernel-source | Affected |
SUSE Manager Server 4.1 | kernel-source | Affected |
SUSE Manager Server 4.2 | kernel-source | Affected |
SUSE OpenStack Cloud 7 | kernel-source | Affected |
SUSE OpenStack Cloud 8 | kernel-source | Affected |
SUSE OpenStack Cloud 9 | kernel-default | Affected |
SUSE OpenStack Cloud 9 | kernel-source | Affected |
SUSE OpenStack Cloud Crowbar 8 | kernel-source | Affected |
SUSE OpenStack Cloud Crowbar 9 | kernel-default | Affected |
SUSE OpenStack Cloud Crowbar 9 | kernel-source | Affected |
SUSE Real Time Module 15 SP3 | kernel-source-rt | Affected |
SUSE Real Time Module 15 SP4 | kernel-source-rt | Affected |
openSUSE Leap 15.3 | kernel-default | Released |
openSUSE Leap 15.3 | kernel-livepatch-SLE15-SP3_Update_32 | Released |
openSUSE Leap 15.3 | kernel-livepatch-SLE15-SP3_Update_33 | Released |
openSUSE Leap 15.3 | kernel-livepatch-SLE15-SP3_Update_34 | Released |
openSUSE Leap 15.3 | kernel-livepatch-SLE15-SP3_Update_35 | Released |
openSUSE Leap 15.3 | kernel-livepatch-SLE15-SP3_Update_36 | Released |
openSUSE Leap 15.3 | kernel-livepatch-SLE15-SP3_Update_37 | Released |
openSUSE Leap 15.3 | kernel-livepatch-SLE15-SP3_Update_38 | Released |
openSUSE Leap 15.3 | kernel-livepatch-SLE15-SP3_Update_39 | Released |
openSUSE Leap 15.3 | kernel-livepatch-SLE15-SP3_Update_40 | Released |
openSUSE Leap 15.3 | kernel-livepatch-SLE15-SP3_Update_41 | Released |
openSUSE Leap 15.3 | kernel-livepatch-SLE15-SP3_Update_42 | Released |
openSUSE Leap 15.3 | kernel-livepatch-SLE15-SP3_Update_43 | Released |
openSUSE Leap 15.3 | kernel-source | Released |
openSUSE Leap 15.3 | kernel-source-rt | Affected |
openSUSE Leap 15.4 | kernel-default | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_11 | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_12 | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_13 | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_14 | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_15 | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_16 | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_18 | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_19 | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_20 | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_21 | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_22 | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_23 | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_24 | Released |
openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_25 | Released |
openSUSE Leap 15.4 | kernel-source | Released |
openSUSE Leap 15.4 | kernel-source-azure | Unsupported |
openSUSE Leap 15.4 | kernel-source-rt | Affected |
SUSE Timeline for this CVE
CVE page created: Sun Apr 28 16:00:15 2024CVE page last modified: Mon Nov 18 14:09:09 2024