Upstream information
Description
In the Linux kernel, the following vulnerability has been resolved:ext4: fix OOB read when checking dotdot dir
Mounting a corrupted filesystem with directory which contains '.' dir
entry with rec_len == block size results in out-of-bounds read (later
on, when the corrupted directory is removed).
ext4_empty_dir() assumes every ext4 directory contains at least '.'
and '..' as directory entries in the first data block. It first loads
the '.' dir entry, performs sanity checks by calling ext4_check_dir_entry()
and then uses its rec_len member to compute the location of '..' dir
entry (in ext4_next_entry). It assumes the '..' dir entry fits into the
same data block.
If the rec_len of '.' is precisely one block (4KB), it slips through the
sanity checks (it is considered the last directory entry in the data
block) and leaves "struct ext4_dir_entry_2 *de" point exactly past the
memory slot allocated to the data block. The following call to
ext4_check_dir_entry() on new value of de then dereferences this pointer
which results in out-of-bounds mem access.
Fix this by extending __ext4_check_dir_entry() to check for '.' dir
entries that reach the end of data block. Make sure to ignore the phony
dir entries for checksum (by checking name_len for non-zero).
Note: This is reported by KASAN as use-after-free in case another
structure was recently freed from the slot past the bound, but it is
really an OOB read.
This issue was found by syzkaller tool.
Call Trace:
[ 38.594108] BUG: KASAN: slab-use-after-free in __ext4_check_dir_entry+0x67e/0x710
[ 38.594649] Read of size 2 at addr ffff88802b41a004 by task syz-executor/5375
[ 38.595158]
[ 38.595288] CPU: 0 UID: 0 PID: 5375 Comm: syz-executor Not tainted 6.14.0-rc7 #1
[ 38.595298] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
[ 38.595304] Call Trace:
[ 38.595308] <TASK>
[ 38.595311] dump_stack_lvl+0xa7/0xd0
[ 38.595325] print_address_description.constprop.0+0x2c/0x3f0
[ 38.595339] ? __ext4_check_dir_entry+0x67e/0x710
[ 38.595349] print_report+0xaa/0x250
[ 38.595359] ? __ext4_check_dir_entry+0x67e/0x710
[ 38.595368] ? kasan_addr_to_slab+0x9/0x90
[ 38.595378] kasan_report+0xab/0xe0
[ 38.595389] ? __ext4_check_dir_entry+0x67e/0x710
[ 38.595400] __ext4_check_dir_entry+0x67e/0x710
[ 38.595410] ext4_empty_dir+0x465/0x990
[ 38.595421] ? __pfx_ext4_empty_dir+0x10/0x10
[ 38.595432] ext4_rmdir.part.0+0x29a/0xd10
[ 38.595441] ? __dquot_initialize+0x2a7/0xbf0
[ 38.595455] ? __pfx_ext4_rmdir.part.0+0x10/0x10
[ 38.595464] ? __pfx___dquot_initialize+0x10/0x10
[ 38.595478] ? down_write+0xdb/0x140
[ 38.595487] ? __pfx_down_write+0x10/0x10
[ 38.595497] ext4_rmdir+0xee/0x140
[ 38.595506] vfs_rmdir+0x209/0x670
[ 38.595517] ? lookup_one_qstr_excl+0x3b/0x190
[ 38.595529] do_rmdir+0x363/0x3c0
[ 38.595537] ? __pfx_do_rmdir+0x10/0x10
[ 38.595544] ? strncpy_from_user+0x1ff/0x2e0
[ 38.595561] __x64_sys_unlinkat+0xf0/0x130
[ 38.595570] do_syscall_64+0x5b/0x180
[ 38.595583] entry_SYSCALL_64_after_hwframe+0x76/0x7e
SUSE information
Overall state of this security issue: Resolved
This issue is currently rated as having moderate severity.
National Vulnerability Database | SUSE | |
---|---|---|
Base Score | 7.1 | 6 |
Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H | CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:H |
Attack Vector | Local | Local |
Attack Complexity | Low | Low |
Privileges Required | Low | High |
User Interaction | None | None |
Scope | Unchanged | Unchanged |
Confidentiality Impact | High | High |
Integrity Impact | None | None |
Availability Impact | High | High |
CVSSv3 Version | 3.1 | 3.1 |
SUSE | |
---|---|
Base Score | 6.7 |
Vector | CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N |
Attack Vector | Local |
Attack Complexity | Low |
Attack Requirements | None |
Privileges Required | High |
User Interaction | None |
Vulnerable System Confidentiality Impact | None |
Vulnerable System Integrity Impact | None |
Vulnerable System Availability Impact | High |
Subsequent System Confidentiality Impact | None |
Subsequent System Integrity Impact | None |
Subsequent System Availability Impact | None |
CVSSv4 Version | 4.0 |
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: 1241640 [IN_PROGRESS], 1241698 [NEW]SUSE Security Advisories:
- RHSA-2025:8643, published Wed Jun 11 15:06:39 UTC 2025
- SUSE-SU-2025:01600-1, published 2025-05-20T11:49:39Z
- SUSE-SU-2025:01614-1, published 2025-05-21T09:52:56Z
- SUSE-SU-2025:01707-1, published 2025-05-26T11:35:19Z
- SUSE-SU-2025:01918-1, published 2025-06-12T06:29:01Z
- SUSE-SU-2025:01919-1, published 2025-06-12T06:29:09Z
- SUSE-SU-2025:01951-1, published 2025-06-13T13:54:50Z
- SUSE-SU-2025:01964-1, published 2025-06-16T14:54:14Z
- SUSE-SU-2025:01967-1, published 2025-06-16T14:56:02Z
- SUSE-SU-2025:20343-1, published May 23, 2025, 7:19 a.m.
- SUSE-SU-2025:20344-1, published May 23, 2025, 7:28 a.m.
- SUSE-SU-2025:20354-1, published 2025-05-23T07:19:59Z
- SUSE-SU-2025:20355-1, published 2025-05-23T07:28:27Z
List of released packages
Product(s) | Fixed package version(s) | References |
---|---|---|
Container bci/bci-sle15-kernel-module-devel:15.6.41.4 |
| |
Container bci/bci-sle15-kernel-module-devel:15.6 |
| |
Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.6.17.8.50 Image SLES15-SP6 Image SLES15-SP6-BYOS Image SLES15-SP6-BYOS-EC2 Image SLES15-SP6-BYOS-GCE Image SLES15-SP6-CHOST-BYOS Image SLES15-SP6-CHOST-BYOS-Aliyun Image SLES15-SP6-CHOST-BYOS-Azure Image SLES15-SP6-CHOST-BYOS-EC2 Image SLES15-SP6-CHOST-BYOS-GCE Image SLES15-SP6-CHOST-BYOS-GDC Image SLES15-SP6-CHOST-BYOS-SAP-CCloud Image SLES15-SP6-GCE Image SLES15-SP6-HPC-BYOS Image SLES15-SP6-HPC-BYOS-GCE Image SLES15-SP6-HPC-GCE Image SLES15-SP6-Hardened-BYOS Image SLES15-SP6-Hardened-BYOS-EC2 Image SLES15-SP6-Hardened-BYOS-GCE Image SLES15-SP6-SAP Image SLES15-SP6-SAP-GCE Image SLES15-SP6-SAPCAL Image SLES15-SP6-SAPCAL-GCE |
| |
Container suse/sl-micro/6.0/base-os-container:2.1.3-7.4 Container suse/sl-micro/6.1/base-os-container:2.2.0-4.37 |
| |
Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.27 Container suse/sl-micro/6.1/kvm-os-container:2.2.0-4.37 |
| |
Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.33 Container suse/sl-micro/6.1/rt-os-container:2.2.0-4.42 |
| |
Image SLES12-SP5-EC2-BYOS |
| |
Image SLES12-SP5-EC2-SAP-BYOS Image SLES12-SP5-EC2-SAP-On-Demand Image SLES12-SP5-SAP-Azure-LI-BYOS-Production Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production |
| |
Image SLES15-SP6-Azure-3P Image SLES15-SP6-Azure-Standard |
| |
Image SLES15-SP6-SAP-BYOS Image SLES15-SP6-SAP-BYOS-GCE Image SLES15-SP6-SAP-Hardened Image SLES15-SP6-SAP-Hardened-BYOS Image SLES15-SP6-SAP-Hardened-BYOS-GCE Image SLES15-SP6-SAP-Hardened-GCE |
| |
SUSE Liberty Linux 9 |
| Patchnames: RHSA-2025:8643 |
SUSE Linux Enterprise Desktop 15 SP6 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP6-2025-1614 SUSE-SLE-Module-Development-Tools-15-SP6-2025-1614 SUSE-SLE-Product-WE-15-SP6-2025-1614 |
SUSE Linux Enterprise Desktop 15 SP7 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP7-2025-1951 SUSE-SLE-Module-Development-Tools-15-SP7-2025-1951 SUSE-SLE-Product-WE-15-SP7-2025-1951 |
SUSE Linux Enterprise High Availability Extension 15 SP6 |
| Patchnames: SUSE-SLE-Product-HA-15-SP6-2025-1614 |
SUSE Linux Enterprise High Availability Extension 15 SP7 |
| Patchnames: SUSE-SLE-Product-HA-15-SP7-2025-1951 |
SUSE Linux Enterprise High Performance Computing 15 SP6 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP6-2025-1614 SUSE-SLE-Module-Development-Tools-15-SP6-2025-1614 SUSE-SLE-Module-Legacy-15-SP6-2025-1614 SUSE-SLE-Module-Public-Cloud-15-SP6-2025-1707 |
SUSE Linux Enterprise High Performance Computing 15 SP7 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP7-2025-1951 SUSE-SLE-Module-Development-Tools-15-SP7-2025-1951 SUSE-SLE-Module-Legacy-15-SP7-2025-1951 SUSE-SLE-Module-Public-Cloud-15-SP7-2025-1967 |
SUSE Linux Enterprise Live Patching 12 SP5 |
| Patchnames: SUSE-SLE-Live-Patching-12-SP5-2025-1600 |
SUSE Linux Enterprise Live Patching 15 SP6 | Patchnames: SUSE-SLE-Module-Live-Patching-15-SP6-2025-1614 SUSE-SLE-Module-Live-Patching-15-SP6-2025-1964 | |
SUSE Linux Enterprise Micro 5.3 |
| Patchnames: SUSE-SLE-Micro-5.3-2025-1918 |
SUSE Linux Enterprise Micro 5.4 |
| Patchnames: SUSE-SLE-Micro-5.4-2025-1918 |
SUSE Linux Enterprise Module for Basesystem 15 SP6 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP6-2025-1614 |
SUSE Linux Enterprise Module for Basesystem 15 SP7 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP7-2025-1951 |
SUSE Linux Enterprise Module for Confidential Computing Technical Preview 15 SP6 |
| Patchnames: SUSE-SLE-Module-Confidential-Computing-15-SP6-2025-1919 |
SUSE Linux Enterprise Module for Development Tools 15 SP6 |
| Patchnames: SUSE-SLE-Module-Development-Tools-15-SP6-2025-1614 |
SUSE Linux Enterprise Module for Development Tools 15 SP7 |
| Patchnames: SUSE-SLE-Module-Development-Tools-15-SP7-2025-1951 |
SUSE Linux Enterprise Module for Legacy 15 SP6 |
| Patchnames: SUSE-SLE-Module-Legacy-15-SP6-2025-1614 |
SUSE Linux Enterprise Module for Legacy 15 SP7 |
| Patchnames: SUSE-SLE-Module-Legacy-15-SP7-2025-1951 |
SUSE Linux Enterprise Module for Public Cloud 15 SP6 |
| Patchnames: SUSE-SLE-Module-Public-Cloud-15-SP6-2025-1707 |
SUSE Linux Enterprise Module for Public Cloud 15 SP7 |
| Patchnames: SUSE-SLE-Module-Public-Cloud-15-SP7-2025-1967 |
SUSE Linux Enterprise Real Time 15 SP6 SUSE Real Time Module 15 SP6 |
| Patchnames: SUSE-SLE-Module-RT-15-SP6-2025-1964 |
SUSE Linux Enterprise Server 12 SP5-LTSS |
| Patchnames: SUSE-SLE-SERVER-12-SP5-LTSS-2025-1600 |
SUSE Linux Enterprise Server 15 SP6 SUSE Linux Enterprise Server for SAP Applications 15 SP6 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP6-2025-1614 SUSE-SLE-Module-Development-Tools-15-SP6-2025-1614 SUSE-SLE-Module-Legacy-15-SP6-2025-1614 SUSE-SLE-Module-Public-Cloud-15-SP6-2025-1707 SUSE-SLE-Product-WE-15-SP6-2025-1614 |
SUSE Linux Enterprise Server 15 SP7 SUSE Linux Enterprise Server for SAP Applications 15 SP7 |
| Patchnames: SUSE-SLE-Module-Basesystem-15-SP7-2025-1951 SUSE-SLE-Module-Development-Tools-15-SP7-2025-1951 SUSE-SLE-Module-Legacy-15-SP7-2025-1951 SUSE-SLE-Module-Public-Cloud-15-SP7-2025-1967 SUSE-SLE-Product-WE-15-SP7-2025-1951 |
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 |
| Patchnames: SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-1600 |
SUSE Linux Enterprise Workstation Extension 15 SP6 |
| Patchnames: SUSE-SLE-Product-WE-15-SP6-2025-1614 |
SUSE Linux Enterprise Workstation Extension 15 SP7 |
| Patchnames: SUSE-SLE-Product-WE-15-SP7-2025-1951 |
SUSE Linux Micro 6.0 |
| Patchnames: SUSE-SLE-Micro-6.0-kernel-22 SUSE-SLE-Micro-6.0-kernel-23 |
SUSE Linux Micro 6.1 |
| Patchnames: SUSE-SLE-Micro-6.1-kernel-22 SUSE-SLE-Micro-6.1-kernel-23 |
openSUSE Leap 15.6 |
| Patchnames: openSUSE-SLE-15.6-2025-1614 openSUSE-SLE-15.6-2025-1707 openSUSE-SLE-15.6-2025-1964 |
List of packages in QA
Product(s) | Package(s) |
---|---|
SUSE Linux Enterprise High Availability Extension 15 SP4 |
|
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS |
|
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS |
|
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS |
|
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS |
|
SUSE Linux Enterprise Micro 5.3 |
|
SUSE Linux Enterprise Micro 5.4 |
|
SUSE Linux Enterprise Micro 5.5 |
|
SUSE Linux Enterprise Server 15 SP4-LTSS |
|
SUSE Linux Enterprise Server 15 SP5-LTSS |
|
SUSE Linux Enterprise Server for SAP Applications 15 SP4 |
|
SUSE Linux Enterprise Server for SAP Applications 15 SP5 |
|
SUSE Manager Proxy 4.3 |
|
SUSE Manager Retail Branch Server 4.3 |
|
SUSE Manager Server 4.3 |
|
First public cloud image revisions this CVE is fixed in:
- alibaba/sles-15-sp6-chost-byos-v20250611
- amazon/suse-sles-12-sp5-byos-v20250614-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-byos-v20250528-hvm-ssd-arm64
- amazon/suse-sles-15-sp6-byos-v20250528-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-chost-byos-v20250611-hvm-ssd-arm64
- amazon/suse-sles-15-sp6-chost-byos-v20250611-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-hardened-byos-v20250528-hvm-ssd-x86_64
- amazon/suse-sles-15-sp6-v20250528-hvm-ssd-arm64
- amazon/suse-sles-sap-12-sp5-byos-v20250614-hvm-ssd-x86_64
- google/sle-hpc-15-sp6-byos-v20250609-x86-64
- google/sles-15-sp6-byos-v20250528-arm64
- google/sles-15-sp6-byos-v20250528-x86-64
- google/sles-15-sp6-chost-byos-v20250611-arm64
- google/sles-15-sp6-chost-byos-v20250611-x86-64
- google/sles-15-sp6-hardened-byos-v20250528-x86-64
- google/sles-15-sp6-sap-byos-v20250609-x86-64
- google/sles-15-sp6-sap-v20250528-x86-64
- google/sles-15-sp6-sapcal-v20250528-x86-64
- google/sles-15-sp6-v20250528-arm64
- google/sles-15-sp6-v20250528-x86-64
- google/sles-sap-15-sp6-hardened-byos-v20250609-x86-64
- google/sles-sap-15-sp6-hardened-v20250609-x86-64
- microsoft/suse-sle-micro-6-1-byos-v20250530-x86_64
- microsoft/suse-sles-15-sp6-chost-byos-v20250611-arm64
- microsoft/suse-sles-15-sp6-chost-byos-v20250611-x86_64
- microsoft/suse-sles-15-sp6-v20250528-arm64
- microsoft/suse-sles-15-sp6-v20250528-arm64-llc
- microsoft/suse-sles-15-sp6-v20250528-arm64-ltd
- microsoft/suse-sles-15-sp6-v20250528-x86_64
- microsoft/suse-sles-15-sp6-v20250528-x86_64-llc
- microsoft/suse-sles-15-sp6-v20250528-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 SP6 | kernel-64kb | Released |
SUSE Linux Enterprise Desktop 15 SP6 | kernel-default | Released |
SUSE Linux Enterprise Desktop 15 SP6 | kernel-default-base | Released |
SUSE Linux Enterprise Desktop 15 SP6 | kernel-docs | Released |
SUSE Linux Enterprise Desktop 15 SP6 | kernel-obs-build | Released |
SUSE Linux Enterprise Desktop 15 SP6 | kernel-source | Released |
SUSE Linux Enterprise Desktop 15 SP6 | kernel-syms | Released |
SUSE Linux Enterprise Desktop 15 SP6 | kernel-zfcpdump | Released |
SUSE Linux Enterprise 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 SP6 | kernel-default | Released |
SUSE Linux Enterprise High Availability Extension 15 SP7 | kernel-default | Released |
SUSE Linux Enterprise High Availability Extension 15 SP7 | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-64kb | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-azure | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-default | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-default-base | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-docs | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-obs-build | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-source | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-source-azure | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-syms | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-syms-azure | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | kernel-zfcpdump | 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 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP7 | kernel-syms | Released |
SUSE Linux Enterprise High Performance Computing 15 SP7 | kernel-syms-azure | Released |
SUSE Linux Enterprise High Performance Computing 15 SP7 | kernel-zfcpdump | Released |
SUSE Linux Enterprise Live Patching 15 SP6 | kernel-default | Released |
SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6-RT_Update_11 | Released |
SUSE Linux Enterprise Live Patching 15 SP6 | kernel-livepatch-SLE15-SP6_Update_11 | Released |
SUSE Linux Enterprise Live Patching 15 SP6 | kernel-source | Affected |
SUSE Linux Enterprise Live Patching 15 SP7 | kernel-default | Affected |
SUSE Linux Enterprise Live Patching 15 SP7 | kernel-source | Affected |
SUSE Linux Enterprise Micro 5.1 | kernel-default | Affected |
SUSE Linux Enterprise Micro 5.1 | kernel-rt | Affected |
SUSE Linux Enterprise Micro 5.1 | kernel-source | Affected |
SUSE Linux Enterprise Micro 5.1 | kernel-source-rt | Affected |
SUSE Linux Enterprise Micro 5.2 | kernel-default | Affected |
SUSE Linux Enterprise Micro 5.2 | kernel-rt | Affected |
SUSE Linux Enterprise Micro 5.2 | kernel-source | Affected |
SUSE Linux Enterprise Micro 5.2 | kernel-source-rt | Affected |
SUSE Linux Enterprise Micro 5.3 | kernel-default | In progress |
SUSE Linux Enterprise Micro 5.3 | kernel-default-base | In progress |
SUSE Linux Enterprise Micro 5.3 | kernel-rt | Released |
SUSE Linux Enterprise Micro 5.3 | kernel-source | Affected |
SUSE Linux Enterprise Micro 5.3 | kernel-source-rt | Released |
SUSE Linux Enterprise Micro 5.4 | kernel-default | In progress |
SUSE Linux Enterprise Micro 5.4 | kernel-default-base | In progress |
SUSE Linux Enterprise Micro 5.4 | kernel-rt | Released |
SUSE Linux Enterprise Micro 5.4 | kernel-source | Affected |
SUSE Linux Enterprise Micro 5.4 | kernel-source-rt | Released |
SUSE Linux Enterprise Micro 5.5 | kernel-default | In progress |
SUSE Linux Enterprise Micro 5.5 | kernel-default-base | In progress |
SUSE Linux Enterprise Micro 5.5 | kernel-source | In progress |
SUSE Linux Enterprise Micro 5.5 | kernel-source-rt | In progress |
SUSE Linux Enterprise Micro for Rancher 5.3 | kernel-source-rt | Released |
SUSE Linux Enterprise Micro for Rancher 5.4 | kernel-source-rt | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP6 | kernel-64kb | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP6 | kernel-default | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP6 | kernel-default-base | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP6 | kernel-source | Released |
SUSE Linux Enterprise Module for Basesystem 15 SP6 | kernel-zfcpdump | Released |
SUSE Linux Enterprise Module for 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 Confidential Computing Technical Preview 15 SP6 | kernel-coco | Released |
SUSE Linux Enterprise Module for Confidential Computing Technical Preview 15 SP6 | kernel-coco_debug | Released |
SUSE Linux Enterprise Module for Confidential Computing Technical Preview 15 SP6 | kernel-source-coco | Released |
SUSE Linux Enterprise Module for Confidential Computing Technical Preview 15 SP6 | kernel-syms-coco | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP6 | kernel-default | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP6 | kernel-docs | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP6 | kernel-obs-build | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP6 | kernel-source | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP6 | kernel-syms | Released |
SUSE Linux Enterprise Module for 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 SP6 | kernel-default | Released |
SUSE Linux Enterprise Module for Legacy 15 SP7 | kernel-default | Released |
SUSE Linux Enterprise Module for Legacy 15 SP7 | kernel-source | Affected |
SUSE Linux Enterprise Module for Public Cloud 15 SP6 | kernel-azure | Released |
SUSE Linux Enterprise Module for Public Cloud 15 SP6 | kernel-source-azure | Released |
SUSE Linux Enterprise Module for Public Cloud 15 SP6 | kernel-syms-azure | Released |
SUSE Linux Enterprise Module for Public Cloud 15 SP7 | kernel-azure | Released |
SUSE Linux Enterprise Module for Public Cloud 15 SP7 | kernel-source-azure | Released |
SUSE Linux Enterprise Module for Public Cloud 15 SP7 | kernel-syms-azure | Released |
SUSE Linux Enterprise Real Time 15 SP6 | kernel-rt | Released |
SUSE Linux Enterprise Real Time 15 SP6 | kernel-rt_debug | Released |
SUSE Linux Enterprise Real Time 15 SP6 | kernel-source-rt | Released |
SUSE Linux Enterprise Real Time 15 SP6 | kernel-syms-rt | Released |
SUSE Linux Enterprise Server 15 SP6 | kernel-64kb | Released |
SUSE Linux Enterprise Server 15 SP6 | kernel-azure | Released |
SUSE Linux Enterprise Server 15 SP6 | kernel-default | Released |
SUSE Linux Enterprise Server 15 SP6 | kernel-default-base | Released |
SUSE Linux Enterprise Server 15 SP6 | kernel-docs | Released |
SUSE Linux Enterprise Server 15 SP6 | kernel-obs-build | Released |
SUSE Linux Enterprise Server 15 SP6 | kernel-source | Released |
SUSE Linux Enterprise Server 15 SP6 | kernel-source-azure | Released |
SUSE Linux Enterprise Server 15 SP6 | kernel-syms | Released |
SUSE Linux Enterprise Server 15 SP6 | kernel-syms-azure | Released |
SUSE Linux Enterprise Server 15 SP6 | kernel-zfcpdump | Released |
SUSE Linux Enterprise Server 15 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 | Released |
SUSE Linux Enterprise Server 15 SP7 | kernel-syms | Released |
SUSE Linux Enterprise Server 15 SP7 | kernel-syms-azure | Released |
SUSE Linux Enterprise Server 15 SP7 | kernel-zfcpdump | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-64kb | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-azure | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-default | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-default-base | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-docs | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-obs-build | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-source | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-source-azure | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-syms | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-syms-azure | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | kernel-zfcpdump | Released |
SUSE 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 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-syms | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-syms-azure | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP7 | kernel-zfcpdump | Released |
SUSE Linux Enterprise Workstation Extension 15 SP6 | kernel-default | Released |
SUSE Linux Enterprise Workstation Extension 15 SP6 | kernel-source | Affected |
SUSE Linux Enterprise Workstation Extension 15 SP7 | kernel-default | Released |
SUSE Linux Enterprise Workstation Extension 15 SP7 | kernel-source | Affected |
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_8 | Released |
SUSE Linux Micro 6.0 | kernel-livepatch-MICRO-6-0_Update_7 | 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_8 | Released |
SUSE Linux Micro 6.1 | kernel-livepatch-MICRO-6-0_Update_7 | 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 Manager Proxy 4.3 | kernel-default | In progress |
SUSE Manager Proxy 4.3 | kernel-default-base | In progress |
SUSE Manager Proxy 4.3 | kernel-source | In progress |
SUSE Manager Proxy 4.3 | kernel-syms | In progress |
SUSE Manager Retail Branch Server 4.3 | kernel-default | In progress |
SUSE Manager Retail Branch Server 4.3 | kernel-default-base | In progress |
SUSE Manager Retail Branch Server 4.3 | kernel-source | In progress |
SUSE Manager Server 4.3 | kernel-default | In progress |
SUSE Manager Server 4.3 | kernel-default-base | In progress |
SUSE Manager Server 4.3 | kernel-source | In progress |
SUSE Manager Server 4.3 | kernel-syms | In progress |
SUSE Manager Server 4.3 | kernel-zfcpdump | In progress |
SUSE Real Time Module 15 SP6 | kernel-rt | Released |
SUSE Real Time Module 15 SP6 | kernel-rt_debug | Released |
SUSE Real Time Module 15 SP6 | kernel-source-rt | Released |
SUSE Real Time Module 15 SP6 | kernel-syms-rt | Released |
openSUSE Leap 15.6 | kernel-default | Released |
openSUSE Leap 15.6 | kernel-rt | Released |
openSUSE Leap 15.6 | kernel-rt_debug | Released |
openSUSE Leap 15.6 | kernel-source | Released |
openSUSE Leap 15.6 | kernel-source-azure | Released |
openSUSE Leap 15.6 | kernel-source-rt | Released |
openSUSE Leap 15.6 | kernel-syms-rt | Released |
Products under Long Term Service Pack support and receiving important and critical security fixes. | ||
SUSE Linux Enterprise High Availability Extension 15 SP4 | kernel-default | In progress |
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-default | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4 | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-64kb | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-default | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-default-base | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-docs | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-obs-build | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-source | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | kernel-syms | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP5 | kernel-source-azure | Unsupported |
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | kernel-64kb | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | kernel-default | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | kernel-default-base | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | kernel-docs | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | kernel-obs-build | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | kernel-source | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS | kernel-syms | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-64kb | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-default | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-default-base | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-docs | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-obs-build | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-source | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS | kernel-syms | In progress |
SUSE Linux Enterprise Live Patching 12 SP5 | kernel-default | Released |
SUSE Linux Enterprise Live Patching 12 SP5 | kernel-source | Affected |
SUSE Linux Enterprise Live Patching 12 SP5 | kgraft-patch-SLE12-SP5_Update_68 | Released |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-default | Affected |
SUSE Linux Enterprise Live Patching 15 SP3 | kernel-source | Affected |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-default | Affected |
SUSE Linux Enterprise Live Patching 15 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-default | Affected |
SUSE Linux Enterprise Live Patching 15 SP5 | kernel-source | Affected |
SUSE Linux Enterprise Module for Basesystem 15 SP3 | kernel-source | Affected |
SUSE Linux Enterprise Module for Basesystem 15 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Module for Basesystem 15 SP5 | kernel-source | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP3 | kernel-source | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | kernel-source | Affected |
SUSE Linux Enterprise Module for Public Cloud 15 SP5 | kernel-source-azure | Unsupported |
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | kernel-default | Affected |
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | kernel-source | Affected |
SUSE Linux Enterprise Server 12 SP5 | kernel-source | Affected |
SUSE Linux Enterprise Server 12 SP5 | kernel-source-azure | Unsupported |
SUSE Linux Enterprise Server 12 SP5-LTSS | kernel-default | Released |
SUSE Linux Enterprise Server 12 SP5-LTSS | kernel-source | Released |
SUSE Linux Enterprise Server 12 SP5-LTSS | kernel-source-azure | Unsupported |
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 SP3 | 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 15 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-64kb | In progress |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-default | In progress |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-default-base | In progress |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-docs | In progress |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-obs-build | In progress |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-source | In progress |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-syms | In progress |
SUSE Linux Enterprise Server 15 SP4-LTSS | kernel-zfcpdump | In progress |
SUSE Linux Enterprise Server 15 SP5 | kernel-source | Affected |
SUSE Linux Enterprise Server 15 SP5 | kernel-source-azure | Unsupported |
SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-64kb | In progress |
SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-default | In progress |
SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-default-base | In progress |
SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-docs | In progress |
SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-obs-build | In progress |
SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-source | In progress |
SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-syms | In progress |
SUSE Linux Enterprise Server 15 SP5-LTSS | kernel-zfcpdump | In progress |
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-source-azure | Unsupported |
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 | kernel-syms | 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 | 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 High Performance Computing 15 | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP1 | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15 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 SP4-ESPOS | kernel-64kb | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-default | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-default-base | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-docs | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-obs-build | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-source | In progress |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | kernel-syms | In progress |
SUSE Linux Enterprise High Performance Computing 15-ESPOS | kernel-source | Affected |
SUSE Linux Enterprise High Performance Computing 15-LTSS | kernel-source | Affected |
SUSE Linux Enterprise Micro 5.0 | kernel-default | Affected |
SUSE Linux Enterprise Module for Basesystem 15 | kernel-source | Affected |
SUSE Linux Enterprise Module for Basesystem 15 SP1 | kernel-source | Affected |
SUSE Linux Enterprise Module for Basesystem 15 SP2 | kernel-source | Affected |
SUSE Linux Enterprise Module for Development Tools 15 | kernel-source | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP1 | kernel-source | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP2 | kernel-source | Affected |
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 Server 11 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Server 11 SP4 LTSS | kernel-default | Affected |
SUSE Linux Enterprise Server 11 SP4 LTSS | 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 | 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-BCL | kernel-source | Affected |
SUSE Linux Enterprise Server 15-LTSS | kernel-default | Affected |
SUSE Linux Enterprise Server 15-LTSS | kernel-source | Affected |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 | kernel-source | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 | kernel-source | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 | kernel-source | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 | kernel-source | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP1 | kernel-source | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 | kernel-source | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | kernel-default | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | kernel-source | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-default | In progress |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-default-base | In progress |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-docs | In progress |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-obs-build | In progress |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-source | In progress |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | kernel-syms | In progress |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-default | In progress |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-default-base | In progress |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-docs | In progress |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-obs-build | In progress |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-source | In progress |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-source-azure | Unsupported |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | kernel-syms | In progress |
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 |
openSUSE Leap 15.3 | kernel-source | Affected |
openSUSE Leap 15.3 | kernel-source-rt | Affected |
openSUSE Leap 15.4 | kernel-source | Affected |
openSUSE Leap 15.4 | kernel-source-azure | Unsupported |
openSUSE Leap 15.4 | kernel-source-rt | Affected |
openSUSE Leap 15.5 | kernel-source | Affected |
openSUSE Leap 15.5 | kernel-source-azure | Unsupported |
openSUSE Leap 15.5 | kernel-source-rt | Affected |
Products at an unknown state of their lifecycle. | ||
SUSE Linux Enterprise Module for Confidential Computing 15 SP6 | kernel-coco | Released |
SUSE Linux Enterprise Module for Confidential Computing 15 SP6 | kernel-coco_debug | Released |
SUSE Linux Enterprise Module for Confidential Computing 15 SP6 | kernel-source-coco | Released |
SUSE Manager Proxy 4.3-LTS | kernel-source | Affected |
SUSE Manager Retail Branch Server 4.3-LTS | kernel-source | Affected |
SUSE Manager Server 4.3-LTS | kernel-source | Affected |
SUSE Timeline for this CVE
CVE page created: Fri Apr 18 12:00:51 2025CVE page last modified: Wed Jun 18 20:25:41 2025