Upstream information
Description
In the Linux kernel, the following vulnerability has been resolved:net/sched: Enforce that teql can only be used as root qdisc
Design intent of teql is that it is only supposed to be used as root qdisc.
We need to check for that constraint.
Although not important, I will describe the scenario that unearthed this
issue for the curious.
GangMin Kim <km.kim1503@gmail.com> managed to concot a scenario as follows:
ROOT qdisc 1:0 (QFQ)
âââ class 1:1 (weight=15, lmax=16384) netem with delay 6.4s
ââ class 1:2 (weight=1, lmax=1514) teql
GangMin sends a packet which is enqueued to 1:1 (netem).
Any invocation of dequeue by QFQ from this class will not return a packet
until after 6.4s. In the meantime, a second packet is sent and it lands on
1:2. teql's enqueue will return success and this will activate class 1:2.
Main issue is that teql only updates the parent visible qlen (sch->q.qlen)
at dequeue. Since QFQ will only call dequeue if peek succeeds (and teql's
peek always returns NULL), dequeue will never be called and thus the qlen
will remain as 0. With that in mind, when GangMin updates 1:2's lmax value,
the qfq_change_class calls qfq_deact_rm_from_agg. Since the child qdisc's
qlen was not incremented, qfq fails to deactivate the class, but still
frees its pointers from the aggregate. So when the first packet is
rescheduled after 6.4 seconds (netem's delay), a dangling pointer is
accessed causing GangMin's causing a UAF.
SUSE information
Overall state of this security issue: Resolved
This issue is currently rated as having important severity.
| CVSS detail | CNA (416baaa9-dc9f-4396-8d5f-8c081fb06d67) | 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 |
| CVSS detail | SUSE |
|---|---|
| Base Score | 7.3 |
| Vector | CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N |
| Attack Vector | Local |
| Attack Complexity | Low |
| Attack Requirements | Present |
| Privileges Required | Low |
| User Interaction | None |
| Vulnerable System Confidentiality Impact | High |
| Vulnerable System Integrity Impact | High |
| Vulnerable System Availability Impact | High |
| Subsequent System Confidentiality Impact | None |
| Subsequent System Integrity Impact | None |
| Subsequent System Availability Impact | None |
| CVSSv4 Version | 4.0 |
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: 1257749 [RESOLVED / FIXED], 1258051 [NEW]SUSE Security Advisories:
- RHSA-2026:3083, published Tue Feb 24 16:07:24 UTC 2026
- RHSA-2026:3685, published Thu Mar 26 16:08:16 UTC 2026
- SUSE-SU-2026:0617-1, published 2026-02-24T15:19:11Z
- SUSE-SU-2026:0928-1, published 2026-03-18T13:32:23Z
- SUSE-SU-2026:0961-1, published 2026-03-23T09:08:52Z
- SUSE-SU-2026:0962-1, published 2026-03-23T09:09:03Z
- SUSE-SU-2026:1003-1, published 2026-03-25T09:25:51Z
- SUSE-SU-2026:1041-1, published 2026-03-25T14:13:36Z
- SUSE-SU-2026:1077-1, published 2026-03-26T12:42:31Z
- SUSE-SU-2026:1078-1, published 2026-03-26T12:43:14Z
- SUSE-SU-2026:1081-1, published 2026-03-26T13:23:57Z
- SUSE-SU-2026:1130-1, published 2026-03-27T15:47:44Z
- SUSE-SU-2026:1131-1, published 2026-03-27T16:02:22Z
- SUSE-SU-2026:1180-1, published 2026-04-03T16:41:43Z
- SUSE-SU-2026:1185-1, published 2026-04-03T16:41:59Z
- SUSE-SU-2026:1187-1, published 2026-04-05T10:04:24Z
- SUSE-SU-2026:1188-1, published 2026-04-05T10:34:17Z
- SUSE-SU-2026:1189-1, published 2026-04-05T10:34:20Z
- SUSE-SU-2026:1212-1, published 2026-04-08T10:04:55Z
- SUSE-SU-2026:1221-1, published 2026-04-08T16:04:43Z
- SUSE-SU-2026:1222-1, published 2026-04-09T02:36:32Z
- SUSE-SU-2026:1225-1, published 2026-04-09T01:53:44Z
- SUSE-SU-2026:1236-1, published 2026-04-09T14:22:37Z
- SUSE-SU-2026:1237-1, published 2026-04-09T17:05:00Z
- SUSE-SU-2026:1239-1, published 2026-04-09T19:04:34Z
- SUSE-SU-2026:1242-1, published 2026-04-10T07:04:48Z
- SUSE-SU-2026:1244-1, published 2026-04-10T08:04:54Z
- SUSE-SU-2026:1248-1, published 2026-04-10T11:04:25Z
- SUSE-SU-2026:1254-1, published 2026-04-10T14:04:42Z
- SUSE-SU-2026:1258-1, published 2026-04-10T17:35:09Z
- SUSE-SU-2026:1259-1, published 2026-04-10T17:35:16Z
- SUSE-SU-2026:1261-1, published 2026-04-10T19:34:47Z
- SUSE-SU-2026:1262-1, published 2026-04-10T21:43:56Z
- SUSE-SU-2026:1263-1, published 2026-04-11T03:36:25Z
- SUSE-SU-2026:1265-1, published 2026-04-11T04:34:33Z
- SUSE-SU-2026:1266-1, published 2026-04-11T11:04:41Z
- SUSE-SU-2026:1268-1, published 2026-04-11T14:04:52Z
- SUSE-SU-2026:1269-1, published 2026-04-11T16:04:45Z
- SUSE-SU-2026:1270-1, published 2026-04-11T16:34:14Z
- SUSE-SU-2026:1271-1, published 2026-04-11T18:04:43Z
- SUSE-SU-2026:1272-1, published 2026-04-11T18:04:50Z
- SUSE-SU-2026:1274-1, published 2026-04-11T20:04:33Z
- SUSE-SU-2026:1278-1, published 2026-04-12T00:08:07Z
- SUSE-SU-2026:1279-1, published 2026-04-12T00:08:13Z
- SUSE-SU-2026:1280-1, published 2026-04-12T02:04:37Z
- SUSE-SU-2026:1281-1, published 2026-04-12T08:35:33Z
- SUSE-SU-2026:1283-1, published 2026-04-12T10:34:05Z
- SUSE-SU-2026:1284-1, published 2026-04-12T10:34:11Z
- SUSE-SU-2026:1285-1, published 2026-04-12T19:04:23Z
- SUSE-SU-2026:1287-1, published 2026-04-12T23:15:16Z
- SUSE-SU-2026:1288-1, published 2026-04-13T06:34:14Z
- SUSE-SU-2026:1293-1, published 2026-04-13T08:35:44Z
- SUSE-SU-2026:1294-1, published 2026-04-13T09:04:34Z
- SUSE-SU-2026:1297-1, published 2026-04-13T12:42:15Z
- SUSE-SU-2026:1298-1, published 2026-04-13T15:04:44Z
- SUSE-SU-2026:1304-1, published 2026-04-13T16:04:42Z
- SUSE-SU-2026:1305-1, published 2026-04-13T18:34:02Z
- SUSE-SU-2026:20667-1, published 2026-03-11T16:03:14Z
- SUSE-SU-2026:20711-1, published 2026-03-11T16:03:14Z
- SUSE-SU-2026:20713-1, published 2026-03-11T16:03:14Z
- SUSE-SU-2026:20720-1, published 2026-03-11T15:00:09Z
- SUSE-SU-2026:20772-1, published 2026-03-23T12:44:30Z
- SUSE-SU-2026:20794-1, published 2026-03-23T11:29:16Z
- SUSE-SU-2026:20819-1, published 2026-03-23T11:29:16Z
- SUSE-SU-2026:20838-1, published 2026-03-25T08:52:20Z
- SUSE-SU-2026:20845-1, published 2026-03-24T16:48:25Z
- SUSE-SU-2026:20872-1, published 2026-03-24T16:48:25Z
- SUSE-SU-2026:20873-1, published 2026-03-25T08:43:53Z
- SUSE-SU-2026:20876-1, published 2026-03-24T16:48:38Z
- SUSE-SU-2026:20931-1, published 2026-03-25T08:49:52Z
- SUSE-SU-2026:21004-1, published 2026-04-09T08:48:26Z
- SUSE-SU-2026:21005-1, published 2026-04-09T08:48:26Z
- SUSE-SU-2026:21006-1, published 2026-04-09T08:48:26Z
- SUSE-SU-2026:21007-1, published 2026-04-09T08:48:26Z
- SUSE-SU-2026:21008-1, published 2026-04-09T08:48:26Z
- SUSE-SU-2026:21009-1, published 2026-04-09T08:48:26Z
- SUSE-SU-2026:21020-1, published 2026-04-10T08:13:56Z
- SUSE-SU-2026:21040-1, published 2026-04-09T13:20:01Z
- SUSE-SU-2026:21041-1, published 2026-04-09T13:20:01Z
- SUSE-SU-2026:21042-1, published 2026-04-09T13:20:01Z
- SUSE-SU-2026:21043-1, published 2026-04-09T13:20:01Z
- SUSE-SU-2026:21044-1, published 2026-04-09T13:20:06Z
- SUSE-SU-2026:21045-1, published 2026-04-09T13:20:06Z
- SUSE-SU-2026:21046-1, published 2026-04-09T13:20:15Z
- SUSE-SU-2026:21047-1, published 2026-04-09T13:20:15Z
- SUSE-SU-2026:21048-1, published 2026-04-09T13:20:25Z
- SUSE-SU-2026:21049-1, published 2026-04-09T13:20:25Z
- SUSE-SU-2026:21050-1, published 2026-04-09T13:20:33Z
- SUSE-SU-2026:21051-1, published 2026-04-09T13:20:43Z
- SUSE-SU-2026:21052-1, published 2026-04-09T13:20:43Z
- SUSE-SU-2026:21053-1, published 2026-04-09T13:20:43Z
- SUSE-SU-2026:21054-1, published 2026-04-09T13:20:43Z
- SUSE-SU-2026:21055-1, published 2026-04-09T13:20:43Z
- SUSE-SU-2026:21056-1, published 2026-04-09T13:20:57Z
- SUSE-SU-2026:21057-1, published 2026-04-09T13:20:57Z
- SUSE-SU-2026:21058-1, published 2026-04-09T13:21:12Z
- SUSE-SU-2026:21059-1, published 2026-04-09T13:21:12Z
- SUSE-SU-2026:21060-1, published 2026-04-09T13:21:21Z
- SUSE-SU-2026:21061-1, published 2026-04-09T13:21:21Z
- SUSE-SU-2026:21070-1, published 2026-04-09T13:19:46Z
- SUSE-SU-2026:21071-1, published 2026-04-09T13:19:47Z
- SUSE-SU-2026:21072-1, published 2026-04-09T13:19:58Z
- SUSE-SU-2026:21073-1, published 2026-04-09T13:19:58Z
- SUSE-SU-2026:21074-1, published 2026-04-09T13:20:09Z
- SUSE-SU-2026:21075-1, published 2026-04-09T13:20:09Z
- SUSE-SU-2026:21076-1, published 2026-04-09T13:20:22Z
- SUSE-SU-2026:21077-1, published 2026-04-09T13:20:22Z
- SUSE-SU-2026:21078-1, published 2026-04-09T13:20:43Z
- SUSE-SU-2026:21079-1, published 2026-04-09T13:20:43Z
- SUSE-SU-2026:21080-1, published 2026-04-09T13:20:43Z
- SUSE-SU-2026:21081-1, published 2026-04-09T13:20:43Z
- SUSE-SU-2026:21082-1, published 2026-04-09T13:20:43Z
- SUSE-SU-2026:21083-1, published 2026-04-09T13:20:43Z
- SUSE-SU-2026:21084-1, published 2026-04-09T13:20:43Z
- SUSE-SU-2026:21085-1, published 2026-04-09T13:20:43Z
- SUSE-SU-2026:21086-1, published 2026-04-09T13:20:57Z
- SUSE-SU-2026:21087-1, published 2026-04-09T13:20:57Z
- SUSE-SU-2026:21088-1, published 2026-04-09T13:21:12Z
- SUSE-SU-2026:21089-1, published 2026-04-09T13:21:12Z
- SUSE-SU-2026:21090-1, published 2026-04-09T13:21:21Z
- SUSE-SU-2026:21091-1, published 2026-04-09T13:21:21Z
- SUSE-SU-2026:21096-1, published 2026-04-11T07:40:52Z
- SUSE-SU-2026:21098-1, published 2026-04-13T02:13:48Z
- SUSE-SU-2026:21099-1, published 2026-04-13T02:44:51Z
- SUSE-SU-2026:21100-1, published 2026-04-13T03:16:46Z
- SUSE-SU-2026:21102-1, published 2026-04-13T09:00:08Z
- SUSE-SU-2026:21216-1, published 2026-04-10T08:13:56Z
- SUSE-SU-2026:21217-1, published 2026-04-11T07:40:52Z
- SUSE-SU-2026:21218-1, published 2026-04-13T02:13:48Z
- SUSE-SU-2026:21219-1, published 2026-04-13T02:44:51Z
- SUSE-SU-2026:21220-1, published 2026-04-13T03:16:46Z
- SUSE-SU-2026:21221-1, published 2026-04-13T09:00:08Z
List of released packages
| Product(s) | Fixed package version(s) | References |
|---|---|---|
| Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.109 |
| |
| Container suse/sl-micro/6.0/base-os-container:2.1.3-7.105 |
| |
| Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.124 |
| |
| Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.146 |
| |
| Container suse/sl-micro/6.0/toolbox:13.2-9.51 |
| |
| Container suse/sl-micro/6.1/baremetal-os-container:2.2.1-7.92 |
| |
| Container suse/sl-micro/6.1/base-os-container:2.2.1-5.90 |
| |
| Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.94 |
| |
| Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.91 |
| |
| Container suse/sle-micro-rancher/5.2:latest |
| |
| Container suse/sle-micro/base-5.5:2.0.4-5.8.254 Image SLES15-SP5-BYOS-Azure Image SLES15-SP5-BYOS-GCE Image SLES15-SP5-GCE Image SLES15-SP5-HPC-BYOS-Azure Image SLES15-SP5-HPC-BYOS-GCE Image SLES15-SP5-Hardened-BYOS-Azure Image SLES15-SP5-Hardened-BYOS-GCE Image SLES15-SP5-Micro-5-5 Image SLES15-SP5-Micro-5-5-Azure Image SLES15-SP5-SAPCAL-Azure Image SLES15-SP5-SAPCAL-GCE |
| |
| Container suse/sle-micro/kvm-5.5:2.0.4-3.5.489 |
| |
| Container suse/sle-micro/rt-5.5: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-Base-qcow Image SL-Micro-Default Image SL-Micro-Default-SelfInstall Image SL-Micro-Default-encrypted Image SL-Micro-Default-qcow |
| |
| Image SL-Micro-EC2 Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2 Image SUSE-Multi-Linux-Manager-Server-Azure-ltd Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2 Image SUSE-Multi-Linux-Manager-Server-EC2-llc Image SUSE-Multi-Linux-Manager-Server-EC2-ltd |
| |
| Image SL-Micro |
| |
| Image SLE-Micro-Azure Image SLE-Micro-BYOS-Azure |
| |
| Image SLE-Micro-BYOS-GCE Image SLE-Micro-GCE |
| |
| Image SLE-Micro Image SLE-Micro-BYOS Image SLE-Micro-BYOS-EC2 Image SLE-Micro-EC2 |
| |
| Image SLES-CHOST-BYOS-GDC Image SLES-CHOST-BYOS-SAP-CCloud Image SLES-GCE-3P |
| |
| Image SLES-SAP-GCE-3P |
| |
| Image SLES12-SP5-Azure-BYOS Image SLES12-SP5-EC2-BYOS Image SLES12-SP5-EC2-On-Demand Image SLES12-SP5-GCE-On-Demand |
| |
| Image SLES12-SP5-EC2-SAP-On-Demand Image SLES12-SP5-GCE-SAP-BYOS Image SLES12-SP5-GCE-SAP-On-Demand |
| |
| Image SLES15-SP4-BYOS Image SLES15-SP4-BYOS-Azure Image SLES15-SP4-BYOS-GCE 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-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 |
| |
| 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-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-GCE Image SLES15-SP5-SAP-Hardened-Azure Image SLES15-SP5-SAP-Hardened-BYOS-Azure Image SLES15-SP5-SAP-Hardened-BYOS-GCE Image SLES15-SP5-SAP-Hardened-GCE |
| |
| Image SLES15-SP6-SAP-Azure-LI-BYOS Image SLES15-SP6-SAP-Azure-LI-BYOS-Production Image SLES15-SP6-SAP-Azure-VLI-BYOS Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production |
| |
| Image SLES15-SP7-CHOST-BYOS-Azure Image SLES15-SP7-CHOST-BYOS-GCE Image SLES15-SP7-CHOST-BYOS-GDC Image SLES15-SP7-CHOST-BYOS-SAP-CCloud Image SLES15-SP7-GCE-3P |
| |
| Image SLES15-SP7-SAP-Azure-LI-BYOS-Production Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production Image SLES15-SP7-SAP-EC2 Image SLES15-SP7-SAP-GCE-3P |
| |
| SUSE Liberty Linux 7 LTSS |
| Patchnames: RHSA-2026:3685 |
| SUSE Liberty Linux 8 |
| Patchnames: RHSA-2026:3083 |
| SUSE Linux Enterprise Desktop 15 SP7 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP7-2026-1081 SUSE-SLE-Module-Development-Tools-15-SP7-2026-1081 SUSE-SLE-Product-WE-15-SP7-2026-1081 |
| SUSE Linux Enterprise High Availability Extension 15 SP4 |
| Patchnames: SUSE-SLE-Product-HA-15-SP4-2026-617 |
| SUSE Linux Enterprise High Availability Extension 15 SP7 |
| Patchnames: SUSE-SLE-Product-HA-15-SP7-2026-1081 |
| SUSE Linux Enterprise High Availability Extension 16.0 |
| Patchnames: SUSE-SLES-HA-16.0-435 |
| SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-617 |
| SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-617 |
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1003 |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1003 |
| SUSE Linux Enterprise High Performance Computing 15 SP7 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP7-2026-1081 SUSE-SLE-Module-Development-Tools-15-SP7-2026-1081 SUSE-SLE-Module-Legacy-15-SP7-2026-1081 SUSE-SLE-Module-Public-Cloud-15-SP7-2026-1081 |
| SUSE Linux Enterprise Live Patching 12 SP5 |
| Patchnames: SUSE-SLE-Live-Patching-12-SP5-2026-1221 SUSE-SLE-Live-Patching-12-SP5-2026-1285 SUSE-SLE-Live-Patching-12-SP5-2026-1286 SUSE-SLE-Live-Patching-12-SP5-2026-1287 SUSE-SLE-Live-Patching-12-SP5-2026-1288 SUSE-SLE-Live-Patching-12-SP5-2026-1293 SUSE-SLE-Live-Patching-12-SP5-2026-1294 SUSE-SLE-Live-Patching-12-SP5-2026-1295 SUSE-SLE-Live-Patching-12-SP5-2026-1297 SUSE-SLE-Live-Patching-12-SP5-2026-1298 SUSE-SLE-Live-Patching-12-SP5-2026-1304 SUSE-SLE-Live-Patching-12-SP5-2026-1305 |
| SUSE Linux Enterprise Live Patching 15 SP4 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP4-2026-1212 SUSE-SLE-Module-Live-Patching-15-SP4-2026-1223 SUSE-SLE-Module-Live-Patching-15-SP4-2026-1226 SUSE-SLE-Module-Live-Patching-15-SP4-2026-1237 SUSE-SLE-Module-Live-Patching-15-SP4-2026-1240 SUSE-SLE-Module-Live-Patching-15-SP4-2026-1265 SUSE-SLE-Module-Live-Patching-15-SP4-2026-1267 SUSE-SLE-Module-Live-Patching-15-SP4-2026-1268 SUSE-SLE-Module-Live-Patching-15-SP4-2026-1269 SUSE-SLE-Module-Live-Patching-15-SP4-2026-1280 SUSE-SLE-Module-Live-Patching-15-SP4-2026-1281 |
| SUSE Linux Enterprise Live Patching 15 SP5 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP5-2026-1211 SUSE-SLE-Module-Live-Patching-15-SP5-2026-1222 SUSE-SLE-Module-Live-Patching-15-SP5-2026-1241 SUSE-SLE-Module-Live-Patching-15-SP5-2026-1242 SUSE-SLE-Module-Live-Patching-15-SP5-2026-1246 SUSE-SLE-Module-Live-Patching-15-SP5-2026-1248 SUSE-SLE-Module-Live-Patching-15-SP5-2026-1253 SUSE-SLE-Module-Live-Patching-15-SP5-2026-1254 SUSE-SLE-Module-Live-Patching-15-SP5-2026-1258 SUSE-SLE-Module-Live-Patching-15-SP5-2026-1263 SUSE-SLE-Module-Live-Patching-15-SP5-2026-1264 SUSE-SLE-Module-Live-Patching-15-SP5-2026-1270 |
| SUSE Linux Enterprise Live Patching 15 SP6 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP6-2026-1224 SUSE-SLE-Module-Live-Patching-15-SP6-2026-1225 SUSE-SLE-Module-Live-Patching-15-SP6-2026-1236 SUSE-SLE-Module-Live-Patching-15-SP6-2026-1238 SUSE-SLE-Module-Live-Patching-15-SP6-2026-1239 SUSE-SLE-Module-Live-Patching-15-SP6-2026-1259 SUSE-SLE-Module-Live-Patching-15-SP6-2026-1260 SUSE-SLE-Module-Live-Patching-15-SP6-2026-1266 SUSE-SLE-Module-Live-Patching-15-SP6-2026-1271 SUSE-SLE-Module-Live-Patching-15-SP6-2026-1272 SUSE-SLE-Module-Live-Patching-15-SP6-2026-1274 SUSE-SLE-Module-Live-Patching-15-SP6-2026-1282 |
| SUSE Linux Enterprise Live Patching 15 SP7 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP7-2026-1180 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1181 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1182 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1183 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1184 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1185 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1186 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1187 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1188 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1189 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1244 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1261 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1262 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1275 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1276 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1277 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1278 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1279 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1283 SUSE-SLE-Module-Live-Patching-15-SP7-2026-1284 SUSE-SLE-Module-Live-Patching-15-SP7-2026-962 |
| SUSE Linux Enterprise Micro 5.2 |
| Patchnames: SUSE-SUSE-MicroOS-5.2-2026-928 SUSE-SUSE-MicroOS-5.2-2026-961 |
| SUSE Linux Enterprise Micro 5.3 |
| Patchnames: SUSE-SLE-Micro-5.3-2026-1131 SUSE-SLE-Micro-5.3-2026-617 |
| SUSE Linux Enterprise Micro 5.4 |
| Patchnames: SUSE-SLE-Micro-5.4-2026-1131 SUSE-SLE-Micro-5.4-2026-617 |
| SUSE Linux Enterprise Micro 5.5 |
| Patchnames: SUSE-SLE-Micro-5.5-2026-1003 SUSE-SLE-Micro-5.5-2026-1077 |
| SUSE Linux Enterprise Module for Basesystem 15 SP7 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP7-2026-1081 |
| SUSE Linux Enterprise Module for Development Tools 15 SP7 |
| Patchnames: SUSE-SLE-Module-Development-Tools-15-SP7-2026-1081 |
| SUSE Linux Enterprise Module for Legacy 15 SP7 |
| Patchnames: SUSE-SLE-Module-Legacy-15-SP7-2026-1081 |
| SUSE Linux Enterprise Module for Public Cloud 15 SP7 |
| Patchnames: SUSE-SLE-Module-Public-Cloud-15-SP7-2026-1081 |
| SUSE Linux Enterprise Real Time 15 SP7 SUSE Real Time Module 15 SP7 |
| Patchnames: SUSE-SLE-Module-RT-15-SP7-2026-962 |
| SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE |
| Patchnames: SUSE-SLE-SERVER-11-SP4-LTSS-EXTREME-CORE-2026-1130 |
| SUSE Linux Enterprise Server 12 SP5-LTSS |
| Patchnames: SUSE-SLE-SERVER-12-SP5-LTSS-2026-1078 |
| SUSE Linux Enterprise Server 15 SP4-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-617 |
| SUSE Linux Enterprise Server 15 SP5-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1003 |
| SUSE Linux Enterprise Server 15 SP6-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1041 |
| SUSE Linux Enterprise Server 15 SP7 SUSE Linux Enterprise Server for SAP Applications 15 SP7 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP7-2026-1081 SUSE-SLE-Module-Development-Tools-15-SP7-2026-1081 SUSE-SLE-Module-Legacy-15-SP7-2026-1081 SUSE-SLE-Module-Public-Cloud-15-SP7-2026-1081 SUSE-SLE-Product-WE-15-SP7-2026-1081 |
| SUSE Linux Enterprise Server 16.0 |
| Patchnames: SUSE-SLES-16.0-435 SUSE-SLES-16.0-517 SUSE-SLES-16.0-530 SUSE-SLES-16.0-532 SUSE-SLES-16.0-533 SUSE-SLES-16.0-534 SUSE-SLES-16.0-538 |
| SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 |
| Patchnames: SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1078 |
| SUSE Linux Enterprise Server for SAP Applications 15 SP4 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP4-2026-617 |
| SUSE Linux Enterprise Server for SAP Applications 15 SP5 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1003 |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1041 |
| SUSE Linux Enterprise Server for SAP applications 16.0 |
| Patchnames: SUSE-SLES-16.0-435 SUSE-SLES-16.0-517 SUSE-SLES-16.0-530 SUSE-SLES-16.0-532 SUSE-SLES-16.0-533 SUSE-SLES-16.0-534 SUSE-SLES-16.0-538 |
| SUSE Linux Enterprise Workstation Extension 15 SP7 |
| Patchnames: SUSE-SLE-Product-WE-15-SP7-2026-1081 |
| SUSE Linux Micro 6.0 |
| Patchnames: SUSE-SLE-Micro-6.0-kernel-291 SUSE-SLE-Micro-6.0-kernel-295 SUSE-SLE-Micro-6.0-kernel-318 SUSE-SLE-Micro-6.0-kernel-319 SUSE-SLE-Micro-6.0-kernel-320 SUSE-SLE-Micro-6.0-kernel-321 SUSE-SLE-Micro-6.0-kernel-322 SUSE-SLE-Micro-6.0-kernel-323 SUSE-SLE-Micro-6.0-kernel-324 SUSE-SLE-Micro-6.0-kernel-325 SUSE-SLE-Micro-6.0-kernel-326 SUSE-SLE-Micro-6.0-kernel-327 SUSE-SLE-Micro-6.0-kernel-328 SUSE-SLE-Micro-6.0-kernel-329 SUSE-SLE-Micro-6.0-kernel-330 SUSE-SLE-Micro-6.0-kernel-331 SUSE-SLE-Micro-6.0-kernel-332 SUSE-SLE-Micro-6.0-kernel-333 SUSE-SLE-Micro-6.0-kernel-334 SUSE-SLE-Micro-6.0-kernel-335 SUSE-SLE-Micro-6.0-kernel-336 SUSE-SLE-Micro-6.0-kernel-337 SUSE-SLE-Micro-6.0-kernel-338 SUSE-SLE-Micro-6.0-kernel-339 |
| SUSE Linux Micro 6.1 |
| Patchnames: SUSE-SLE-Micro-6.1-kernel-291 SUSE-SLE-Micro-6.1-kernel-295 SUSE-SLE-Micro-6.1-kernel-318 SUSE-SLE-Micro-6.1-kernel-319 SUSE-SLE-Micro-6.1-kernel-320 SUSE-SLE-Micro-6.1-kernel-321 SUSE-SLE-Micro-6.1-kernel-322 SUSE-SLE-Micro-6.1-kernel-323 SUSE-SLE-Micro-6.1-kernel-324 SUSE-SLE-Micro-6.1-kernel-325 SUSE-SLE-Micro-6.1-kernel-326 SUSE-SLE-Micro-6.1-kernel-327 SUSE-SLE-Micro-6.1-kernel-328 SUSE-SLE-Micro-6.1-kernel-329 SUSE-SLE-Micro-6.1-kernel-330 SUSE-SLE-Micro-6.1-kernel-331 SUSE-SLE-Micro-6.1-kernel-332 SUSE-SLE-Micro-6.1-kernel-333 SUSE-SLE-Micro-6.1-kernel-334 SUSE-SLE-Micro-6.1-kernel-335 SUSE-SLE-Micro-6.1-kernel-336 SUSE-SLE-Micro-6.1-kernel-337 SUSE-SLE-Micro-6.1-kernel-338 SUSE-SLE-Micro-6.1-kernel-339 |
| SUSE Linux Micro 6.2 |
| Patchnames: SUSE-SL-Micro-6.2-435 SUSE-SL-Micro-6.2-488 SUSE-SL-Micro-6.2-489 SUSE-SL-Micro-6.2-490 SUSE-SL-Micro-6.2-491 SUSE-SL-Micro-6.2-492 SUSE-SL-Micro-6.2-493 SUSE-SL-Micro-6.2-517 SUSE-SL-Micro-6.2-530 SUSE-SL-Micro-6.2-532 SUSE-SL-Micro-6.2-533 SUSE-SL-Micro-6.2-534 SUSE-SL-Micro-6.2-538 |
| SUSE Manager Proxy LTS 4.3 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2026-617 |
| SUSE Manager Retail Branch Server LTS 4.3 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.3-LTS-2026-617 |
| SUSE Manager Server LTS 4.3 |
| Patchnames: SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2026-617 |
| openSUSE Leap 15.6 |
| Patchnames: openSUSE-SLE-15.6-2026-1041 |
| openSUSE Leap 16.0 |
| Patchnames: openSUSE-Leap-16.0-435 |
List of packages in QA
| Product(s) | Package(s) |
|---|---|
| SUSE Linux Enterprise Server 16.0 |
|
First public cloud image revisions this CVE is fixed in:
- amazon/suse-multi-linux-manager-proxy-5-1-byos-v20260402-arm64
- amazon/suse-multi-linux-manager-server-5-1-v20260312-x86_64-llc
- amazon/suse-sle-hpc-15-sp4-byos-v20260316-hvm-ssd-x86_64
- amazon/suse-sle-micro-6-0-v20260312-hvm-ssd-arm64-llc
- amazon/suse-sle-micro-6-1-v20260406-hvm-ssd-arm64-ltd
- amazon/suse-sles-12-sp5-byos-v20260425-hvm-ssd-x86_64
- amazon/suse-sles-15-sp4-byos-v20260317-hvm-ssd-arm64
- amazon/suse-sles-15-sp4-hardened-byos-v20260310-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp4-byos-v20260317-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp4-hardened-byos-v20260313-hvm-ssd-x86_64
- google/sle-hpc-15-sp4-byos-v20260423-x86-64
- google/sle-hpc-15-sp5-byos-v20260423-x86-64
- google/sles-12-sp5-byos-v20260426-x86-64
- google/sles-12-sp5-v20260424-x86-64
- google/sles-15-sp4-byos-v20260424-arm64
- google/sles-15-sp4-byos-v20260424-x86-64
- google/sles-15-sp4-hardened-byos-v20260424-x86-64
- google/sles-15-sp4-sapcal-v20260424-x86-64
- google/sles-15-sp5-byos-v20260424-arm64
- google/sles-15-sp5-byos-v20260424-x86-64
- google/sles-15-sp5-hardened-byos-v20260424-x86-64
- google/sles-15-sp5-sapcal-v20260424-x86-64
- google/sles-15-sp5-v20260424-arm64
- google/sles-15-sp5-v20260424-x86-64
- google/sles-15-sp7-chost-byos-v20260421-arm64
- google/sles-15-sp7-chost-byos-v20260421-x86-64
- google/sles-sap-12-sp5-byos-v20260412-x86-64
- google/sles-sap-12-sp5-v20260412-x86-64
- google/sles-sap-15-sp4-byos-v20260424-x86-64
- google/sles-sap-15-sp4-hardened-byos-v20260424-x86-64
- google/sles-sap-15-sp4-hardened-v20260424-x86-64
- google/sles-sap-15-sp4-v20260424-x86-64
- google/sles-sap-15-sp5-byos-v20260424-x86-64
- google/sles-sap-15-sp5-hardened-byos-v20260424-x86-64
- google/sles-sap-15-sp5-hardened-v20260424-x86-64
- google/sles-sap-15-sp5-v20260424-x86-64
- microsoft/suse-multi-linux-manager-server-5-1-v20260325-arm64-ltd
- microsoft/suse-multi-linux-manager-server-5-1-v20260325-x86_64-ltd
- microsoft/suse-sle-micro-5-5-v20260409-arm64-ltd
- microsoft/suse-sle-micro-5-5-v20260409-x86_64-ltd
- microsoft/suse-sles-12-sp5-byos-v20260425-x86_64
- microsoft/suse-sles-15-sp4-byos-v20260425-arm64
- microsoft/suse-sles-15-sp4-byos-v20260425-x86_64
- microsoft/suse-sles-15-sp4-hardened-byos-v20260425-x86_64
- microsoft/suse-sles-15-sp4-sapcal-v20260423-x86_64
- microsoft/suse-sles-15-sp5-byos-v20260425-arm64
- microsoft/suse-sles-15-sp5-byos-v20260425-x86_64
- microsoft/suse-sles-15-sp5-hardened-byos-v20260425-x86_64
- microsoft/suse-sles-15-sp5-sapcal-v20260423-x86_64
- microsoft/suse-sles-15-sp5-v20260423-arm64
- microsoft/suse-sles-15-sp5-v20260425-arm64-llc
- microsoft/suse-sles-15-sp5-v20260425-arm64-ltd
- microsoft/suse-sles-15-sp7-chost-byos-v20260421-arm64
- microsoft/suse-sles-15-sp7-chost-byos-v20260421-x86_64
- microsoft/suse-sles-sap-15-sp4-byos-v20260425-x86_64
- microsoft/suse-sles-sap-15-sp4-hardened-byos-v20260425-x86_64
- microsoft/suse-sles-sap-15-sp4-hardened-v20260423-x86_64
- microsoft/suse-sles-sap-15-sp4-v20260423-x86_64
- microsoft/suse-sles-sap-15-sp5-byos-v20260425-x86_64
- microsoft/suse-sles-sap-15-sp5-hardened-byos-v20260425-x86_64
- microsoft/suse-sles-sap-15-sp5-hardened-v20260425-x86_64
- microsoft/suse-sles-sap-15-sp5-v20260425-x86_64-llc
- microsoft/suse-sles-sap-15-sp5-v20260425-x86_64-ltd
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-64kb | Released |
| SUSE Linux Enterprise Desktop 15 SP7 | kernel-default | Released |
| SUSE Linux Enterprise Desktop 15 SP7 | kernel-default-base | Released |
| SUSE Linux Enterprise Desktop 15 SP7 | kernel-docs | Released |
| SUSE Linux Enterprise Desktop 15 SP7 | kernel-obs-build | Released |
| SUSE Linux Enterprise Desktop 15 SP7 | kernel-source | Released |
| SUSE Linux Enterprise Desktop 15 SP7 | kernel-syms | Released |
| SUSE Linux Enterprise Desktop 15 SP7 | kernel-zfcpdump | Released |
| SUSE Linux Enterprise High Availability Extension 15 SP7 | kernel-default | Released |
| SUSE Linux Enterprise High Availability Extension 15 SP7 | kernel-source | Released |
| SUSE Linux Enterprise High Availability Extension 16.0 | kernel-default | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP7 | kernel-64kb | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP7 | kernel-azure | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP7 | kernel-default | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP7 | kernel-default-base | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP7 | kernel-docs | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP7 | kernel-obs-build | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP7 | kernel-source | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP7 | kernel-source-azure | Affected |
| SUSE Linux Enterprise High Performance Computing 15 SP7 | kernel-syms | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP7 | kernel-zfcpdump | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-default | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_0 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_1 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_10 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_2 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_3 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_4 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_5 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_6 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_7 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_8 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_9 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_0 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_1 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_2 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_3 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_4 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_5 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_6 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_7 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_8 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_9 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-source | 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 for Rancher 5.2 | kernel-default | Released |
| SUSE Linux Enterprise Micro for Rancher 5.2 | kernel-source | Released |
| SUSE Linux Enterprise Micro for Rancher 5.2 | kernel-source-rt | Released |
| SUSE Linux Enterprise Micro for Rancher 5.3 | kernel-default | Released |
| SUSE Linux Enterprise Micro for Rancher 5.3 | kernel-source | Released |
| SUSE Linux Enterprise Micro for Rancher 5.3 | kernel-source-rt | Released |
| SUSE Linux Enterprise Micro for Rancher 5.4 | kernel-default | Released |
| SUSE Linux Enterprise Micro for Rancher 5.4 | kernel-source | Released |
| SUSE Linux Enterprise Micro for Rancher 5.4 | kernel-source-rt | Released |
| SUSE Linux Enterprise Module for Basesystem 15 SP7 | kernel-64kb | Released |
| SUSE Linux Enterprise Module for Basesystem 15 SP7 | kernel-default | Released |
| SUSE Linux Enterprise Module for Basesystem 15 SP7 | kernel-default-base | Released |
| SUSE Linux Enterprise Module for Basesystem 15 SP7 | kernel-source | Released |
| SUSE Linux Enterprise Module for Basesystem 15 SP7 | kernel-zfcpdump | Released |
| SUSE Linux Enterprise Module for Development Tools 15 SP7 | kernel-default | Released |
| SUSE Linux Enterprise Module for Development Tools 15 SP7 | kernel-docs | Released |
| SUSE Linux Enterprise Module for Development Tools 15 SP7 | kernel-obs-build | Released |
| SUSE Linux Enterprise Module for Development Tools 15 SP7 | kernel-source | Released |
| SUSE Linux Enterprise Module for Development Tools 15 SP7 | kernel-syms | Released |
| SUSE Linux Enterprise Module for Legacy 15 SP7 | kernel-default | Released |
| SUSE Linux Enterprise Module for Legacy 15 SP7 | kernel-source | Released |
| SUSE Linux Enterprise Module for Public Cloud 15 SP7 | kernel-azure | Released |
| SUSE Linux Enterprise Module for Public Cloud 15 SP7 | kernel-default | Released |
| SUSE Linux Enterprise Module for Public Cloud 15 SP7 | kernel-source | Released |
| SUSE Linux Enterprise Module for Public Cloud 15 SP7 | kernel-source-azure | Affected |
| SUSE Linux Enterprise Real Time 15 SP7 | kernel-rt | Released |
| SUSE Linux Enterprise Real Time 15 SP7 | kernel-source-rt | Released |
| SUSE Linux Enterprise Real Time 15 SP7 | kernel-syms-rt | Released |
| SUSE Linux Enterprise Server 15 SP7 | kernel-64kb | Released |
| SUSE Linux Enterprise Server 15 SP7 | kernel-azure | Released |
| SUSE Linux Enterprise Server 15 SP7 | kernel-default | Released |
| SUSE Linux Enterprise Server 15 SP7 | kernel-default-base | Released |
| SUSE Linux Enterprise Server 15 SP7 | kernel-docs | Released |
| SUSE Linux Enterprise Server 15 SP7 | kernel-obs-build | Released |
| SUSE Linux Enterprise Server 15 SP7 | kernel-source | Released |
| SUSE Linux Enterprise Server 15 SP7 | kernel-source-azure | Affected |
| SUSE Linux Enterprise Server 15 SP7 | kernel-syms | Released |
| SUSE Linux Enterprise Server 15 SP7 | kernel-zfcpdump | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-64kb | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-azure | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-default | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-default-base | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-docs | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-kvmsmall | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_0 | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_1 | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_2 | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_3 | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_4 | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_5 | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-obs-qa | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-source | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-source-azure | Affected |
| SUSE Linux Enterprise Server 16.0 | kernel-syms | In progress |
| SUSE Linux Enterprise Server 16.0 | kernel-zfcpdump | In progress |
| SUSE Linux Enterprise Server 16.1 | kernel-source | Affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-64kb | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-azure | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-default | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-default-base | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-docs | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-obs-build | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-source | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-source-azure | Affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-syms | Released |
| SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-zfcpdump | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-64kb | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-azure | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-default | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-default-base | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-docs | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-kvmsmall | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-livepatch-SLE16_Update_0 | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-livepatch-SLE16_Update_1 | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-livepatch-SLE16_Update_2 | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-livepatch-SLE16_Update_3 | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-livepatch-SLE16_Update_4 | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-livepatch-SLE16_Update_5 | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-obs-qa | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-source | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-source-azure | Affected |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-syms | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-zfcpdump | Released |
| SUSE Linux Enterprise Server for SAP applications 16.1 | kernel-source | Affected |
| SUSE Linux Enterprise Workstation Extension 15 SP7 | kernel-default | Released |
| SUSE Linux Enterprise Workstation Extension 15 SP7 | 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_10 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_11 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_12 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_13 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_14 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_15 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_5 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_6 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_7 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_8 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_9 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_10 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_11 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_12 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_13 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_14 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_16 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_5 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_6 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_7 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_8 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_9 | 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-default | Released |
| SUSE Linux Micro 6.1 | kernel-default-base | Released |
| SUSE Linux Micro 6.1 | kernel-kvmsmall | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_10 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_11 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_12 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_13 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_14 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_15 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_5 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_6 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_7 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_8 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_9 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_10 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_11 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_12 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_13 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_14 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_16 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_5 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_6 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_7 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_8 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_9 | Released |
| SUSE Linux Micro 6.1 | kernel-rt | Released |
| SUSE Linux Micro 6.1 | kernel-source | Released |
| SUSE Linux Micro 6.1 | kernel-source-rt | Released |
| SUSE Linux Micro 6.2 | kernel-64kb | Released |
| SUSE Linux Micro 6.2 | kernel-default | Released |
| SUSE Linux Micro 6.2 | kernel-default-base | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16-RT_Update_0 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16-RT_Update_1 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16-RT_Update_2 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16-RT_Update_3 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16-RT_Update_4 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16-RT_Update_5 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16_Update_0 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16_Update_1 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16_Update_2 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16_Update_3 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16_Update_4 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16_Update_5 | Released |
| SUSE Linux Micro 6.2 | kernel-rt | Released |
| SUSE Linux Micro 6.2 | kernel-source | Released |
| SUSE Real Time Module 15 SP7 | kernel-rt | Released |
| SUSE Real Time Module 15 SP7 | kernel-source-rt | Released |
| SUSE Real Time Module 15 SP7 | kernel-syms-rt | Released |
| openSUSE Leap 15.6 | kernel-default | Released |
| openSUSE Leap 15.6 | kernel-source | Released |
| openSUSE Leap 15.6 | kernel-source-azure | Unsupported |
| openSUSE Leap 15.6 | kernel-source-rt | Unsupported |
| Products under Long Term Service Pack support and receiving important and critical security fixes. | ||
| SUSE Linux Enterprise High Availability Extension 15 SP4 | kernel-default | Released |
| SUSE Linux Enterprise High Availability Extension 15 SP4 | kernel-source | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP4 | kernel-source | 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-source | Affected |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-64kb | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-default | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-default-base | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-docs | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-obs-build | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-source | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP5-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_66 | Released |
| SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_67 | Released |
| SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_68 | Released |
| SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_69 | Released |
| SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_70 | Released |
| SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_71 | Released |
| SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_72 | Released |
| SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_73 | Released |
| SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_74 | Released |
| SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_75 | Released |
| SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_76 | Released |
| SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_77 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-default | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_37 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_38 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_39 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_40 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_41 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_42 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_43 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_44 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_45 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_46 | Released |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-livepatch-SLE15-SP4_Update_47 | 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_Update_24 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_25 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_26 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_27 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_28 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_29 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_30 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_31 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_32 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_33 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_34 | Released |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-livepatch-SLE15-SP5_Update_35 | 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-source | Affected |
| SUSE Linux Enterprise Module for Basesystem 15 SP6 | kernel-source | Affected |
| SUSE Linux Enterprise Module for Development Tools 15 SP4 | kernel-source | Affected |
| SUSE Linux Enterprise Module for Development Tools 15 SP5 | kernel-source | Affected |
| SUSE Linux Enterprise Module for Development Tools 15 SP6 | kernel-source | Affected |
| SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | kernel-default | Released |
| SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | kernel-docs | Released |
| SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | kernel-ec2 | Released |
| SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | kernel-source | Released |
| SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | kernel-syms | Released |
| SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | kernel-trace | Released |
| SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | kernel-xen | Released |
| SUSE Linux Enterprise Server 12 SP5 | kernel-source | Affected |
| 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-syms | Released |
| SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security | kernel-default | Released |
| SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security | kernel-source | 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 15 SP5 | kernel-source | Affected |
| SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-64kb | Released |
| SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-default | Released |
| SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-default-base | Released |
| SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-docs | Released |
| SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-obs-build | Released |
| SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-source | Released |
| SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-syms | Released |
| SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-zfcpdump | Released |
| SUSE Linux Enterprise Server 15 SP6 | kernel-source | Affected |
| SUSE Linux Enterprise Server 15 SP6 | kernel-source-azure | Unsupported |
| SUSE Linux Enterprise Server 15 SP6-LTSS | kernel-64kb | Released |
| SUSE Linux Enterprise Server 15 SP6-LTSS | kernel-default | Released |
| SUSE Linux Enterprise Server 15 SP6-LTSS | kernel-default-base | Released |
| SUSE Linux Enterprise Server 15 SP6-LTSS | kernel-docs | Released |
| SUSE Linux Enterprise Server 15 SP6-LTSS | kernel-obs-build | Released |
| SUSE Linux Enterprise Server 15 SP6-LTSS | kernel-source | Released |
| SUSE Linux Enterprise Server 15 SP6-LTSS | kernel-syms | Released |
| SUSE Linux Enterprise Server 15 SP6-LTSS | kernel-zfcpdump | Released |
| SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | kernel-default | Released |
| SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | kernel-source | Released |
| SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | kernel-syms | 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 | Unsupported |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-syms | Released |
| SUSE Manager Proxy 4.3 | kernel-source | Affected |
| SUSE Manager Proxy LTS 4.3 | kernel-default | Released |
| SUSE Manager Proxy LTS 4.3 | kernel-default-base | Released |
| SUSE Manager Proxy LTS 4.3 | kernel-source | Released |
| SUSE Manager Proxy LTS 4.3 | kernel-syms | Released |
| SUSE Manager Retail Branch Server 4.3 | kernel-source | Affected |
| SUSE Manager Retail Branch Server LTS 4.3 | kernel-default | Released |
| SUSE Manager Retail Branch Server LTS 4.3 | kernel-default-base | Released |
| SUSE Manager Retail Branch Server LTS 4.3 | kernel-source | Released |
| SUSE Manager Server 4.3 | kernel-source | Affected |
| SUSE Manager Server LTS 4.3 | kernel-default | Released |
| SUSE Manager Server LTS 4.3 | kernel-default-base | Released |
| SUSE Manager Server LTS 4.3 | kernel-source | Released |
| SUSE Manager Server LTS 4.3 | kernel-syms | Released |
| SUSE Manager Server LTS 4.3 | kernel-zfcpdump | Released |
| Products past their end of life and not receiving proactive updates anymore. | ||
| SUSE CaaS Platform 4.0 | kernel-source | Affected |
| SUSE Enterprise Storage 6 | kernel-source | Affected |
| SUSE Enterprise Storage 7 | kernel-source | Affected |
| SUSE Enterprise Storage 7.1 | kernel-source | Affected |
| SUSE Linux Enterprise Desktop 11 SP4 | kernel-source | Affected |
| SUSE Linux Enterprise Desktop 12 SP2 | kernel-source | Affected |
| SUSE Linux Enterprise Desktop 12 SP4 | 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 Desktop 15 SP4 | kernel-source | Affected |
| SUSE Linux Enterprise Desktop 15 SP5 | kernel-source | Affected |
| SUSE Linux Enterprise Desktop 15 SP6 | kernel-source | Affected |
| SUSE Linux Enterprise High Availability Extension 15 SP6 | kernel-default | Released |
| SUSE Linux Enterprise High Availability Extension 15 SP6 | kernel-source | Released |
| 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 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-source | Affected |
| 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-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-64kb | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | kernel-default | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | kernel-default-base | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | kernel-docs | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | kernel-obs-build | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | kernel-source | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | kernel-syms | Released |
| SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-source | Affected |
| SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-source-azure | Unsupported |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-default | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_10 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_11 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_12 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_13 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_14 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_15 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_16 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_17 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_18 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_19 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_20 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_9 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-source | Released |
| SUSE Linux Enterprise Micro 5.0 | kernel-default | Affected |
| SUSE Linux Enterprise Micro 5.1 | kernel-default | Released |
| SUSE Linux Enterprise Micro 5.1 | kernel-rt | Released |
| SUSE Linux Enterprise Micro 5.1 | kernel-source-rt | Affected |
| SUSE Linux Enterprise Module for Basesystem 15 SP1 | kernel-source | Affected |
| 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 Development Tools 15 SP1 | 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 Public Cloud 15 SP6 | kernel-source-azure | Unsupported |
| SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT | kernel-source | Affected |
| 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 Real Time 15 SP5 | kernel-source-rt | Affected |
| SUSE Linux Enterprise Real Time 15 SP6 | kernel-source-rt | Unsupported |
| SUSE Linux Enterprise Server 11 SP4 | kernel-source | Affected |
| SUSE Linux Enterprise Server 11 SP4-LTSS | kernel-source | Affected |
| 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 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 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 | kernel-source | Affected |
| SUSE Linux Enterprise Server 15 SP2-BCL | kernel-source | Affected |
| SUSE Linux Enterprise Server 15 SP2-LTSS | kernel-default | Affected |
| SUSE Linux Enterprise Server 15 SP2-LTSS | kernel-source | Affected |
| SUSE Linux Enterprise Server 15 SP3 | kernel-source | Affected |
| SUSE Linux Enterprise Server 15 SP3-BCL | kernel-source | Affected |
| SUSE Linux Enterprise Server 15 SP3-LTSS | kernel-default | Affected |
| SUSE Linux Enterprise Server 15 SP3-LTSS | kernel-source | Affected |
| SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 | kernel-source | Affected |
| SUSE Linux Enterprise Server for SAP Applications 12 SP2 | kernel-source | Affected |
| SUSE Linux Enterprise Server for SAP Applications 12 SP4 | kernel-source | Affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP1 | kernel-source | Affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP2 | kernel-source | Affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP3 | kernel-source | 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-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-syms | 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 9 | kernel-source | 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 |
| SUSE Real Time Module 15 SP5 | kernel-source-rt | Affected |
| SUSE Real Time Module 15 SP6 | kernel-source-rt | Unsupported |
| openSUSE Leap 15.3 | kernel-default | 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-source | Released |
| openSUSE Leap 15.4 | kernel-source-rt | Affected |
| openSUSE Leap 15.5 | kernel-default | Released |
| openSUSE Leap 15.5 | kernel-source | Released |
| openSUSE Leap 15.5 | kernel-source-rt | Released |
| Products at an unknown state of their lifecycle. | ||
| SUSE Manager Proxy 4.3 LTS | kernel-default | Released |
| SUSE Manager Proxy 4.3 LTS | kernel-source | Released |
| SUSE Manager Retail Branch Server 4.3 LTS | kernel-default | Released |
| SUSE Manager Retail Branch Server 4.3 LTS | kernel-source | Released |
| SUSE Manager Server 4.3 LTS | kernel-default | Released |
| SUSE Manager Server 4.3 LTS | kernel-source | Released |
SUSE Timeline for this CVE
CVE page created: Wed Feb 4 20:03:20 2026CVE page last modified: Sun Apr 26 12:57:36 2026