Upstream information
Description
In the Linux kernel, the following vulnerability has been resolved:net: do not leave a dangling sk pointer, when socket creation fails
It is possible to trigger a use-after-free by:
* attaching an fentry probe to __sock_release() and the probe calling the
bpf_get_socket_cookie() helper
* running traceroute -I 1.1.1.1 on a freshly booted VM
A KASAN enabled kernel will log something like below (decoded and stripped):
==================================================================
BUG: KASAN: slab-use-after-free in __sock_gen_cookie (./arch/x86/include/asm/atomic64_64.h:15 ./include/linux/atomic/atomic-arch-fallback.h:2583 ./include/linux/atomic/atomic-instrumented.h:1611 net/core/sock_diag.c:29)
Read of size 8 at addr ffff888007110dd8 by task traceroute/299
CPU: 2 PID: 299 Comm: traceroute Tainted: G E 6.10.0-rc2+ #2
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.2-debian-1.16.2-1 04/01/2014
Call Trace:
<TASK>
dump_stack_lvl (lib/dump_stack.c:117 (discriminator 1))
print_report (mm/kasan/report.c:378 mm/kasan/report.c:488)
? __sock_gen_cookie (./arch/x86/include/asm/atomic64_64.h:15 ./include/linux/atomic/atomic-arch-fallback.h:2583 ./include/linux/atomic/atomic-instrumented.h:1611 net/core/sock_diag.c:29)
kasan_report (mm/kasan/report.c:603)
? __sock_gen_cookie (./arch/x86/include/asm/atomic64_64.h:15 ./include/linux/atomic/atomic-arch-fallback.h:2583 ./include/linux/atomic/atomic-instrumented.h:1611 net/core/sock_diag.c:29)
kasan_check_range (mm/kasan/generic.c:183 mm/kasan/generic.c:189)
__sock_gen_cookie (./arch/x86/include/asm/atomic64_64.h:15 ./include/linux/atomic/atomic-arch-fallback.h:2583 ./include/linux/atomic/atomic-instrumented.h:1611 net/core/sock_diag.c:29)
bpf_get_socket_ptr_cookie (./arch/x86/include/asm/preempt.h:94 ./include/linux/sock_diag.h:42 net/core/filter.c:5094 net/core/filter.c:5092)
bpf_prog_875642cf11f1d139___sock_release+0x6e/0x8e
bpf_trampoline_6442506592+0x47/0xaf
__sock_release (net/socket.c:652)
__sock_create (net/socket.c:1601)
...
Allocated by task 299 on cpu 2 at 78.328492s:
kasan_save_stack (mm/kasan/common.c:48)
kasan_save_track (mm/kasan/common.c:68)
__kasan_slab_alloc (mm/kasan/common.c:312 mm/kasan/common.c:338)
kmem_cache_alloc_noprof (mm/slub.c:3941 mm/slub.c:4000 mm/slub.c:4007)
sk_prot_alloc (net/core/sock.c:2075)
sk_alloc (net/core/sock.c:2134)
inet_create (net/ipv4/af_inet.c:327 net/ipv4/af_inet.c:252)
__sock_create (net/socket.c:1572)
__sys_socket (net/socket.c:1660 net/socket.c:1644 net/socket.c:1706)
__x64_sys_socket (net/socket.c:1718)
do_syscall_64 (arch/x86/entry/common.c:52 arch/x86/entry/common.c:83)
entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
Freed by task 299 on cpu 2 at 78.328502s:
kasan_save_stack (mm/kasan/common.c:48)
kasan_save_track (mm/kasan/common.c:68)
kasan_save_free_info (mm/kasan/generic.c:582)
poison_slab_object (mm/kasan/common.c:242)
__kasan_slab_free (mm/kasan/common.c:256)
kmem_cache_free (mm/slub.c:4437 mm/slub.c:4511)
__sk_destruct (net/core/sock.c:2117 net/core/sock.c:2208)
inet_create (net/ipv4/af_inet.c:397 net/ipv4/af_inet.c:252)
__sock_create (net/socket.c:1572)
__sys_socket (net/socket.c:1660 net/socket.c:1644 net/socket.c:1706)
__x64_sys_socket (net/socket.c:1718)
do_syscall_64 (arch/x86/entry/common.c:52 arch/x86/entry/common.c:83)
entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
Fix this by clearing the struct socket reference in sk_common_release() to cover
all protocol families create functions, which may already attached the
reference to the sk object with sock_init_data().
SUSE information
Overall state of this security issue: Resolved
This issue is currently rated as having important severity.
| CVSS detail | CNA (NVD) | Linux Kernel CNA | National Vulnerability Database | SUSE |
|---|---|---|---|---|
| Base Score | 7.8 | 7.8 | 7.8 | 7 |
| Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H | CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Attack Vector | Local | Local | Local | Local |
| Attack Complexity | Low | Low | Low | High |
| Privileges Required | Low | Low | Low | Low |
| User Interaction | None | None | None | None |
| Scope | Unchanged | Unchanged | Unchanged | Unchanged |
| Confidentiality Impact | High | High | High | High |
| Integrity Impact | High | High | High | High |
| Availability Impact | High | High | High | High |
| CVSSv3 Version | 3.1 | 3.1 | 3.1 | 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: 1227808 [RESOLVED / FIXED], 1228786 [RESOLVED / FIXED]SUSE Security Advisories:
- RHSA-2024:7000, published Fri Sep 27 15:05:48 UTC 2024
- SUSE-SU-2024:2894-1, published Tue Aug 13 16:34:27 UTC 2024
- SUSE-SU-2024:2902-1, published Wed Aug 14 12:32:51 UTC 2024
- SUSE-SU-2024:2929-1, published Thu Aug 15 12:32:59 UTC 2024
- SUSE-SU-2024:2939-1, published Fri Aug 16 08:37:30 UTC 2024
- SUSE-SU-2024:2947-1, published Fri Aug 16 16:34:50 UTC 2024
- SUSE-SU-2024:3194-1, published Tue Sep 10 12:35:41 UTC 2024
- SUSE-SU-2024:3195-1, published Tue Sep 10 16:35:52 UTC 2024
- SUSE-SU-2024:3383-1, published Mon Sep 23 12:37:26 UTC 2024
- SUSE-SU-2024:3623-1, published 2024-10-14T21:35:12Z
- SUSE-SU-2024:3624-1, published 2024-10-15T01:03:40Z
- SUSE-SU-2024:3625-1, published 2024-10-15T01:03:49Z
- SUSE-SU-2024:3626-1, published 2024-10-15T02:33:30Z
- SUSE-SU-2024:3627-1, published 2024-10-15T03:33:31Z
- SUSE-SU-2024:3628-1, published 2024-10-15T03:33:34Z
- SUSE-SU-2024:3631-1, published 2024-10-15T09:03:51Z
- SUSE-SU-2024:3632-1, published 2024-10-15T09:03:56Z
- SUSE-SU-2024:3635-1, published 2024-10-15T09:33:26Z
- SUSE-SU-2024:3636-1, published 2024-10-15T09:33:31Z
- SUSE-SU-2024:3638-1, published 2024-10-15T12:03:46Z
- SUSE-SU-2024:3639-1, published 2024-10-15T12:03:52Z
- SUSE-SU-2024:3643-1, published 2024-10-16T05:03:45Z
- SUSE-SU-2024:3655-1, published 2024-10-16T11:33:28Z
- SUSE-SU-2024:3666-1, published 2024-10-16T16:03:40Z
- SUSE-SU-2024:3670-1, published 2024-10-16T19:33:39Z
- SUSE-SU-2024:3672-1, published 2024-10-16T16:34:16Z
- SUSE-SU-2024:3679-1, published 2024-10-16T17:34:15Z
- SUSE-SU-2024:3680-1, published 2024-10-16T17:34:24Z
- 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:3700-1, published 2024-10-16T19:33:49Z
- SUSE-SU-2024:3701-1, published 2024-10-16T19:34:00Z
- SUSE-SU-2024:3702-1, published 2024-10-16T19:34:10Z
- SUSE-SU-2024:3706-1, published 2024-10-16T21:17:23Z
- SUSE-SU-2024:3707-1, published 2024-10-16T20:52:37Z
- SUSE-SU-2024:3708-1, published 2024-10-16T20:52:47Z
- SUSE-SU-2024:3710-1, published 2024-10-16T21:44:03Z
- SUSE-SU-2024:3780-1, published 2024-10-29T20:48:12Z
- SUSE-SU-2024:3793-1, published 2024-10-30T09:04:17Z
- SUSE-SU-2024:3806-1, published 2024-10-30T13:34:06Z
- SUSE-SU-2024:3815-1, published 2024-10-30T17:03:57Z
- 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:3831-1, published 2024-10-30T18:34:15Z
- SUSE-SU-2024:3833-1, published 2024-10-30T18:34:21Z
- SUSE-SU-2024:3835-1, published 2024-10-30T18:34:30Z
- SUSE-SU-2024:3836-1, published 2024-10-30T19:03:45Z
- SUSE-SU-2024:3837-1, published 2024-10-30T19:03:55Z
- SUSE-SU-2024:3840-1, published 2024-10-30T21:46:10Z
- 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
- SUSE-SU-2024:3856-1, published 2024-10-31T14:33:37Z
- SUSE-SU-2024:3857-1, published 2024-10-31T15:04:06Z
- SUSE-SU-2024:3860-1, published 2024-10-31T16:33:36Z
- SUSE-SU-2024:3880-1, published 2024-11-04T06:33:25Z
- SUSE-SU-2024:3881-1, published 2024-11-04T06:33:33Z
- SUSE-SU-2024:3882-1, published 2024-11-04T06:33:41Z
- SUSE-SU-2024:3884-1, published 2024-11-04T07:03:37Z
- SUSE-SU-2024:4122-1, published 2024-12-02T09:14:56Z
- SUSE-SU-2024:4123-1, published 2024-12-02T09:15:01Z
- SUSE-SU-2024:4124-1, published 2024-12-02T09:15:06Z
- SUSE-SU-2024:4125-1, published 2024-12-02T09:15:16Z
- SUSE-SU-2024:4127-1, published 2024-12-02T09:15:21Z
- SUSE-SU-2024:4128-1, published 2024-12-02T09:15:26Z
- SUSE-SU-2024:4139-1, published 2024-12-02T12:35:47Z
- SUSE-SU-2024:4207-1, published 2024-12-05T15:33:46Z
- SUSE-SU-2024:4208-1, published 2024-12-05T15:33:56Z
- SUSE-SU-2024:4209-1, published 2024-12-05T15:34:05Z
- SUSE-SU-2024:4210-1, published 2024-12-05T15:34:15Z
- SUSE-SU-2024:4214-1, published 2024-12-05T17:03:54Z
- SUSE-SU-2024:4216-1, published 2024-12-05T17:33:37Z
- SUSE-SU-2024:4218-1, published 2024-12-05T20:39:59Z
- SUSE-SU-2024:4228-1, published 2024-12-06T10:04:04Z
- SUSE-SU-2024:4234-1, published 2024-12-06T10:34:29Z
- SUSE-SU-2024:4235-1, published 2024-12-06T10:34:50Z
- SUSE-SU-2024:4236-1, published 2024-12-06T10:35:07Z
- SUSE-SU-2024:4243-1, published 2024-12-06T13:04:12Z
- SUSE-SU-2024:4262-1, published 2024-12-09T10:03:55Z
- SUSE-SU-2024:4266-1, published 2024-12-09T10:04:52Z
- SUSE-SU-2024:4275-1, published 2024-12-10T09:42:22Z
- SUSE-SU-2025:0084-1, published 2025-01-14T03:33:44Z
- SUSE-SU-2025:0107-1, published 2025-01-14T18:33:38Z
- SUSE-SU-2025:0109-1, published 2025-01-14T19:04:14Z
- SUSE-SU-2025:0110-1, published 2025-01-14T20:34:37Z
- SUSE-SU-2025:0111-1, published
- SUSE-SU-2025:0114-1, published 2025-01-15T04:04:02Z
- SUSE-SU-2025:0115-1, published 2025-01-15T07:03:58Z
- SUSE-SU-2025:0124-1, published 2025-01-15T10:11:30Z
- SUSE-SU-2025:0138-1, published 2025-01-16T10:35:20Z
- SUSE-SU-2025:0146-1, published 2025-01-16T15:03:42Z
- SUSE-SU-2025:0150-1, published 2025-01-16T17:33:50Z
- SUSE-SU-2025:0158-1, published 2025-01-17T12:33:53Z
- SUSE-SU-2025:0164-1, published 2025-01-17T15:33:33Z
- SUSE-SU-2025:0168-1, published 2025-01-17T17:03:51Z
- SUSE-SU-2025:0187-1, published 2025-01-18T02:03:59Z
- SUSE-SU-2025:0188-1, published 2025-01-18T02:04:11Z
- SUSE-SU-2025:0248-1, published 2025-01-27T12:04:21Z
- SUSE-SU-2025:0249-1, published 2025-01-27T12:04:29Z
- SUSE-SU-2025:0251-1, published 2025-01-27T13:03:46Z
- SUSE-SU-2025:0252-1, published 2025-01-27T13:03:54Z
- SUSE-SU-2025:0253-1, published 2025-01-27T13:04:03Z
- SUSE-SU-2025:0254-1, published 2025-01-27T13:33:32Z
- SUSE-SU-2025:0255-1, published 2025-01-27T13:04:20Z
- SUSE-SU-2025:0260-1, published 2025-01-27T14:03:39Z
- SUSE-SU-2025:0261-1, published 2025-01-27T14:03:51Z
- SUSE-SU-2025:0262-1, published 2025-01-27T14:04:01Z
- SUSE-SU-2025:0264-1, published 2025-01-27T15:03:52Z
- SUSE-SU-2025:0265-1, published 2025-01-27T16:33:31Z
- SUSE-SU-2025:0266-1, published 2025-01-27T17:33:33Z
- SUSE-SU-2025:0269-1, published 2025-01-28T13:03:48Z
- SUSE-SU-2025:20044-1, published 2025-02-03T08:54:38Z
- SUSE-SU-2025:20047-1, published 2025-02-03T08:56:20Z
- SUSE-SU-2026:20283-1, published 2025-02-03T08:54:39Z
- SUSE-SU-2026:20320-1, published 2025-02-03T08:56:20Z
List of released packages
| Product(s) | Fixed package version(s) | References |
|---|---|---|
| Container bci/bci-sle15-kernel-module-devel:15.5.22.2 |
| |
| Container bci/bci-sle15-kernel-module-devel:15.6 |
| |
| Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.6.17.5.37 Image SLES15-SP6 Image SLES15-SP6-BYOS Image SLES15-SP6-BYOS-Azure Image SLES15-SP6-BYOS-EC2 Image SLES15-SP6-BYOS-GCE Image SLES15-SP6-CHOST-BYOS Image SLES15-SP6-CHOST-BYOS-Aliyun Image SLES15-SP6-CHOST-BYOS-Azure Image SLES15-SP6-CHOST-BYOS-EC2 Image SLES15-SP6-CHOST-BYOS-GCE Image SLES15-SP6-CHOST-BYOS-GDC Image SLES15-SP6-CHOST-BYOS-SAP-CCloud Image SLES15-SP6-EC2 Image SLES15-SP6-EC2-ECS-HVM Image SLES15-SP6-GCE Image SLES15-SP6-HPC-BYOS Image SLES15-SP6-HPC-BYOS-Azure Image SLES15-SP6-HPC-BYOS-EC2 Image SLES15-SP6-HPC-BYOS-GCE Image SLES15-SP6-HPC-EC2 Image SLES15-SP6-HPC-GCE Image SLES15-SP6-Hardened-BYOS Image SLES15-SP6-Hardened-BYOS-Azure Image SLES15-SP6-Hardened-BYOS-EC2 Image SLES15-SP6-Hardened-BYOS-GCE Image SLES15-SP6-SAP Image SLES15-SP6-SAP-Azure Image SLES15-SP6-SAP-EC2 Image SLES15-SP6-SAP-GCE Image SLES15-SP6-SAPCAL Image SLES15-SP6-SAPCAL-Azure Image SLES15-SP6-SAPCAL-EC2 Image SLES15-SP6-SAPCAL-GCE |
| |
| Container suse/sl-micro/6.0/base-os-container:latest Container suse/sl-micro/6.0/toolbox:latest Image SL-Micro-Base Image SL-Micro-Base-RT Image SL-Micro-Base-RT-SelfInstall Image SL-Micro-Base-RT-encrypted Image SL-Micro-Base-SelfInstall Image SL-Micro-Base-encrypted Image SL-Micro-Default Image SL-Micro-Default-SelfInstall Image SL-Micro-Default-encrypted Image SLE-Micro-BYOS-GCE Image SLE-Micro-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/base-5.5:2.0.4-5.8.118 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-EC2 Image SLES15-SP5-Hardened-BYOS-GCE Image SLES15-SP5-Manager-Proxy-5-0-BYOS Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2 Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE Image SLES15-SP5-Manager-Server-5-0 Image SLES15-SP5-Manager-Server-5-0-Azure-llc Image SLES15-SP5-Manager-Server-5-0-Azure-ltd 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-Manager-Server-5-0-EC2-llc Image SLES15-SP5-Manager-Server-5-0-EC2-ltd 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 |
| |
| Container suse/sle-micro/kvm-5.5:2.0.4-3.5.128 |
| |
| Container suse/sle-micro/rt-5.5:2.0.4-4.5.134 |
| |
| Image SL-Micro Image SL-Micro-Base-qcow Image SL-Micro-Default-qcow Image SLE-Micro Image SLE-Micro-Azure Image SLE-Micro-BYOS Image SLE-Micro-BYOS-Azure Image SLE-Micro-BYOS-EC2 Image SLE-Micro-EC2 |
| |
| 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-3P Image SLES15-SP5-Azure-Basic Image SLES15-SP5-Azure-Standard Image SLES15-SP5-HPC-Azure |
| |
| Image SLES15-SP5-SAP-Azure-3P 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 |
| |
| Image SLES15-SP6-Azure-3P Image SLES15-SP6-Azure-Basic Image SLES15-SP6-Azure-Standard Image SLES15-SP6-HPC Image SLES15-SP6-HPC-Azure |
| |
| Image SLES15-SP6-SAP-Azure-3P Image SLES15-SP6-SAP-Azure-LI-BYOS Image SLES15-SP6-SAP-Azure-LI-BYOS-Production Image SLES15-SP6-SAP-Azure-VLI-BYOS Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production Image SLES15-SP6-SAP-BYOS Image SLES15-SP6-SAP-BYOS-Azure Image SLES15-SP6-SAP-BYOS-EC2 Image SLES15-SP6-SAP-BYOS-GCE Image SLES15-SP6-SAP-Hardened Image SLES15-SP6-SAP-Hardened-Azure Image SLES15-SP6-SAP-Hardened-BYOS Image SLES15-SP6-SAP-Hardened-BYOS-Azure Image SLES15-SP6-SAP-Hardened-BYOS-EC2 Image SLES15-SP6-SAP-Hardened-BYOS-GCE Image SLES15-SP6-SAP-Hardened-EC2 Image SLES15-SP6-SAP-Hardened-GCE |
| |
| SUSE Liberty Linux 8 |
| Patchnames: RHSA-2024:7000 (x86_64) |
| SUSE Liberty Linux 9 |
| Patchnames: RHSA-2024:5363 (x86_64) |
| SUSE Linux Enterprise Desktop 15 SP5 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP5-2024-2939 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Development-Tools-15-SP5-2024-2939 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Product-WE-15-SP5-2024-2939 (x86_64) |
| SUSE Linux Enterprise Desktop 15 SP6 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP6-2024-3383 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Development-Tools-15-SP6-2024-3383 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Product-WE-15-SP6-2024-3383 (x86_64) |
| SUSE Linux Enterprise Desktop 15 SP7 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP7 GA kernel-64kb-6.4.0-150700.51.1 (aarch64,ppc64le,s390x,x86_64) SUSE Linux Enterprise Module for Development Tools 15 SP7 GA kernel-docs-6.4.0-150700.51.2 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise High Availability Extension 15 SP4 |
| Patchnames: SUSE-SLE-Product-HA-15-SP4-2024-2929 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise High Availability Extension 15 SP5 |
| Patchnames: SUSE-SLE-Product-HA-15-SP5-2024-2939 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise High Availability Extension 15 SP6 |
| Patchnames: SUSE-SLE-Product-HA-15-SP6-2024-3383 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-2929 (aarch64,x86_64) |
| SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-2929 (aarch64,x86_64) |
| SUSE Linux Enterprise High Performance Computing 15 SP5 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP5-2024-2939 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Development-Tools-15-SP5-2024-2939 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Legacy-15-SP5-2024-2939 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Public-Cloud-15-SP5-2024-2947 (aarch64,x86_64) |
| SUSE Linux Enterprise Live Patching 15 SP4 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP4-2024-2929 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3643 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3670 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3671 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3672 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3694 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3695 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3696 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3699 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3700 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3706 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3707 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3780 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3793 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3806 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3815 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3836 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-3851 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-4234 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-4235 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-4236 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-4262 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-4266 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2024-4275 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2025-107 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2025-109 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2025-110 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2025-111 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2025-124 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2025-150 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2025-248 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2025-249 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2025-251 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2025-261 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP4-2025-264 (ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Live Patching 15 SP5 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP5-2024-2894 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-2939 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3622 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3623 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3624 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3625 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3627 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3630 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3631 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3632 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3635 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3636 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3638 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3639 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3655 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3673 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3678 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3679 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3688 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3689 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3697 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3701 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3702 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3709 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3710 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3829 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3830 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3831 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3832 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3833 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3837 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3840 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3842 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3852 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3855 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3856 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3857 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-3860 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-4122 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-4123 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-4124 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-4125 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-4126 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-4127 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-4128 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-4207 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-4214 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-4216 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-4218 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-4228 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2024-4243 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2025-114 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2025-115 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2025-138 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2025-146 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2025-158 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2025-164 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2025-252 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2025-253 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2025-254 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2025-259 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2025-260 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP5-2025-266 (ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Live Patching 15 SP6 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP6-2024-3195 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-3383 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-3626 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-3628 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-3666 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-3680 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-3703 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-3708 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-3835 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-3880 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-3881 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-3882 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-3884 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-4139 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-4208 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-4209 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2024-4210 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2025-168 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2025-187 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2025-188 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2025-255 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2025-262 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2025-265 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2025-269 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2025-84 (x86_64) |
| SUSE Linux Enterprise Micro 5.3 |
| Patchnames: SUSE-SLE-Micro-5.3-2024-2902 (x86_64) SUSE-SLE-Micro-5.3-2024-2929 (aarch64,s390x,x86_64) |
| SUSE Linux Enterprise Micro 5.4 |
| Patchnames: SUSE-SLE-Micro-5.4-2024-2902 (x86_64) SUSE-SLE-Micro-5.4-2024-2929 (aarch64,s390x,x86_64) |
| SUSE Linux Enterprise Micro 5.5 |
| Patchnames: SUSE-SLE-Micro-5.5-2024-2894 (x86_64) SUSE-SLE-Micro-5.5-2024-2939 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Basesystem 15 SP5 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP5-2024-2939 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Basesystem 15 SP6 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP6-2024-3383 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Basesystem 15 SP7 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP7 GA kernel-64kb-6.4.0-150700.51.1 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Development Tools 15 SP5 |
| Patchnames: SUSE-SLE-Module-Development-Tools-15-SP5-2024-2939 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Development Tools 15 SP6 |
| Patchnames: SUSE-SLE-Module-Development-Tools-15-SP6-2024-3383 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Development Tools 15 SP7 |
| Patchnames: SUSE Linux Enterprise Module for Development Tools 15 SP7 GA kernel-docs-6.4.0-150700.51.2 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Legacy 15 SP5 |
| Patchnames: SUSE-SLE-Module-Legacy-15-SP5-2024-2939 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Legacy 15 SP6 |
| Patchnames: SUSE-SLE-Module-Legacy-15-SP6-2024-3383 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Legacy 15 SP7 |
| Patchnames: SUSE Linux Enterprise Module for Legacy 15 SP7 GA reiserfs-kmp-default-6.4.0-150700.51.1 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Public Cloud 15 SP5 |
| Patchnames: SUSE-SLE-Module-Public-Cloud-15-SP5-2024-2947 (aarch64,x86_64) |
| SUSE Linux Enterprise Module for Public Cloud 15 SP6 |
| Patchnames: SUSE-SLE-Module-Public-Cloud-15-SP6-2024-3194 (aarch64,x86_64) |
| SUSE Linux Enterprise Real Time 15 SP5 SUSE Real Time Module 15 SP5 |
| Patchnames: SUSE-SLE-Module-RT-15-SP5-2024-2894 (x86_64) |
| SUSE Linux Enterprise Real Time 15 SP6 SUSE Real Time Module 15 SP6 |
| Patchnames: SUSE-SLE-Module-RT-15-SP6-2024-3195 (x86_64) |
| SUSE Linux Enterprise Server 15 SP4-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-2929 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Server 15 SP5 SUSE Linux Enterprise Server for SAP Applications 15 SP5 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP5-2024-2939 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Development-Tools-15-SP5-2024-2939 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Legacy-15-SP5-2024-2939 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Public-Cloud-15-SP5-2024-2947 (aarch64,x86_64) SUSE-SLE-Product-WE-15-SP5-2024-2939 (x86_64) |
| SUSE Linux Enterprise Server 15 SP6 SUSE Linux Enterprise Server for SAP Applications 15 SP6 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP6-2024-3383 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Development-Tools-15-SP6-2024-3383 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Legacy-15-SP6-2024-3383 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Public-Cloud-15-SP6-2024-3194 (aarch64,x86_64) SUSE-SLE-Product-WE-15-SP6-2024-3383 (x86_64) |
| SUSE Linux Enterprise Server 15 SP7 SUSE Linux Enterprise Server for SAP Applications 15 SP7 |
| Patchnames: SUSE Linux Enterprise Module for Basesystem 15 SP7 GA kernel-64kb-6.4.0-150700.51.1 (aarch64,ppc64le,s390x,x86_64) SUSE Linux Enterprise Module for Development Tools 15 SP7 GA kernel-docs-6.4.0-150700.51.2 (aarch64,ppc64le,s390x,x86_64) SUSE Linux Enterprise Module for Legacy 15 SP7 GA reiserfs-kmp-default-6.4.0-150700.51.1 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Server 16.0 |
| Patchnames: SUSE Linux Enterprise Server 16.0 GA kernel-64kb-6.12.0-160000.5.1 (aarch64,ppc64le,s390x,x86_64) SUSE Linux Enterprise Server 16.0 GA kernel-azure-6.12.0-160000.2.2 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Server 16.1 |
| Patchnames: SUSE Linux Enterprise Server 16.1 GA kernel-64kb-6.12.0-160099.45.1 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Server for SAP Applications 15 SP4 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP4-2024-2929 (ppc64le,x86_64) |
| SUSE Linux Enterprise Server for SAP applications 16.0 |
| Patchnames: SUSE Linux Enterprise Server for SAP applications 16.0 GA cluster-md-kmp-default-6.12.0-160000.5.1 (aarch64,ppc64le,s390x,x86_64) SUSE Linux Enterprise Server for SAP applications 16.0 GA kernel-azure-6.12.0-160000.2.2 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Workstation Extension 15 SP5 |
| Patchnames: SUSE-SLE-Product-WE-15-SP5-2024-2939 (x86_64) |
| SUSE Linux Enterprise Workstation Extension 15 SP6 |
| Patchnames: SUSE-SLE-Product-WE-15-SP6-2024-3383 (x86_64) |
| SUSE Linux Micro 6.0 |
| Patchnames: SUSE-SLE-Micro-6.0-61 (aarch64,s390x,x86_64) SUSE-SLE-Micro-6.0-63 (x86_64) |
| SUSE Linux Micro 6.1 |
| Patchnames: SUSE Linux Micro 6.1 GA kernel-default-6.4.0-19.1 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Manager Proxy 4.3 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-2929 (x86_64) |
| SUSE Manager Retail Branch Server 4.3 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.3-2024-2929 (x86_64) |
| SUSE Manager Server 4.3 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-2929 (ppc64le,s390x,x86_64) |
| openSUSE Leap 15.5 |
| Patchnames: openSUSE-SLE-15.5-2024-2894 openSUSE-SLE-15.5-2024-2939 openSUSE-SLE-15.5-2024-2947 |
| openSUSE Leap 15.6 |
| Patchnames: openSUSE-SLE-15.6-2024-3194 openSUSE-SLE-15.6-2024-3195 openSUSE-SLE-15.6-2024-3383 |
| openSUSE Leap Micro 5.5 |
| Patchnames: openSUSE-Leap-Micro-5.5-2024-2894 openSUSE-Leap-Micro-5.5-2024-2939 |
First public cloud image revisions this CVE is fixed in:
- alibaba/sles-15-sp4-chost-byos-v20240912
- alibaba/sles-15-sp5-chost-byos-v20240826
- alibaba/sles-15-sp6-chost-byos-v20241004
- amazon/suse-manager-proxy-4-3-byos-v20241113-hvm-ssd-x86_64
- amazon/suse-manager-server-4-3-byos-v20241113-hvm-ssd-x86_64
- amazon/suse-manager-server-4-3-v20241113-hvm-ssd-x86_64-llc
- amazon/suse-manager-server-4-3-v20241113-hvm-ssd-x86_64-ltd
- amazon/suse-sle-hpc-15-sp4-byos-v20250110-hvm-ssd-x86_64
- amazon/suse-sle-hpc-15-sp5-byos-v20240821-hvm-ssd-x86_64
- amazon/suse-sle-hpc-15-sp6-byos-v20241113-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-3-byos-v20240919-hvm-ssd-arm64
- amazon/suse-sle-micro-5-3-byos-v20240919-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-3-v20240919-hvm-ssd-arm64-llc
- amazon/suse-sle-micro-5-3-v20240919-hvm-ssd-arm64-ltd
- amazon/suse-sle-micro-5-3-v20240919-hvm-ssd-x86_64-llc
- amazon/suse-sle-micro-5-3-v20240919-hvm-ssd-x86_64-ltd
- amazon/suse-sle-micro-5-4-byos-v20240919-hvm-ssd-arm64
- amazon/suse-sle-micro-5-4-byos-v20240919-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-4-v20240919-hvm-ssd-arm64-llc
- amazon/suse-sle-micro-5-4-v20240919-hvm-ssd-arm64-ltd
- amazon/suse-sle-micro-5-4-v20240919-hvm-ssd-x86_64-llc
- amazon/suse-sle-micro-5-4-v20240919-hvm-ssd-x86_64-ltd
- amazon/suse-sle-micro-5-5-byos-v20240821-hvm-ssd-arm64
- amazon/suse-sle-micro-5-5-byos-v20240821-hvm-ssd-x86_64
- amazon/suse-sle-micro-5-5-v20240821-hvm-ssd-arm64-llc
- amazon/suse-sle-micro-5-5-v20240821-hvm-ssd-arm64-ltd
- amazon/suse-sle-micro-5-5-v20240821-hvm-ssd-x86_64-llc
- amazon/suse-sle-micro-5-5-v20240821-hvm-ssd-x86_64-ltd
- amazon/suse-sle-micro-6-0-byos-v20241204-hvm-ssd-arm64
- amazon/suse-sle-micro-6-0-byos-v20241204-hvm-ssd-x86_64
- amazon/suse-sle-micro-6-0-v20241204-hvm-ssd-arm64-llc
- amazon/suse-sle-micro-6-0-v20241204-hvm-ssd-arm64-ltd
- amazon/suse-sle-micro-6-0-v20241204-hvm-ssd-x86_64-llc
- amazon/suse-sle-micro-6-0-v20241204-hvm-ssd-x86_64-ltd
- amazon/suse-sles-15-sp4-byos-v20250109-hvm-ssd-arm64
- amazon/suse-sles-15-sp4-byos-v20250109-hvm-ssd-x86_64
- amazon/suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-arm64
- amazon/suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64
- amazon/suse-sles-15-sp4-hardened-byos-v20250110-hvm-ssd-x86_64
- amazon/suse-sles-15-sp4-sapcal-v20250109-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-byos-v20240822-hvm-ssd-arm64
- amazon/suse-sles-15-sp5-byos-v20240822-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-chost-byos-v20240826-hvm-ssd-arm64
- amazon/suse-sles-15-sp5-chost-byos-v20240826-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-hardened-byos-v20250110-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-sapcal-v20240822-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-v20240822-ecs-hvm-ssd-x86_64
- amazon/suse-sles-15-sp5-v20240822-hvm-ssd-arm64
- amazon/suse-sles-15-sp5-v20240822-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-byos-v20241113-hvm-ssd-arm64
- amazon/suse-sles-15-sp6-byos-v20241113-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-chost-byos-v20241004-hvm-ssd-arm64
- amazon/suse-sles-15-sp6-chost-byos-v20241004-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-hardened-byos-v20241113-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-sapcal-v20241113-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-v20241113-ecs-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-v20241113-hvm-ssd-arm64
- amazon/suse-sles-15-sp6-v20241113-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp4-byos-v20240913-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp4-hardened-byos-v20240913-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp5-byos-v20240822-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp5-hardened-byos-v20240821-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp6-byos-v20241113-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp6-hardened-byos-v20241113-hvm-ssd-x86_64
- google/sle-hpc-15-sp4-byos-v20250109-x86-64
- google/sle-hpc-15-sp5-byos-v20240821-x86-64
- google/sle-hpc-15-sp6-byos-v20241113-x86-64
- google/sle-micro-5-3-byos-v20240919-arm64
- google/sle-micro-5-3-byos-v20240919-x86-64
- google/sle-micro-5-4-byos-v20240919-arm64
- google/sle-micro-5-4-byos-v20240919-x86-64
- google/sle-micro-5-5-byos-v20240821-arm64
- google/sle-micro-5-5-byos-v20240821-x86-64
- google/sle-micro-6-0-byos-v20241204-arm64
- google/sle-micro-6-0-byos-v20241204-x86-64
- google/sles-15-sp4-byos-v20250110-arm64
- google/sles-15-sp4-byos-v20250110-x86-64
- google/sles-15-sp4-chost-byos-v20240912-arm64
- google/sles-15-sp4-chost-byos-v20240912-x86-64
- google/sles-15-sp4-hardened-byos-v20250109-x86-64
- google/sles-15-sp4-sap-byos-v20240913-x86-64
- google/sles-15-sp4-sap-v20240913-x86-64
- google/sles-15-sp4-sapcal-v20250109-x86-64
- google/sles-15-sp5-byos-v20240821-arm64
- google/sles-15-sp5-byos-v20240821-x86-64
- google/sles-15-sp5-chost-byos-v20240826-arm64
- google/sles-15-sp5-chost-byos-v20240826-x86-64
- google/sles-15-sp5-hardened-byos-v20240821-x86-64
- google/sles-15-sp5-sap-byos-v20240821-x86-64
- google/sles-15-sp5-sap-v20240821-x86-64
- google/sles-15-sp5-sapcal-v20240821-x86-64
- google/sles-15-sp5-v20240821-arm64
- google/sles-15-sp5-v20240821-x86-64
- google/sles-15-sp6-byos-v20241113-arm64
- google/sles-15-sp6-byos-v20241113-x86-64
- google/sles-15-sp6-chost-byos-v20241004-arm64
- google/sles-15-sp6-chost-byos-v20241004-x86-64
- google/sles-15-sp6-hardened-byos-v20241113-x86-64
- google/sles-15-sp6-sap-byos-v20241113-x86-64
- google/sles-15-sp6-sap-v20241113-x86-64
- google/sles-15-sp6-sapcal-v20241113-x86-64
- google/sles-15-sp6-v20241113-arm64
- google/sles-15-sp6-v20241113-x86-64
- google/sles-sap-15-sp4-hardened-byos-v20240913-x86-64
- google/sles-sap-15-sp4-hardened-v20240913-x86-64
- google/sles-sap-15-sp5-hardened-byos-v20240821-x86-64
- google/sles-sap-15-sp5-hardened-v20240821-x86-64
- google/sles-sap-15-sp6-hardened-byos-v20241113-x86-64
- google/sles-sap-15-sp6-hardened-v20241113-x86-64
- google/suse-manager-proxy-4-3-byos-v20241113-x86-64
- google/suse-manager-server-4-3-byos-v20241113-x86-64
- microsoft/suse-manager-proxy-4-3-byos-v20241113-x86_64
- microsoft/suse-manager-server-4-3-byos-v20240826-x86_64
- microsoft/suse-manager-server-4-3-v20240826-x86_64-llc
- microsoft/suse-manager-server-4-3-v20240826-x86_64-ltd
- microsoft/suse-sle-hpc-15-sp4-byos-v20250109-x86_64
- microsoft/suse-sle-hpc-15-sp5-byos-v20240821-x86_64
- microsoft/suse-sle-hpc-15-sp5-v20240821-x86_64
- microsoft/suse-sle-hpc-15-sp6-byos-v20241113-x86_64
- microsoft/suse-sle-hpc-15-sp6-v20241113-x86_64
- microsoft/suse-sle-micro-5-4-byos-v20241114-x86_64
- microsoft/suse-sle-micro-5-5-byos-v20241114-arm64
- microsoft/suse-sle-micro-5-5-v20240821-arm64-llc
- microsoft/suse-sle-micro-5-5-v20240821-arm64-ltd
- microsoft/suse-sle-micro-5-5-v20241114-x86_64-llc
- microsoft/suse-sle-micro-5-5-v20241114-x86_64-ltd
- microsoft/suse-sle-micro-6-0-v20241204-arm64-llc
- microsoft/suse-sle-micro-6-0-v20241204-arm64-ltd
- microsoft/suse-sle-micro-6-0-v20241204-x86_64-llc
- microsoft/suse-sle-micro-6-0-v20241204-x86_64-ltd
- microsoft/suse-sles-15-sp4-byos-v20250109-arm64
- microsoft/suse-sles-15-sp4-byos-v20250110-x86_64
- microsoft/suse-sles-15-sp4-chost-byos-v20240912-arm64
- microsoft/suse-sles-15-sp4-chost-byos-v20240912-x86_64
- microsoft/suse-sles-15-sp4-hardened-byos-v20250109-x86_64
- microsoft/suse-sles-15-sp4-hardened-byos-v20250116-x86_64
- microsoft/suse-sles-15-sp4-sapcal-v20250110-x86_64
- microsoft/suse-sles-15-sp4-sapcal-v20250116-x86_64
- microsoft/suse-sles-15-sp5-basic-v20240822-x86_64
- microsoft/suse-sles-15-sp5-byos-v20240821-x86_64
- microsoft/suse-sles-15-sp5-byos-v20240822-arm64
- microsoft/suse-sles-15-sp5-chost-byos-v20240826-arm64
- microsoft/suse-sles-15-sp5-chost-byos-v20240826-x86_64
- microsoft/suse-sles-15-sp5-hardened-byos-v20240822-x86_64
- microsoft/suse-sles-15-sp5-sapcal-v20240821-x86_64
- microsoft/suse-sles-15-sp5-v20240822-arm64
- microsoft/suse-sles-15-sp5-v20240822-x86_64
- microsoft/suse-sles-15-sp6-basic-v20241113-x86_64
- microsoft/suse-sles-15-sp6-byos-v20241113-arm64
- microsoft/suse-sles-15-sp6-byos-v20241113-x86_64
- microsoft/suse-sles-15-sp6-chost-byos-v20241004-arm64
- microsoft/suse-sles-15-sp6-chost-byos-v20241004-x86_64
- microsoft/suse-sles-15-sp6-hardened-byos-v20241113-x86_64
- microsoft/suse-sles-15-sp6-sapcal-v20241113-x86_64
- microsoft/suse-sles-15-sp6-v20241113-arm64
- microsoft/suse-sles-15-sp6-v20241113-x86_64
- microsoft/suse-sles-sap-15-sp4-byos-v20240913-x86_64
- microsoft/suse-sles-sap-15-sp4-hardened-byos-v20240913-x86_64
- microsoft/suse-sles-sap-15-sp4-hardened-v20240913-x86_64
- microsoft/suse-sles-sap-15-sp4-v20240913-x86_64
- microsoft/suse-sles-sap-15-sp5-byos-v20240822-x86_64
- microsoft/suse-sles-sap-15-sp5-hardened-byos-v20240821-x86_64
- microsoft/suse-sles-sap-15-sp5-hardened-v20240821-x86_64
- microsoft/suse-sles-sap-15-sp5-v20240821-x86_64
- microsoft/suse-sles-sap-15-sp6-byos-v20241113-x86_64
- microsoft/suse-sles-sap-15-sp6-hardened-byos-v20241113-x86_64
- microsoft/suse-sles-sap-15-sp6-hardened-v20241113-x86_64
- microsoft/suse-sles-sap-15-sp6-v20241113-x86_64
Status of this issue by product and package
Please note that this evaluation state might be work in progress, incomplete or outdated. Also information for service packs in the LTSS phase is only included for issues meeting the LTSS criteria. If in doubt, feel free to contact us for clarification. The updates are grouped by state of their lifecycle. SUSE product lifecycles are documented on the lifecycle page.
| Product(s) | Source package | State |
|---|---|---|
| Products under general support and receiving all security fixes. | ||
| SUSE Linux Enterprise Desktop 15 SP7 | kernel-source | Already fixed |
| SUSE Linux Enterprise High Availability Extension 16.1 | kernel-default | Released |
| SUSE Linux Enterprise High Availability Extension 16.1 | kernel-source | Released |
| SUSE Linux Enterprise High Performance Computing 12 | kernel-default | Unsupported |
| SUSE Linux Enterprise High Performance Computing 12 | kernel-source | Unsupported |
| 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 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 SP7 | kernel-source | Already fixed |
| SUSE Linux Enterprise Module for Development Tools 15 SP7 | kernel-source | Already fixed |
| SUSE Linux Enterprise Server 15 SP7 | kernel-source | Already fixed |
| SUSE Linux Enterprise Server 16.1 | kernel-default | Released |
| SUSE Linux Enterprise Server 16.1 | kernel-source | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-source | Already fixed |
| SUSE Linux Enterprise Server for SAP applications 16.1 | kernel-default | Released |
| SUSE Linux Enterprise Server for SAP applications 16.1 | kernel-source | Released |
| SUSE Linux Micro 6.0 | kernel-default | Released |
| SUSE Linux Micro 6.0 | kernel-default-base | Released |
| SUSE Linux Micro 6.0 | kernel-kvmsmall | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_2 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_2 | Released |
| SUSE Linux Micro 6.0 | kernel-rt | Released |
| SUSE Linux Micro 6.0 | kernel-source | Released |
| SUSE Linux Micro 6.0 | kernel-source-rt | Released |
| SUSE Linux Micro 6.1 | kernel-source | Affected |
| SUSE Linux Micro 6.1 | kernel-source-rt | Affected |
| Products under Long Term Service Pack support and receiving important and critical security fixes. | ||
| 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 | Not affected |
| SUSE Linux Enterprise High Availability Extension 12 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise High Availability Extension 15 SP4 | kernel-default | Released |
| SUSE Linux Enterprise High Availability Extension 15 SP5 | kernel-default | Released |
| SUSE Linux Enterprise High Performance Computing 12 SP5 | kernel-default | Not affected |
| SUSE Linux Enterprise High Performance Computing 12 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 12 SP5 | kernel-source-azure | Not affected |
| 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 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 SP5-LTSS | kernel-source | Released |
| SUSE Linux Enterprise Live Patching 12 SP5 | kernel-default | Not affected |
| SUSE Linux Enterprise Live Patching 12 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-default | 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-livepatch-SLE15-SP4_Update_27 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_28 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_29 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-source | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-default | 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_15 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_16 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_17 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5-RT_Update_18 | 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_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_14 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_15 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_17 | 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 Module for Basesystem 15 SP4 | kernel-source | Affected |
| 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-64kb | Released |
| SUSE Linux Enterprise Module for Basesystem 15 SP6 | kernel-default | Released |
| SUSE Linux Enterprise Module for Basesystem 15 SP6 | kernel-default-base | Released |
| SUSE Linux Enterprise Module for Basesystem 15 SP6 | kernel-source | Released |
| SUSE Linux Enterprise Module for Basesystem 15 SP6 | kernel-zfcpdump | Released |
| SUSE Linux Enterprise Module for Development Tools 15 SP4 | kernel-source | Affected |
| 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 | Released |
| SUSE Linux Enterprise Module for Development Tools 15 SP6 | kernel-docs | Released |
| SUSE Linux Enterprise Module for Development Tools 15 SP6 | kernel-obs-build | Released |
| SUSE Linux Enterprise Module for Development Tools 15 SP6 | kernel-source | Released |
| SUSE Linux Enterprise Module for Development Tools 15 SP6 | kernel-syms | Released |
| SUSE Linux Enterprise Module for Legacy 15 SP5 | kernel-default | Released |
| SUSE Linux Enterprise Module for Legacy 15 SP6 | kernel-default | Released |
| SUSE Linux Enterprise Module for Public Cloud 12 | kernel-default | Unsupported |
| SUSE Linux Enterprise Module for Public Cloud 12 | kernel-source | Unsupported |
| 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 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-default | Not affected |
| SUSE Linux Enterprise Server 12 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise Server 12 SP5 | kernel-source-azure | Not affected |
| SUSE Linux Enterprise Server 12 SP5-LTSS | kernel-default | Unsupported |
| SUSE Linux Enterprise Server 12 SP5-LTSS | kernel-source | Unsupported |
| SUSE Linux Enterprise Server 12 SP5-LTSS | kernel-source-azure | Not affected |
| 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 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 SP5-LTSS | kernel-source | Released |
| SUSE Linux Enterprise Server 15 SP6 | kernel-64kb | Released |
| SUSE Linux Enterprise Server 15 SP6 | kernel-azure | Released |
| SUSE Linux Enterprise Server 15 SP6 | kernel-default | Released |
| SUSE Linux Enterprise Server 15 SP6 | kernel-default-base | Released |
| SUSE Linux Enterprise Server 15 SP6 | kernel-docs | Released |
| SUSE Linux Enterprise Server 15 SP6 | kernel-obs-build | Released |
| SUSE Linux Enterprise Server 15 SP6 | kernel-source | Released |
| SUSE Linux Enterprise Server 15 SP6 | kernel-source-azure | Released |
| SUSE Linux Enterprise Server 15 SP6 | kernel-syms | Released |
| SUSE Linux Enterprise Server 15 SP6 | kernel-syms-azure | Released |
| SUSE Linux Enterprise Server 15 SP6 | kernel-zfcpdump | Released |
| SUSE Linux Enterprise Server 15 SP6-LTSS | kernel-source | Released |
| SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | kernel-default | Unsupported |
| SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | kernel-source | Unsupported |
| SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | kernel-source-azure | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 12 SP5 | kernel-default | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 12 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 12 SP5 | kernel-source-azure | Not affected |
| 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 |
| 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-64kb | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-azure | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-default | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-default-base | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-docs | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-obs-build | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-source | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-source-azure | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-syms | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-syms-azure | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-zfcpdump | 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 Proxy LTS 4.3 | kernel-source | Affected |
| 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 Retail Branch Server LTS 4.3 | kernel-source | Affected |
| 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 Manager Server LTS 4.3 | kernel-source | Affected |
| Products past their end of life and not receiving proactive updates anymore. | ||
| HPE Helion OpenStack 8 | kernel-source | Not affected |
| SUSE CaaS Platform 4.0 | kernel-source | Not affected |
| SUSE CaaS Platform Toolchain 3 | kernel-source | Not affected |
| SUSE Enterprise Storage 6 | kernel-source | Not affected |
| SUSE Enterprise Storage 7 | kernel-source | Not affected |
| SUSE Enterprise Storage 7.1 | kernel-default | Not affected |
| SUSE Enterprise Storage 7.1 | kernel-source | Not affected |
| SUSE Linux Enterprise Desktop 11 SP4 | kernel-source | Not affected |
| SUSE Linux Enterprise Desktop 12 SP1 | kernel-source | Unsupported |
| SUSE Linux Enterprise Desktop 12 SP3 | kernel-source | Not affected |
| SUSE Linux Enterprise Desktop 12 SP4 | kernel-source | Not affected |
| SUSE Linux Enterprise Desktop 15 | kernel-source | Not affected |
| SUSE Linux Enterprise Desktop 15 SP1 | kernel-source | Not affected |
| SUSE Linux Enterprise Desktop 15 SP2 | kernel-source | Not affected |
| SUSE Linux Enterprise Desktop 15 SP3 | kernel-source | Not affected |
| SUSE Linux Enterprise Desktop 15 SP4 | kernel-source | Affected |
| 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-64kb | Released |
| SUSE Linux Enterprise Desktop 15 SP6 | kernel-default | Released |
| SUSE Linux Enterprise Desktop 15 SP6 | kernel-default-base | Released |
| SUSE Linux Enterprise Desktop 15 SP6 | kernel-docs | Released |
| SUSE Linux Enterprise Desktop 15 SP6 | kernel-obs-build | Released |
| SUSE Linux Enterprise Desktop 15 SP6 | kernel-source | Released |
| SUSE Linux Enterprise Desktop 15 SP6 | kernel-syms | Released |
| SUSE Linux Enterprise Desktop 15 SP6 | kernel-zfcpdump | Released |
| SUSE Linux Enterprise High Availability Extension 15 SP6 | kernel-default | Released |
| SUSE Linux Enterprise High Performance Computing 12 SP1 | kernel-source | Unsupported |
| SUSE Linux Enterprise High Performance Computing 12 SP3 | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 12 SP4 | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP1 | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP2 | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | kernel-default | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP3 | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | kernel-default | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | kernel-source | Not affected |
| 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 SP5-ESPOS | kernel-source | Affected |
| SUSE Linux Enterprise High Performance Computing 15-ESPOS | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise Live Patching 15 SP2 | kernel-default | Not affected |
| SUSE Linux Enterprise Live Patching 15 SP2 | kernel-source | Not affected |
| SUSE Linux Enterprise Live Patching 15 SP3 | kernel-default | Not affected |
| SUSE Linux Enterprise Live Patching 15 SP3 | kernel-source | Not affected |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-default | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6-RT_Update_0 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6-RT_Update_1 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6-RT_Update_2 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_0 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_1 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_2 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_3 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_4 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-source | Released |
| SUSE Linux Enterprise Micro 5.0 | kernel-default | Not affected |
| SUSE Linux Enterprise Micro 5.0 | kernel-rt | Unsupported |
| SUSE Linux Enterprise Micro 5.1 | kernel-default | Not affected |
| SUSE Linux Enterprise Micro 5.1 | kernel-rt | Not affected |
| SUSE Linux Enterprise Micro 5.1 | kernel-source | Not affected |
| SUSE Linux Enterprise Micro 5.1 | kernel-source-rt | Not affected |
| SUSE Linux Enterprise Micro 5.2 | kernel-default | Not affected |
| SUSE Linux Enterprise Micro 5.2 | kernel-rt | Not affected |
| SUSE Linux Enterprise Micro 5.2 | kernel-source | Not affected |
| SUSE Linux Enterprise Micro 5.2 | kernel-source-rt | Not affected |
| SUSE Linux Enterprise Module for Basesystem 15 | kernel-source | Not affected |
| SUSE Linux Enterprise Module for Basesystem 15 SP1 | kernel-source | Not affected |
| SUSE Linux Enterprise Module for Basesystem 15 SP2 | kernel-source | Not affected |
| SUSE Linux Enterprise Module for Basesystem 15 SP3 | kernel-source | Not affected |
| SUSE Linux Enterprise Module for Development Tools 15 | kernel-source | Not affected |
| SUSE Linux Enterprise Module for Development Tools 15 SP1 | kernel-source | Not affected |
| SUSE Linux Enterprise Module for Development Tools 15 SP2 | kernel-source | Not affected |
| SUSE Linux Enterprise Module for Development Tools 15 SP3 | kernel-source | Not affected |
| SUSE Linux Enterprise Module for Public Cloud 15 SP6 | kernel-azure | Released |
| SUSE Linux Enterprise Module for Public Cloud 15 SP6 | kernel-source-azure | Released |
| SUSE Linux Enterprise Module for Public Cloud 15 SP6 | kernel-syms-azure | Released |
| SUSE Linux Enterprise Real Time 12 SP5 | kernel-source-rt | Not affected |
| SUSE Linux Enterprise Real Time 15 SP1 | kernel-source-rt | Unsupported |
| SUSE Linux Enterprise Real Time 15 SP2 | kernel-source | Not affected |
| SUSE Linux Enterprise Real Time 15 SP3 | kernel-source | Not affected |
| SUSE Linux Enterprise Real Time 15 SP3 | kernel-source-rt | Not 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 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-rt | Released |
| SUSE Linux Enterprise Real Time 15 SP6 | kernel-rt_debug | Released |
| SUSE Linux Enterprise Real Time 15 SP6 | kernel-source-rt | Released |
| SUSE Linux Enterprise Real Time 15 SP6 | kernel-syms-rt | Released |
| 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 | kernel-default | Unsupported |
| SUSE Linux Enterprise Server 12 | kernel-source | Unsupported |
| SUSE Linux Enterprise Server 12 SP1 | kernel-source | Unsupported |
| SUSE Linux Enterprise Server 12 SP1-LTSS | kernel-source | Unsupported |
| SUSE Linux Enterprise Server 12 SP3 | kernel-default | Unsupported |
| SUSE Linux Enterprise Server 12 SP3 | kernel-source | Unsupported |
| SUSE Linux Enterprise Server 12 SP3-BCL | kernel-source | Not affected |
| SUSE Linux Enterprise Server 12 SP3-ESPOS | kernel-source | Not affected |
| SUSE Linux Enterprise Server 12 SP3-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise Server 12 SP4 | kernel-default | Unsupported |
| SUSE Linux Enterprise Server 12 SP4 | kernel-source | Unsupported |
| SUSE Linux Enterprise Server 12 SP4-ESPOS | kernel-source | Not affected |
| SUSE Linux Enterprise Server 12 SP4-LTSS | kernel-default | Not affected |
| SUSE Linux Enterprise Server 12 SP4-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP1 | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP1-BCL | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP1-LTSS | kernel-default | Not affected |
| SUSE Linux Enterprise Server 15 SP1-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP2 | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP2-BCL | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP2-LTSS | kernel-default | Not affected |
| SUSE Linux Enterprise Server 15 SP2-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP3 | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP3-BCL | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP3-LTSS | kernel-default | Not affected |
| SUSE Linux Enterprise Server 15 SP3-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15-LTSS | kernel-default | Not affected |
| SUSE Linux Enterprise Server 15-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 12 | kernel-default | Unsupported |
| SUSE Linux Enterprise Server for SAP Applications 12 | kernel-source | Unsupported |
| SUSE Linux Enterprise Server for SAP Applications 12 SP1 | kernel-source | Unsupported |
| SUSE Linux Enterprise Server for SAP Applications 12 SP3 | kernel-default | Unsupported |
| SUSE Linux Enterprise Server for SAP Applications 12 SP3 | kernel-source | Unsupported |
| SUSE Linux Enterprise Server for SAP Applications 12 SP4 | kernel-default | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 12 SP4 | kernel-source | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 15 | kernel-source | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP1 | kernel-source | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP2 | kernel-default | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP2 | kernel-source | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP3 | kernel-default | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP3 | kernel-source | Not affected |
| SUSE Linux Enterprise Software Development Kit 12 SP5 | kernel-default | Not affected |
| SUSE Linux Enterprise Software Development Kit 12 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise Workstation Extension 12 SP5 | kernel-default | Not affected |
| SUSE Linux Enterprise Workstation Extension 12 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise Workstation Extension 15 SP5 | kernel-default | Released |
| SUSE Linux Enterprise Workstation Extension 15 SP6 | kernel-default | Released |
| SUSE Manager Proxy 4.0 | kernel-source | Not affected |
| SUSE Manager Proxy 4.1 | kernel-source | Not affected |
| SUSE Manager Proxy 4.2 | kernel-source | Not affected |
| SUSE Manager Retail Branch Server 4.0 | kernel-source | Not affected |
| SUSE Manager Retail Branch Server 4.1 | kernel-source | Not affected |
| SUSE Manager Retail Branch Server 4.2 | kernel-source | Not affected |
| SUSE Manager Server 4.0 | kernel-source | Not affected |
| SUSE Manager Server 4.1 | kernel-source | Not affected |
| SUSE Manager Server 4.2 | kernel-source | Not affected |
| SUSE OpenStack Cloud 8 | kernel-source | Not affected |
| SUSE OpenStack Cloud 9 | kernel-source | Not affected |
| SUSE OpenStack Cloud Crowbar 8 | kernel-source | Not affected |
| SUSE OpenStack Cloud Crowbar 9 | kernel-source | Not affected |
| SUSE Real Time Module 15 SP1 | kernel-source-rt | Unsupported |
| SUSE Real Time Module 15 SP3 | kernel-source-rt | Not affected |
| SUSE Real Time Module 15 SP4 | kernel-source-rt | Affected |
| 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-rt | Released |
| SUSE Real Time Module 15 SP6 | kernel-rt_debug | Released |
| SUSE Real Time Module 15 SP6 | kernel-source-rt | Released |
| SUSE Real Time Module 15 SP6 | kernel-syms-rt | Released |
| openSUSE Leap 15.3 | kernel-source | Not affected |
| openSUSE Leap 15.3 | kernel-source-rt | Not affected |
| openSUSE Leap 15.4 | kernel-default | 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-livepatch-SLE15-SP4_Update_26 | Released |
| openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_27 | Released |
| openSUSE Leap 15.4 | kernel-livepatch-SLE15-SP4_Update_28 | Released |
| openSUSE Leap 15.4 | kernel-source | Released |
| openSUSE Leap 15.4 | kernel-source-azure | Unsupported |
| openSUSE Leap 15.4 | kernel-source-rt | Affected |
| openSUSE Leap 15.5 | kernel-default | 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_14 | Released |
| openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_15 | Released |
| openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_16 | Released |
| openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5-RT_Update_17 | 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_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_13 | Released |
| openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_14 | Released |
| openSUSE Leap 15.5 | kernel-livepatch-SLE15-SP5_Update_15 | 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 | Released |
| openSUSE Leap 15.6 | kernel-livepatch-SLE15-SP6_Update_0 | Released |
| openSUSE Leap 15.6 | kernel-livepatch-SLE15-SP6_Update_1 | Released |
| openSUSE Leap 15.6 | kernel-livepatch-SLE15-SP6_Update_2 | Released |
| openSUSE Leap 15.6 | kernel-livepatch-SLE15-SP6_Update_3 | Released |
| openSUSE Leap 15.6 | kernel-source | Released |
| openSUSE Leap 15.6 | kernel-source-azure | Released |
| openSUSE Leap 15.6 | kernel-source-rt | Released |
SUSE Timeline for this CVE
CVE page created: Fri Jul 12 16:00:51 2024CVE page last modified: Sun Aug 30 11:39:12 2026