Upstream information
Description
In the Linux kernel, the following vulnerability has been resolved:ipv6: account for fraggap on the paged allocation path
In __ip6_append_data(), when the paged-allocation branch is taken
(MSG_MORE / NETIF_F_SG / large fraglen), alloclen and pagedlen are
computed as
alloclen = fragheaderlen + transhdrlen;
pagedlen = datalen - transhdrlen;
datalen already includes fraggap (datalen = length + fraggap). When
fraggap is non-zero, this is not the first skb and transhdrlen is zero.
The fraggap bytes carried over from the previous skb are copied just past
the fragment headers in the new skb's linear area. The linear area is
therefore undersized by fraggap bytes while pagedlen is overstated by the
same amount, and the copy writes past skb->end into the trailing
skb_shared_info.
An unprivileged user can trigger this via a UDPv6 socket using
MSG_MORE together with MSG_SPLICE_PAGES.
The bad accounting was introduced by commit 773ba4fe9104 ("ipv6:
avoid partial copy for zc"). Before commit ce650a166335 ("udp6: Fix
__ip6_append_data()'s handling of MSG_SPLICE_PAGES"), the negative
copy value caused -EINVAL to be returned. That later commit allowed
MSG_SPLICE_PAGES to proceed in this case, making the corruption
triggerable.
The non-paged branch sets alloclen to fraglen, which already accounts
for fraggap because datalen does. Bring the paged branch in line by
adding fraggap to alloclen and subtracting it from pagedlen.
After this adjustment, copy no longer collapses to -fraggap on the
paged path, so remove the stale comment describing that old arithmetic.
Since a negative copy is no longer expected for a valid MSG_SPLICE_PAGES
case, remove the MSG_SPLICE_PAGES exception from the negative copy check.
Other Security Trackers
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 | SUSE |
|---|---|---|---|
| Base Score | 7.8 | 7.8 | 8.5 |
| 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:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H |
| Attack Vector | Local | Local | Network |
| Attack Complexity | Low | Low | High |
| Privileges Required | Low | Low | Low |
| User Interaction | None | None | None |
| Scope | Unchanged | Unchanged | Changed |
| Confidentiality Impact | High | High | High |
| Integrity Impact | High | High | High |
| Availability Impact | High | High | High |
| CVSSv3 Version | 3.1 | 3.1 | 3.1 |
| CVSS detail | SUSE |
|---|---|
| Base Score | 9 |
| Vector | CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H |
| Attack Vector | Network |
| 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 | High |
| Subsequent System Integrity Impact | High |
| Subsequent System Availability Impact | High |
| 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: 1269493 [RESOLVED / FIXED], 1269495 [RESOLVED / FIXED]SUSE Security Advisories:
- SUSE-SU-2026:22511-1, published 2026-07-06T13:11:36Z
- SUSE-SU-2026:22512-1, published 2026-07-06T13:11:38Z
- SUSE-SU-2026:22521-1, published 2026-07-06T13:11:37Z
- SUSE-SU-2026:22522-1, published 2026-07-06T13:11:38Z
- SUSE-SU-2026:22598-1, published 2026-07-13T11:25:37Z
- SUSE-SU-2026:22665-1, published 2026-07-06T13:11:36Z
- SUSE-SU-2026:22666-1, published 2026-07-06T13:11:38Z
- SUSE-SU-2026:22672-1, published 2026-07-16T08:21:33Z
- SUSE-SU-2026:22673-1, published 2026-07-16T08:24:09Z
- SUSE-SU-2026:22674-1, published 2026-07-16T08:24:09Z
- SUSE-SU-2026:22675-1, published 2026-07-16T08:24:09Z
- SUSE-SU-2026:22676-1, published 2026-07-16T08:24:09Z
- SUSE-SU-2026:22677-1, published 2026-07-16T08:24:09Z
- SUSE-SU-2026:22678-1, published 2026-07-16T08:24:09Z
- SUSE-SU-2026:22679-1, published 2026-07-16T08:57:34Z
- SUSE-SU-2026:22680-1, published 2026-07-16T08:59:22Z
- SUSE-SU-2026:22681-1, published 2026-07-16T08:59:22Z
- SUSE-SU-2026:22682-1, published 2026-07-16T08:59:23Z
- SUSE-SU-2026:22683-1, published 2026-07-16T08:59:23Z
- SUSE-SU-2026:22684-1, published 2026-07-16T08:59:23Z
- SUSE-SU-2026:22685-1, published 2026-07-16T08:59:23Z
- SUSE-SU-2026:22686-1, published 2026-07-16T08:59:23Z
- SUSE-SU-2026:22687-1, published 2026-07-16T08:59:23Z
- SUSE-SU-2026:22689-1, published 2026-07-16T08:21:48Z
- SUSE-SU-2026:22690-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22691-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22692-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22693-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22694-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22695-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22696-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22697-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22698-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22699-1, published 2026-07-06T13:11:36Z
- SUSE-SU-2026:22710-1, published 2026-07-16T08:20:26Z
- SUSE-SU-2026:22711-1, published 2026-07-16T08:21:48Z
- SUSE-SU-2026:22712-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22713-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22714-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22715-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22716-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22717-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22718-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22719-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22720-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22721-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22722-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22723-1, published 2026-07-16T08:24:10Z
- SUSE-SU-2026:22724-1, published 2026-07-16T08:57:28Z
- SUSE-SU-2026:22725-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22726-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22727-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22728-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22729-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22730-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22731-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22732-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22733-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22734-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22735-1, published 2026-07-16T08:59:27Z
- SUSE-SU-2026:22742-1, published 2026-07-21T08:27:33Z
- SUSE-SU-2026:22743-1, published 2026-07-15T10:12:41Z
- SUSE-SU-2026:22744-1, published 2026-07-15T19:15:36Z
- SUSE-SU-2026:22745-1, published 2026-07-15T20:41:46Z
- SUSE-SU-2026:22746-1, published 2026-07-16T02:49:54Z
- SUSE-SU-2026:22747-1, published 2026-07-16T06:12:55Z
- SUSE-SU-2026:22748-1, published 2026-07-16T09:15:22Z
- SUSE-SU-2026:22749-1, published 2026-07-16T11:44:00Z
- SUSE-SU-2026:22751-1, published 2026-07-16T21:48:13Z
- SUSE-SU-2026:22755-1, published 2026-07-18T12:13:35Z
- SUSE-SU-2026:22758-1, published 2026-07-20T07:46:18Z
- SUSE-SU-2026:22759-1, published 2026-07-20T07:46:18Z
- SUSE-SU-2026:22761-1, published 2026-07-20T09:27:03Z
- SUSE-SU-2026:22762-1, published 2026-07-20T09:27:51Z
- SUSE-SU-2026:22763-1, published 2026-07-20T09:52:57Z
- SUSE-SU-2026:22766-1, published 2026-07-20T12:22:28Z
- SUSE-SU-2026:22769-1, published 2026-07-21T08:27:34Z
- SUSE-SU-2026:22773-1, published 2026-07-14T16:17:09Z
- SUSE-SU-2026:22774-1, published 2026-07-14T16:17:09Z
- SUSE-SU-2026:22775-1, published 2026-07-14T16:17:09Z
- SUSE-SU-2026:22776-1, published 2026-07-14T16:17:09Z
- SUSE-SU-2026:22777-1, published 2026-07-14T16:18:36Z
- SUSE-SU-2026:22778-1, published 2026-07-14T16:18:36Z
- SUSE-SU-2026:22779-1, published 2026-07-14T16:20:02Z
- SUSE-SU-2026:22780-1, published 2026-07-14T16:20:02Z
- SUSE-SU-2026:22781-1, published 2026-07-14T16:20:02Z
- SUSE-SU-2026:22782-1, published 2026-07-14T16:20:18Z
- SUSE-SU-2026:22783-1, published 2026-07-14T16:20:18Z
- SUSE-SU-2026:22784-1, published 2026-07-14T16:21:16Z
- SUSE-SU-2026:22785-1, published 2026-07-14T16:21:17Z
- SUSE-SU-2026:22786-1, published 2026-07-14T19:40:44Z
- SUSE-SU-2026:22790-1, published 2026-07-22T13:52:17Z
- SUSE-SU-2026:22791-1, published 2026-07-22T11:18:12Z
- SUSE-SU-2026:22792-1, published 2026-07-17T07:41:16Z
- SUSE-SU-2026:22793-1, published 2026-07-17T07:44:11Z
- SUSE-SU-2026:22794-1, published 2026-07-17T07:44:22Z
- SUSE-SU-2026:22795-1, published 2026-07-17T07:44:22Z
- SUSE-SU-2026:22809-1, published 2026-07-22T11:18:12Z
- SUSE-SU-2026:22810-1, published 2026-07-22T11:19:22Z
- SUSE-SU-2026:22812-1, published 2026-07-21T08:27:33Z
- SUSE-SU-2026:22835-1, published 2026-07-21T08:27:32Z
- SUSE-SU-2026:22864-1, published 2026-07-15T10:35:25Z
- SUSE-SU-2026:22865-1, published 2026-07-15T19:11:41Z
- SUSE-SU-2026:22866-1, published 2026-07-15T20:41:01Z
- SUSE-SU-2026:22867-1, published 2026-07-16T02:55:01Z
- SUSE-SU-2026:22868-1, published 2026-07-16T06:11:51Z
- SUSE-SU-2026:22869-1, published 2026-07-16T09:15:01Z
- SUSE-SU-2026:22870-1, published 2026-07-16T11:54:12Z
- SUSE-SU-2026:22871-1, published 2026-07-16T21:48:12Z
- SUSE-SU-2026:22872-1, published 2026-07-18T12:12:36Z
- SUSE-SU-2026:22873-1, published 2026-07-20T07:44:50Z
- SUSE-SU-2026:22874-1, published 2026-07-20T07:46:30Z
- SUSE-SU-2026:22875-1, published 2026-07-20T09:29:50Z
- SUSE-SU-2026:22876-1, published 2026-07-20T09:29:50Z
- SUSE-SU-2026:22877-1, published 2026-07-20T09:52:10Z
- SUSE-SU-2026:22879-1, published 2026-07-20T12:21:49Z
- SUSE-SU-2026:22883-1, published 2026-07-22T13:52:17Z
- SUSE-SU-2026:22903-1, published 2026-07-22T13:38:14Z
- SUSE-SU-2026:22904-1, published 2026-07-22T13:52:17Z
- SUSE-SU-2026:22912-1, published 2026-07-17T07:41:16Z
- SUSE-SU-2026:22913-1, published 2026-07-17T07:44:11Z
- SUSE-SU-2026:22914-1, published 2026-07-17T07:44:22Z
- SUSE-SU-2026:22915-1, published 2026-07-17T07:44:22Z
- SUSE-SU-2026:23010-1, published 2026-07-28T16:11:15Z
- SUSE-SU-2026:23031-1, published 2026-07-28T16:11:16Z
- SUSE-SU-2026:23079-1, published 2026-07-28T16:11:15Z
- SUSE-SU-2026:23100-1, published 2026-07-28T16:11:16Z
- SUSE-SU-2026:2799-1, published 2026-07-08T14:58:17Z
- SUSE-SU-2026:2800-1, published 2026-07-08T14:59:46Z
- SUSE-SU-2026:2855-1, published 2026-07-11T04:33:51Z
- SUSE-SU-2026:2857-1, published 2026-07-11T04:04:28Z
- SUSE-SU-2026:2858-1, published 2026-07-11T04:04:32Z
- SUSE-SU-2026:2862-1, published 2026-07-11T06:44:04Z
- SUSE-SU-2026:2863-1, published 2026-07-11T06:44:07Z
- SUSE-SU-2026:2866-1, published 2026-07-12T23:25:50Z
- SUSE-SU-2026:2887-1, published 2026-07-13T10:19:34Z
- SUSE-SU-2026:2894-1, published 2026-07-13T12:12:16Z
- SUSE-SU-2026:2895-1, published 2026-07-13T12:11:50Z
- SUSE-SU-2026:2902-1, published 2026-07-13T15:45:10Z
- SUSE-SU-2026:2930-1, published 2026-07-13T18:35:20Z
- SUSE-SU-2026:2943-1, published 2026-07-14T06:15:15Z
- SUSE-SU-2026:2945-1, published 2026-07-14T06:15:48Z
- SUSE-SU-2026:2956-1, published 2026-07-14T10:20:15Z
- SUSE-SU-2026:2957-1, published 2026-07-14T10:19:59Z
- SUSE-SU-2026:2997-1, published 2026-07-15T04:04:34Z
- SUSE-SU-2026:3002-1, published 2026-07-15T06:05:21Z
- SUSE-SU-2026:3008-1, published 2026-07-15T07:34:00Z
- SUSE-SU-2026:3075-1, published 2026-07-16T10:03:56Z
- SUSE-SU-2026:3083-1, published 2026-07-16T16:33:31Z
- SUSE-SU-2026:3130-1, published 2026-07-20T12:25:32Z
- SUSE-SU-2026:3156-1, published 2026-07-21T13:34:56Z
- SUSE-SU-2026:3166-1, published 2026-07-21T17:09:31Z
- SUSE-SU-2026:3369-1, published 2026-07-28T13:06:21Z
List of released packages
| Product(s) | Fixed package version(s) | References |
|---|---|---|
| Container bci/bci-sle15-kernel-module-devel:15.7-60.26 |
| |
| Container suse/sl-micro/6.0/base-os-container:2.1.3-7.177 Container suse/sl-micro/6.1/base-os-container:2.2.1-5.155 Image SL-Micro-Azure Image SL-Micro-BYOS-Azure Image SL-Micro-BYOS-EC2 Image SL-Micro-BYOS-GCE Image SL-Micro-EC2 Image SLE-Micro Image SLE-Micro-Azure Image SLE-Micro-BYOS Image SLE-Micro-BYOS-Azure Image SLE-Micro-BYOS-EC2 Image SLE-Micro-BYOS-GCE Image SLE-Micro-EC2 Image SLE-Micro-GCE Image SUSE-Multi-Linux-Manager-Proxy-BYOS-Azure Image SUSE-Multi-Linux-Manager-Proxy-BYOS-EC2 Image SUSE-Multi-Linux-Manager-Proxy-BYOS-GCE Image SUSE-Multi-Linux-Manager-Server-BYOS-Azure Image SUSE-Multi-Linux-Manager-Server-BYOS-EC2 Image SUSE-Multi-Linux-Manager-Server-BYOS-GCE Image SUSE-Multi-Linux-Manager-Server-EC2-llc Image SUSE-Multi-Linux-Manager-Server-EC2-ltd |
| |
| Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.206 Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.152 |
| |
| Image SLES-BYOS-GCE Image SLES-CHOST-BYOS-Aliyun Image SLES-CHOST-BYOS-Azure Image SLES-CHOST-BYOS-EC2 Image SLES-CHOST-BYOS-GCE Image SLES-CHOST-BYOS-GDC Image SLES-CHOST-BYOS-SAP-CCloud Image SLES-GCE Image SLES-GCE-3P Image SLES-Hardened-BYOS-GCE Image SLES-SAPCAL-GCE |
| |
| Image SLES-SAP-Azure Image SLES-SAP-Azure-3P Image SLES-SAP-BYOS-Azure Image SLES-SAP-BYOS-EC2 Image SLES-SAP-BYOS-GCE Image SLES-SAP-GCE Image SLES-SAP-GCE-3P |
| |
| Image SLES15-SP6-SAP-Azure-3P 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 |
| |
| Image SLES15-SP6 Image SLES15-SP6-BYOS 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-GCE Image SLES15-SP6-Hardened-BYOS 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 |
| |
| Image SLES15-SP7-Azure-3P Image SLES15-SP7-Azure-Basic Image SLES15-SP7-Azure-Standard Image SLES15-SP7-HPC-Azure |
| |
| Image SLES15-SP7-BYOS-Azure Image SLES15-SP7-BYOS-EC2 Image SLES15-SP7-BYOS-GCE Image SLES15-SP7-CHOST-BYOS-Aliyun Image SLES15-SP7-CHOST-BYOS-Azure Image SLES15-SP7-CHOST-BYOS-EC2 Image SLES15-SP7-CHOST-BYOS-GCE Image SLES15-SP7-CHOST-BYOS-GDC Image SLES15-SP7-CHOST-BYOS-SAP-CCloud Image SLES15-SP7-EC2 Image SLES15-SP7-EC2-ECS-HVM Image SLES15-SP7-GCE Image SLES15-SP7-GCE-3P Image SLES15-SP7-HPC-BYOS-Azure Image SLES15-SP7-HPC-BYOS-EC2 Image SLES15-SP7-HPC-BYOS-GCE Image SLES15-SP7-Hardened-BYOS-Azure Image SLES15-SP7-Hardened-BYOS-EC2 Image SLES15-SP7-Hardened-BYOS-GCE Image SLES15-SP7-SAPCAL-Azure Image SLES15-SP7-SAPCAL-EC2 Image SLES15-SP7-SAPCAL-GCE |
| |
| Image SLES15-SP7-SAP-Azure Image SLES15-SP7-SAP-Azure-3P Image SLES15-SP7-SAP-BYOS-Azure Image SLES15-SP7-SAP-BYOS-EC2 Image SLES15-SP7-SAP-BYOS-GCE Image SLES15-SP7-SAP-EC2 Image SLES15-SP7-SAP-GCE Image SLES15-SP7-SAP-GCE-3P Image SLES15-SP7-SAP-Hardened-Azure Image SLES15-SP7-SAP-Hardened-BYOS-Azure Image SLES15-SP7-SAP-Hardened-BYOS-EC2 Image SLES15-SP7-SAP-Hardened-BYOS-GCE Image SLES15-SP7-SAP-Hardened-GCE |
| |
| SUSE Liberty Linux 10 |
| Patchnames: RHSA-2026:34911 (x86_64) |
| SUSE Linux Enterprise Desktop 15 SP7 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP7-2026-2800 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Basesystem-15-SP7-2026-3166 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Development-Tools-15-SP7-2026-2800 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Development-Tools-15-SP7-2026-3166 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Product-WE-15-SP7-2026-2800 (x86_64) SUSE-SLE-Product-WE-15-SP7-2026-3166 (x86_64) |
| SUSE Linux Enterprise High Availability Extension 15 SP7 |
| Patchnames: SUSE-SLE-Product-HA-15-SP7-2026-2800 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Product-HA-15-SP7-2026-3166 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise High Availability Extension 16.0 |
| Patchnames: SUSE-SLES-HA-16.0-1295 (ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Live Patching 15 SP6 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP6-2026-2866 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2894 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2896 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2897 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2908 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2911 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2912 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2913 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2917 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2944 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2945 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2957 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2958 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2959 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-2997 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-3002 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP6-2026-3008 (ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Live Patching 15 SP7 |
| Patchnames: SUSE-SLE-Module-Live-Patching-15-SP7-2026-2855 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2856 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2857 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2858 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2859 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2860 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2861 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2862 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2863 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2887 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2895 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2898 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2901 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2902 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2903 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2904 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2905 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2906 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2907 (x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2915 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2916 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2918 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2919 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2921 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2927 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2928 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2929 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2930 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2943 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2946 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2956 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-2960 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-3075 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-3083 (ppc64le,s390x,x86_64) SUSE-SLE-Module-Live-Patching-15-SP7-2026-3369 (ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Basesystem 15 SP7 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP7-2026-2800 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Basesystem-15-SP7-2026-3166 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Development Tools 15 SP7 |
| Patchnames: SUSE-SLE-Module-Development-Tools-15-SP7-2026-2800 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Development-Tools-15-SP7-2026-3166 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Legacy 15 SP7 |
| Patchnames: SUSE-SLE-Module-Legacy-15-SP7-2026-2800 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Legacy-15-SP7-2026-3166 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Module for Public Cloud 15 SP7 |
| Patchnames: SUSE-SLE-Module-Public-Cloud-15-SP7-2026-2800 (aarch64,x86_64) SUSE-SLE-Module-Public-Cloud-15-SP7-2026-3166 (aarch64,x86_64) |
| SUSE Linux Enterprise Real Time 15 SP7 SUSE Real Time Module 15 SP7 |
| Patchnames: SUSE-SLE-Module-RT-15-SP7-2026-2799 (x86_64) SUSE-SLE-Module-RT-15-SP7-2026-3130 (x86_64) |
| SUSE Linux Enterprise Server 15 SP6-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-3156 (aarch64,ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Server 15 SP7 SUSE Linux Enterprise Server for SAP Applications 15 SP7 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP7-2026-2800 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Basesystem-15-SP7-2026-3166 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Development-Tools-15-SP7-2026-2800 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Development-Tools-15-SP7-2026-3166 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Legacy-15-SP7-2026-2800 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Legacy-15-SP7-2026-3166 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Module-Public-Cloud-15-SP7-2026-2800 (aarch64,x86_64) SUSE-SLE-Module-Public-Cloud-15-SP7-2026-3166 (aarch64,x86_64) SUSE-SLE-Product-WE-15-SP7-2026-2800 (x86_64) SUSE-SLE-Product-WE-15-SP7-2026-3166 (x86_64) |
| SUSE Linux Enterprise Server 16.0 |
| Patchnames: SUSE-SLES-16.0-1266 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1269 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1270 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1271 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1272 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1273 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1274 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1277 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1284 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1289 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1290 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1291 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1292 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1295 (aarch64,ppc64le,s390x,x86_64) SUSE-SLES-16.0-1297 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1302 (ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Server for SAP Applications 15 SP6 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP6-2026-3156 (ppc64le,x86_64) |
| SUSE Linux Enterprise Server for SAP applications 16.0 |
| Patchnames: SUSE-SLES-16.0-1266 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1269 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1270 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1271 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1272 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1273 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1274 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1277 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1284 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1289 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1290 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1291 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1292 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1295 (aarch64,ppc64le,s390x,x86_64) SUSE-SLES-16.0-1297 (ppc64le,s390x,x86_64) SUSE-SLES-16.0-1302 (ppc64le,s390x,x86_64) |
| SUSE Linux Enterprise Workstation Extension 15 SP7 |
| Patchnames: SUSE-SLE-Product-WE-15-SP7-2026-2800 (x86_64) SUSE-SLE-Product-WE-15-SP7-2026-3166 (x86_64) |
| SUSE Linux Micro 6.0 |
| Patchnames: SUSE-SLE-Micro-6.0-kernel-501 (aarch64,s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-502 (x86_64) SUSE-SLE-Micro-6.0-kernel-504 (x86_64) SUSE-SLE-Micro-6.0-kernel-505 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-506 (x86_64) SUSE-SLE-Micro-6.0-kernel-507 (x86_64) SUSE-SLE-Micro-6.0-kernel-508 (x86_64) SUSE-SLE-Micro-6.0-kernel-509 (x86_64) SUSE-SLE-Micro-6.0-kernel-510 (x86_64) SUSE-SLE-Micro-6.0-kernel-511 (x86_64) SUSE-SLE-Micro-6.0-kernel-512 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-513 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-514 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-515 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-516 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-517 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-518 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-519 (x86_64) SUSE-SLE-Micro-6.0-kernel-520 (x86_64) SUSE-SLE-Micro-6.0-kernel-521 (x86_64) SUSE-SLE-Micro-6.0-kernel-522 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-523 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-524 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-525 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-526 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-527 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-528 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-529 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-530 (x86_64) SUSE-SLE-Micro-6.0-kernel-531 (x86_64) SUSE-SLE-Micro-6.0-kernel-532 (x86_64) SUSE-SLE-Micro-6.0-kernel-533 (x86_64) SUSE-SLE-Micro-6.0-kernel-536 (aarch64,s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-538 (x86_64) SUSE-SLE-Micro-6.0-kernel-541 (s390x,x86_64) SUSE-SLE-Micro-6.0-kernel-565 (x86_64) |
| SUSE Linux Micro 6.1 |
| Patchnames: SUSE-SLE-Micro-6.1-kernel-501 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-502 (aarch64,x86_64) SUSE-SLE-Micro-6.1-kernel-504 (x86_64) SUSE-SLE-Micro-6.1-kernel-505 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-506 (x86_64) SUSE-SLE-Micro-6.1-kernel-507 (x86_64) SUSE-SLE-Micro-6.1-kernel-508 (x86_64) SUSE-SLE-Micro-6.1-kernel-509 (x86_64) SUSE-SLE-Micro-6.1-kernel-510 (x86_64) SUSE-SLE-Micro-6.1-kernel-511 (x86_64) SUSE-SLE-Micro-6.1-kernel-512 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-513 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-514 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-515 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-516 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-517 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-518 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-519 (x86_64) SUSE-SLE-Micro-6.1-kernel-520 (x86_64) SUSE-SLE-Micro-6.1-kernel-521 (x86_64) SUSE-SLE-Micro-6.1-kernel-522 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-523 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-524 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-525 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-526 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-527 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-528 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-529 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-530 (x86_64) SUSE-SLE-Micro-6.1-kernel-531 (x86_64) SUSE-SLE-Micro-6.1-kernel-532 (x86_64) SUSE-SLE-Micro-6.1-kernel-533 (x86_64) SUSE-SLE-Micro-6.1-kernel-536 (aarch64,ppc64le,s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-538 (aarch64,x86_64) SUSE-SLE-Micro-6.1-kernel-541 (s390x,x86_64) SUSE-SLE-Micro-6.1-kernel-565 (x86_64) |
| SUSE Linux Micro 6.2 |
| Patchnames: SUSE-SL-Micro-6.2-1222 (x86_64) SUSE-SL-Micro-6.2-1251 (x86_64) SUSE-SL-Micro-6.2-1252 (x86_64) SUSE-SL-Micro-6.2-1253 (x86_64) SUSE-SL-Micro-6.2-1254 (x86_64) SUSE-SL-Micro-6.2-1255 (x86_64) SUSE-SL-Micro-6.2-1256 (x86_64) SUSE-SL-Micro-6.2-1257 (x86_64) SUSE-SL-Micro-6.2-1258 (x86_64) SUSE-SL-Micro-6.2-1259 (x86_64) SUSE-SL-Micro-6.2-1260 (x86_64) SUSE-SL-Micro-6.2-1261 (x86_64) SUSE-SL-Micro-6.2-1262 (x86_64) SUSE-SL-Micro-6.2-1263 (x86_64) SUSE-SL-Micro-6.2-1264 (x86_64) SUSE-SL-Micro-6.2-1266 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1269 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1270 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1271 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1272 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1273 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1274 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1277 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1284 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1289 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1290 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1291 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1292 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1295 (aarch64,ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1297 (ppc64le,s390x,x86_64) SUSE-SL-Micro-6.2-1302 (ppc64le,s390x,x86_64) |
| openSUSE Leap 16.0 |
| Patchnames: openSUSE-Leap-16.0-1295 |
| openSUSE Tumbleweed |
| Patchnames: openSUSE-Tumbleweed-2026-11214 |
List of packages in QA
| Product(s) | Package(s) |
|---|---|
| SUSE Linux Micro Extras 6.2 |
|
First public cloud image revisions this CVE is fixed in:
- alibaba/sles-15-sp6-chost-byos-v20260827
- alibaba/sles-15-sp7-chost-byos-v20260722
- amazon/suse-multi-linux-manager-proxy-5-1-byos-v20260826-arm64
- amazon/suse-multi-linux-manager-proxy-5-1-byos-v20260826-x86_64
- amazon/suse-multi-linux-manager-server-5-1-byos-v20260826-arm64
- amazon/suse-multi-linux-manager-server-5-1-byos-v20260826-x86_64
- amazon/suse-multi-linux-manager-server-5-1-v20260826-arm64-llc
- amazon/suse-multi-linux-manager-server-5-1-v20260826-arm64-ltd
- amazon/suse-multi-linux-manager-server-5-1-v20260826-x86_64-llc
- amazon/suse-multi-linux-manager-server-5-1-v20260826-x86_64-ltd
- amazon/suse-sle-hpc-15-sp7-byos-v20260722-hvm-ssd-x86_64
- amazon/suse-sle-micro-6-0-byos-v20260826-hvm-ssd-arm64
- amazon/suse-sle-micro-6-0-byos-v20260826-hvm-ssd-x86_64
- amazon/suse-sle-micro-6-0-v20260826-hvm-ssd-arm64-llc
- amazon/suse-sle-micro-6-0-v20260826-hvm-ssd-arm64-ltd
- amazon/suse-sle-micro-6-0-v20260826-hvm-ssd-x86_64-llc
- amazon/suse-sle-micro-6-0-v20260826-hvm-ssd-x86_64-ltd
- amazon/suse-sle-micro-6-1-byos-v20260826-hvm-ssd-arm64
- amazon/suse-sle-micro-6-1-byos-v20260826-hvm-ssd-x86_64
- amazon/suse-sle-micro-6-1-v20260826-hvm-ssd-arm64-llc
- amazon/suse-sle-micro-6-1-v20260826-hvm-ssd-arm64-ltd
- amazon/suse-sle-micro-6-1-v20260826-hvm-ssd-x86_64-llc
- amazon/suse-sle-micro-6-1-v20260826-hvm-ssd-x86_64-ltd
- amazon/suse-sles-15-sp6-chost-byos-v20260827-hvm-ssd-arm64
- amazon/suse-sles-15-sp6-chost-byos-v20260827-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-sapcal-v20260806-hvm-ssd-x86_64
- amazon/suse-sles-15-sp7-byos-v20260722-hvm-ssd-arm64
- amazon/suse-sles-15-sp7-byos-v20260728-hvm-ssd-x86_64
- amazon/suse-sles-15-sp7-chost-byos-v20260722-hvm-ssd-arm64
- amazon/suse-sles-15-sp7-chost-byos-v20260722-hvm-ssd-x86_64
- amazon/suse-sles-15-sp7-hardened-byos-v20260722-hvm-ssd-x86_64
- amazon/suse-sles-15-sp7-sapcal-v20260722-hvm-ssd-x86_64
- amazon/suse-sles-15-sp7-v20260722-ecs-hvm-ssd-x86_64
- amazon/suse-sles-15-sp7-v20260722-hvm-ssd-arm64
- amazon/suse-sles-15-sp7-v20260722-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp6-byos-v20260806-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp6-hardened-byos-v20260806-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp6-v20260806-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp7-byos-v20260722-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp7-hardened-byos-v20260722-hvm-ssd-x86_64
- amazon/suse-sles-sap-15-sp7-v20260723-hvm-ssd-x86_64
- google/sle-hpc-15-sp7-byos-v20260722-x86-64
- google/sle-micro-6-0-byos-v20260826-arm64
- google/sle-micro-6-0-byos-v20260826-x86-64
- google/sle-micro-6-1-byos-v20260826-arm64
- google/sle-micro-6-1-byos-v20260826-x86-64
- google/sles-15-sp6-byos-v20260810-arm64
- google/sles-15-sp6-byos-v20260810-x86-64
- google/sles-15-sp6-chost-byos-v20260827-arm64
- google/sles-15-sp6-chost-byos-v20260827-x86-64
- google/sles-15-sp6-hardened-byos-v20260810-x86-64
- google/sles-15-sp6-sapcal-v20260810-x86-64
- google/sles-15-sp6-v20260810-arm64
- google/sles-15-sp6-v20260810-x86-64
- google/sles-15-sp7-byos-v20260722-arm64
- google/sles-15-sp7-byos-v20260722-x86-64
- google/sles-15-sp7-chost-byos-v20260722-arm64
- google/sles-15-sp7-chost-byos-v20260722-x86-64
- google/sles-15-sp7-hardened-byos-v20260722-x86-64
- google/sles-15-sp7-sapcal-v20260722-x86-64
- google/sles-15-sp7-v20260722-arm64
- google/sles-15-sp7-v20260722-x86-64
- google/sles-sap-15-sp6-byos-v20260810-x86-64
- google/sles-sap-15-sp6-hardened-byos-v20260810-x86-64
- google/sles-sap-15-sp6-hardened-v20260810-x86-64
- google/sles-sap-15-sp6-v20260810-x86-64
- google/sles-sap-15-sp7-byos-v20260722-x86-64
- google/sles-sap-15-sp7-hardened-byos-v20260722-x86-64
- google/sles-sap-15-sp7-hardened-v20260722-x86-64
- google/sles-sap-15-sp7-v20260722-x86-64
- google/suse-multi-linux-mgr-proxy-5-1-byos-v20260826-arm64
- google/suse-multi-linux-mgr-proxy-5-1-byos-v20260826-x86-64
- google/suse-multi-linux-mgr-server-5-1-byos-v20260826-arm64
- google/suse-multi-linux-mgr-server-5-1-byos-v20260826-x86-64
- microsoft/suse-multi-linux-manager-proxy-5-1-byos-v20260826-arm64
- microsoft/suse-multi-linux-manager-proxy-5-1-byos-v20260826-x86_64
- microsoft/suse-multi-linux-manager-server-5-1-byos-v20260826-arm64
- microsoft/suse-multi-linux-manager-server-5-1-byos-v20260826-x86_64
- microsoft/suse-sle-hpc-15-sp7-byos-v20260722-x86_64
- microsoft/suse-sle-hpc-15-sp7-v20260722-x86_64
- microsoft/suse-sle-micro-6-0-byos-v20260826-arm64
- microsoft/suse-sle-micro-6-0-byos-v20260826-x86_64
- microsoft/suse-sle-micro-6-0-v20260826-arm64-llc
- microsoft/suse-sle-micro-6-0-v20260826-arm64-ltd
- microsoft/suse-sle-micro-6-0-v20260826-x86_64-llc
- microsoft/suse-sle-micro-6-0-v20260826-x86_64-ltd
- microsoft/suse-sle-micro-6-1-byos-v20260826-arm64
- microsoft/suse-sle-micro-6-1-byos-v20260826-x86_64
- microsoft/suse-sle-micro-6-1-v20260826-arm64-llc
- microsoft/suse-sle-micro-6-1-v20260826-arm64-ltd
- microsoft/suse-sle-micro-6-1-v20260826-x86_64-llc
- microsoft/suse-sle-micro-6-1-v20260826-x86_64-ltd
- microsoft/suse-sles-15-sp6-chost-byos-v20260827-arm64
- microsoft/suse-sles-15-sp6-chost-byos-v20260827-x86_64
- microsoft/suse-sles-15-sp6-sapcal-v20260806-x86_64
- microsoft/suse-sles-15-sp7-basic-v20260722-x86_64
- microsoft/suse-sles-15-sp7-byos-v20260722-arm64
- microsoft/suse-sles-15-sp7-byos-v20260722-x86_64
- microsoft/suse-sles-15-sp7-chost-byos-v20260722-arm64
- microsoft/suse-sles-15-sp7-chost-byos-v20260722-x86_64
- microsoft/suse-sles-15-sp7-hardened-byos-v20260722-x86_64
- microsoft/suse-sles-15-sp7-sapcal-v20260722-x86_64
- microsoft/suse-sles-15-sp7-v20260722-arm64
- microsoft/suse-sles-15-sp7-v20260722-arm64-llc
- microsoft/suse-sles-15-sp7-v20260722-arm64-ltd
- microsoft/suse-sles-15-sp7-v20260722-x86_64
- microsoft/suse-sles-15-sp7-v20260722-x86_64-llc
- microsoft/suse-sles-15-sp7-v20260722-x86_64-ltd
- microsoft/suse-sles-sap-15-sp6-byos-v20260806-x86_64
- microsoft/suse-sles-sap-15-sp6-hardened-byos-v20260806-x86_64
- microsoft/suse-sles-sap-15-sp6-hardened-v20260806-x86_64
- microsoft/suse-sles-sap-15-sp6-v20260806-x86_64
- microsoft/suse-sles-sap-15-sp6-v20260806-x86_64-llc
- microsoft/suse-sles-sap-15-sp6-v20260806-x86_64-ltd
- microsoft/suse-sles-sap-15-sp7-byos-v20260722-x86_64
- microsoft/suse-sles-sap-15-sp7-hardened-byos-v20260722-x86_64
- microsoft/suse-sles-sap-15-sp7-hardened-v20260722-x86_64
- microsoft/suse-sles-sap-15-sp7-v20260722-x86_64
- microsoft/suse-sles-sap-15-sp7-v20260722-x86_64-llc
- microsoft/suse-sles-sap-15-sp7-v20260722-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 Availability Extension 16.0 | kernel-source | Released |
| 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 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_11 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_12 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_13 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_14 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_15 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7-RT_Update_16 | 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_10 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_11 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_12 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_13 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_14 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_15 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_16 | Released |
| SUSE Linux Enterprise Live Patching 15 SP7 | kernel-livepatch-SLE15-SP7_Update_17 | 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.3 | kernel-default | Not affected |
| SUSE Linux Enterprise Micro 5.3 | kernel-rt | Not affected |
| SUSE Linux Enterprise Micro 5.3 | kernel-source | Not affected |
| SUSE Linux Enterprise Micro 5.3 | kernel-source-rt | Not affected |
| SUSE Linux Enterprise Micro 5.4 | kernel-default | Not affected |
| SUSE Linux Enterprise Micro 5.4 | kernel-rt | Not affected |
| SUSE Linux Enterprise Micro 5.4 | kernel-source | Not affected |
| SUSE Linux Enterprise Micro 5.4 | kernel-source-rt | Not affected |
| SUSE Linux Enterprise Micro 5.5 | kernel-default | Not affected |
| SUSE Linux Enterprise Micro 5.5 | kernel-source | Not affected |
| SUSE Linux Enterprise Micro 5.5 | kernel-source-rt | Not affected |
| 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 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-syms | Released |
| SUSE Linux Enterprise Server 15 SP7 | kernel-zfcpdump | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-64kb | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-azure | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-default | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-default-base | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-docs | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-kvmsmall | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_0 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_1 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_10 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_11 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_12 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_13 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_14 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_2 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_3 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_4 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_5 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_6 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_7 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_8 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-livepatch-SLE16_Update_9 | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-obs-qa | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-source | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-syms | Released |
| SUSE Linux Enterprise Server 16.0 | kernel-zfcpdump | Released |
| 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-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-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_10 | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-livepatch-SLE16_Update_11 | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-livepatch-SLE16_Update_12 | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-livepatch-SLE16_Update_13 | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-livepatch-SLE16_Update_14 | 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-livepatch-SLE16_Update_6 | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-livepatch-SLE16_Update_7 | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-livepatch-SLE16_Update_8 | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-livepatch-SLE16_Update_9 | 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-syms | Released |
| SUSE Linux Enterprise Server for SAP applications 16.0 | kernel-zfcpdump | Released |
| 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 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-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_18 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_19 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_20 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_21 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_22 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_23 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_24 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0-RT_Update_25 | 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_17 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_18 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_19 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_20 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_21 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_22 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_23 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_24 | Released |
| SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_25 | 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-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_18 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_19 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_20 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_21 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_22 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_23 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_24 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0-RT_Update_25 | 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_17 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_18 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_19 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_20 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_21 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_22 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_23 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_24 | Released |
| SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_25 | 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_10 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16-RT_Update_11 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16-RT_Update_12 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16-RT_Update_13 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16-RT_Update_14 | 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-RT_Update_6 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16-RT_Update_7 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16-RT_Update_8 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16-RT_Update_9 | 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_10 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16_Update_11 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16_Update_12 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16_Update_13 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16_Update_14 | 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-livepatch-SLE16_Update_6 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16_Update_7 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16_Update_8 | Released |
| SUSE Linux Micro 6.2 | kernel-livepatch-SLE16_Update_9 | Released |
| SUSE Linux Micro 6.2 | kernel-rt | Released |
| SUSE Linux Micro 6.2 | kernel-source | Released |
| SUSE Linux Micro Extras 6.0 | kernel-default | Released |
| SUSE Linux Micro Extras 6.0 | kernel-source | Released |
| SUSE Linux Micro Extras 6.0 | kernel-source-rt | Released |
| SUSE Linux Micro Extras 6.1 | kernel-default | Released |
| SUSE Linux Micro Extras 6.1 | kernel-source | Released |
| SUSE Linux Micro Extras 6.2 | kernel-obs-build | In progress |
| SUSE Linux Micro Extras 6.2 | kernel-syms | In progress |
| 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 16.0 | kernel-source | Released |
| Products under Long Term Service Pack support and receiving important and critical security fixes. | ||
| SUSE Linux Enterprise High Performance Computing 12 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-default | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-default | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-source | Not affected |
| 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 | Not affected |
| SUSE Linux Enterprise Live Patching 15 SP4 | kernel-source | Not affected |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-default | Not affected |
| SUSE Linux Enterprise Live Patching 15 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise Module for Basesystem 15 SP4 | kernel-source | Not affected |
| SUSE Linux Enterprise Module for Basesystem 15 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise Module for Basesystem 15 SP6 | kernel-source | Affected |
| SUSE Linux Enterprise Module for Development Tools 15 SP4 | kernel-source | Not affected |
| SUSE Linux Enterprise Module for Development Tools 15 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise Module for Development Tools 15 SP6 | kernel-source | Affected |
| SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | kernel-default | Not affected |
| SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | kernel-source | Not affected |
| SUSE Linux Enterprise Server 12 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise Server 12 SP5-LTSS | kernel-default | Not affected |
| SUSE Linux Enterprise Server 12 SP5-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP4 | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-default | Not affected |
| SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-default | Not affected |
| SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise Server 15 SP6 | kernel-source | Affected |
| 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 | Not affected |
| SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | kernel-source | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-default | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-source | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-default | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-source | Not affected |
| 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-syms | Released |
| Products past their end of life and not receiving proactive updates anymore. | ||
| SUSE CaaS Platform 4.0 | 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-source | Not affected |
| SUSE Linux Enterprise Desktop 11 SP4 | kernel-source | Not affected |
| SUSE Linux Enterprise Desktop 12 SP4 | 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 | Not affected |
| SUSE Linux Enterprise Desktop 15 SP5 | kernel-source | Not 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 12 SP4 | 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-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-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP4 | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-source | Not affected |
| SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | 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_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_21 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_22 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_23 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_24 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_25 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_26 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_27 | Released |
| SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_28 | 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.1 | kernel-default | Not affected |
| SUSE Linux Enterprise Micro 5.2 | kernel-default | Not affected |
| SUSE Linux Enterprise Micro 5.2 | 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 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 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 SP4 | kernel-source | Not affected |
| SUSE Linux Enterprise Real Time 15 SP4 | kernel-source-rt | Not affected |
| SUSE Linux Enterprise Real Time 15 SP5 | kernel-source-rt | Not affected |
| SUSE Linux Enterprise Server 11 SP4 | kernel-source | Not affected |
| SUSE Linux Enterprise Server 11 SP4-LTSS | kernel-source | Not affected |
| SUSE Linux Enterprise Server 12 SP4 | kernel-source | Not affected |
| 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 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 for SAP Applications 12 SP4 | 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-source | Not affected |
| SUSE Linux Enterprise Server for SAP Applications 15 SP3 | kernel-source | Not affected |
| 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 Proxy 4.3 | kernel-source | Not affected |
| SUSE Manager Proxy LTS 4.3 | 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 Retail Branch Server 4.3 | kernel-source | Not affected |
| SUSE Manager Retail Branch Server LTS 4.3 | 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 Manager Server 4.3 | kernel-source | Not affected |
| SUSE Manager Server LTS 4.3 | kernel-source | Not affected |
| SUSE OpenStack Cloud 9 | kernel-source | Not affected |
| SUSE OpenStack Cloud Crowbar 9 | kernel-source | Not affected |
| SUSE Real Time Module 15 SP4 | kernel-source-rt | Not affected |
| SUSE Real Time Module 15 SP5 | kernel-source-rt | Not affected |
| openSUSE Leap 15.3 | kernel-source | Not affected |
| openSUSE Leap 15.4 | kernel-source | Not affected |
| openSUSE Leap 15.4 | kernel-source-rt | Not affected |
| openSUSE Leap 15.5 | kernel-source | Not affected |
| openSUSE Leap 15.5 | kernel-source-rt | Not affected |
| openSUSE Leap 15.6 | kernel-default | Released |
| openSUSE Leap 15.6 | kernel-source | Released |
SUSE Timeline for this CVE
CVE page created: Sat Jul 4 16:00:03 2026CVE page last modified: Tue Sep 1 11:37:21 2026