CVE & CISA-KEV Catalog

CVE-2024-26935

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix unremoved procfs host directory regression Commit fc663711b944 ("scsi: core: Remove the /proc/scsi/${proc_name} directory earlier") fixed a bug related to modules loading/unloading, by adding a call to scsi_proc_hostdir_rm() on scsi_remove_host(). But that led to a potential duplicate call to the hostdir_rm() routine, since it's also called from scsi_host_dev_release(). That triggered a regression report, which was then fixed by commit be03df3d4bfe ("scsi: core: Fix a procfs host directory removal regression"). The fix just dropped the hostdir_rm() call from dev_release(). But it happens that this proc directory is created on scsi_host_alloc(), and that function "pairs" with scsi_host_dev_release(), while scsi_remove_host() pairs with scsi_add_host(). In other words, it seems the reason for removing the proc directory on dev_release() was meant to cover cases in which a SCSI host structure was allocated, but the call to scsi_add_host() didn't happen. And that pattern happens to exist in some error paths, for example. Syzkaller causes that by using USB raw gadget device, error'ing on usb-storage driver, at usb_stor_probe2(). By checking that path, we can see that the BadDevice label leads to a scsi_host_put() after a SCSI host allocation, but there's no call to scsi_add_host() in such path. That leads to messages like this in dmesg (and a leak of the SCSI host proc structure): usb-storage 4-1:87.51: USB Mass Storage device detected proc_dir_entry 'scsi/usb-storage' already registered WARNING: CPU: 1 PID: 3519 at fs/proc/generic.c:377 proc_register+0x347/0x4e0 fs/proc/generic.c:376 The proper fix seems to still call scsi_proc_hostdir_rm() on dev_release(), but guard that with the state check for SHOST_CREATED; there is even a comment in scsi_host_dev_release() detailing that: such conditional is meant for cases where the SCSI host was allocated but there was no calls to {add,remove}_host(), like the usb-storage case. This is what we propose here and with that, the error path of usb-storage does not trigger the warning anymore.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.216-1CVE-2024-26935
Fixed in:6.1.85-1CVE-2024-26935
Fixed in:6.7.12-1CVE-2024-26935
Fixed in:6.7.12-1CVE-2024-26935
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
bpftoolRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
bpftool-debuginfoRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
kernelRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernelRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64kRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debugRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-develRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-coreRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debugRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-coreRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-develRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-modulesRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debuginfoRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-develRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-docRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-modulesRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-modules-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-modules-extraRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rtRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rtRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-coreRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debugRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-coreRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-debuginfoRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-develRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-kvmRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-modulesRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-modules-extraRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debuginfoRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
kernel-rt-develRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-develRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-kvmRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-modulesRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-modules-extraRocky
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.rt7.378.el8_10RHSA-2025:1067
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-toolsRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-tools-libsRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-tools-libs-develRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-uki-virtRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
libperfRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
perfRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
perfRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
perf-debuginfoRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
python3-perfRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:4.18.0-553.37.1.el8_10RHSA-2025:1068
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
rtlaRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
rvRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
linuxUbuntu
Fixed in:5.4.0-189.209USN-6896-1
Fixed in:5.15.0-116.126USN-6898-1
Fixed in:6.8.0-35.35USN-6816-1
linux-awsUbuntu
Fixed in:5.4.0-1128.138USN-6896-5
Fixed in:5.15.0-1065.71USN-6898-3
Fixed in:6.8.0-1009.9USN-6817-1
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1065.71~20.04.1USN-6898-4
linux-aws-5.4Ubuntu
Fixed in:5.4.0-1128.138~18.04.1USN-6896-5
linux-azureUbuntu
Fixed in:5.4.0-1133.140USN-6896-1
Fixed in:5.15.0-1068.77USN-6917-1
Fixed in:6.8.0-1008.8USN-6817-3
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1068.77~20.04.1USN-6917-1
linux-azure-5.4Ubuntu
Fixed in:5.4.0-1133.140~18.04.1USN-6896-1
linux-azure-fdeUbuntu
Fixed in:5.15.0-1068.77.1USN-6917-1
linux-azure-fde-5.15Ubuntu
Fixed in:5.15.0-1068.77~20.04.1.1USN-6917-1
linux-bluefieldUbuntu
Fixed in:5.4.0-1088.95USN-6896-1
linux-gcpUbuntu
Fixed in:5.4.0-1132.141USN-6896-1
Fixed in:5.15.0-1064.72USN-6898-1
Fixed in:6.8.0-1008.9USN-6817-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1065.73~20.04.1USN-6927-1
linux-gcp-5.4Ubuntu
Fixed in:5.4.0-1132.141~18.04.1USN-6896-1
linux-gkeUbuntu
Fixed in:5.15.0-1062.68USN-6898-1
Fixed in:6.8.0-1004.7USN-6817-3
linux-gkeopUbuntu
Fixed in:5.4.0-1095.99USN-6896-1
Fixed in:5.15.0-1048.55USN-6898-1
linux-gkeop-5.15Ubuntu
Fixed in:5.15.0-1048.55~20.04.1USN-6898-1
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
linux-hwe-5.4Ubuntu
Fixed in:5.4.0-189.209~18.04.1USN-6896-2
linux-ibmUbuntu
Fixed in:5.4.0-1075.80USN-6896-1
Fixed in:5.15.0-1058.61USN-6898-1
Fixed in:6.8.0-1006.6USN-6816-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1058.61~20.04.1USN-6898-2
linux-ibm-5.4Ubuntu
Fixed in:5.4.0-1075.80~18.04.1USN-6896-1
linux-image-5.15.0-1035-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1035.39USN-7019-1
linux-image-5.15.0-1048-gkeopUbuntu
Fixed in:5.15.0-1048.55~20.04.1USN-6898-1
Fixed in:5.15.0-1048.55USN-6898-1
linux-image-5.15.0-1058-ibmUbuntu
Fixed in:5.15.0-1058.61~20.04.1USN-6898-2
Fixed in:5.15.0-1058.61USN-6898-1
linux-image-5.15.0-1058-raspiUbuntu
Fixed in:5.15.0-1058.61USN-6919-1
linux-image-5.15.0-1060-intel-iotgUbuntu
Fixed in:5.15.0-1060.66~20.04.1USN-6898-1
Fixed in:5.15.0-1060.66USN-6898-1
linux-image-5.15.0-1060-nvidiaUbuntu
Fixed in:5.15.0-1060.61USN-6898-1
linux-image-5.15.0-1060-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1060.61USN-6898-1
linux-image-5.15.0-1062-gkeUbuntu
Fixed in:5.15.0-1062.68USN-6898-1
linux-image-5.15.0-1062-kvmUbuntu
Fixed in:5.15.0-1062.67USN-6898-1
linux-image-5.15.0-1063-oracleUbuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6898-2
Fixed in:5.15.0-1063.69USN-6898-1
linux-image-5.15.0-1064-gcpUbuntu
Fixed in:5.15.0-1064.72USN-6898-1
linux-image-5.15.0-1065-awsUbuntu
Fixed in:5.15.0-1065.71~20.04.1USN-6898-4
Fixed in:5.15.0-1065.71USN-6898-3
linux-image-5.15.0-1065-gcpUbuntu
Fixed in:5.15.0-1065.73~20.04.1USN-6927-1
linux-image-5.15.0-1068-azureUbuntu
Fixed in:5.15.0-1068.77~20.04.1USN-6917-1
Fixed in:5.15.0-1068.77USN-6917-1
linux-image-5.15.0-1068-azure-fdeUbuntu
Fixed in:5.15.0-1068.77~20.04.1.1USN-6917-1
Fixed in:5.15.0-1068.77.1USN-6917-1
linux-image-5.15.0-116-genericUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
Fixed in:5.15.0-116.126USN-6898-1
linux-image-5.15.0-116-generic-64kUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
Fixed in:5.15.0-116.126USN-6898-1
linux-image-5.15.0-116-generic-lpaeUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
Fixed in:5.15.0-116.126USN-6898-1
linux-image-5.15.0-116-lowlatencyUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-2
Fixed in:5.15.0-116.126USN-6898-2
linux-image-5.15.0-116-lowlatency-64kUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-2
Fixed in:5.15.0-116.126USN-6898-2
linux-image-5.4.0-1040-iotUbuntu
Fixed in:5.4.0-1040.41USN-6896-5
linux-image-5.4.0-1047-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1047.51USN-6896-3
linux-image-5.4.0-1075-ibmUbuntu
Fixed in:5.4.0-1075.80~18.04.1USN-6896-1
Fixed in:5.4.0-1075.80USN-6896-1
linux-image-5.4.0-1088-bluefieldUbuntu
Fixed in:5.4.0-1088.95USN-6896-1
linux-image-5.4.0-1095-gkeopUbuntu
Fixed in:5.4.0-1095.99USN-6896-1
linux-image-5.4.0-1112-raspiUbuntu
Fixed in:5.4.0-1112.124~18.04.1USN-6896-4
Fixed in:5.4.0-1112.124USN-6896-4
linux-image-5.4.0-1116-kvmUbuntu
Fixed in:5.4.0-1116.123USN-6896-1
linux-image-5.4.0-1127-oracleUbuntu
Fixed in:5.4.0-1127.136~18.04.1USN-6896-2
Fixed in:5.4.0-1127.136USN-6896-3
linux-image-5.4.0-1128-awsUbuntu
Fixed in:5.4.0-1128.138~18.04.1USN-6896-5
Fixed in:5.4.0-1128.138USN-6896-5
linux-image-5.4.0-1132-gcpUbuntu
Fixed in:5.4.0-1132.141~18.04.1USN-6896-1
Fixed in:5.4.0-1132.141USN-6896-1
linux-image-5.4.0-1133-azureUbuntu
Fixed in:5.4.0-1133.140~18.04.1USN-6896-1
Fixed in:5.4.0-1133.140USN-6896-1
linux-image-5.4.0-189-genericUbuntu
Fixed in:5.4.0-189.209~18.04.1USN-6896-2
Fixed in:5.4.0-189.209USN-6896-1
linux-image-5.4.0-189-generic-lpaeUbuntu
Fixed in:5.4.0-189.209USN-6896-1
linux-image-5.4.0-189-lowlatencyUbuntu
Fixed in:5.4.0-189.209~18.04.1USN-6896-2
Fixed in:5.4.0-189.209USN-6896-1
linux-image-6.8.0-1004-gkeUbuntu
Fixed in:6.8.0-1004.7USN-6817-3
linux-image-6.8.0-1005-raspiUbuntu
Fixed in:6.8.0-1005.5USN-6816-1
linux-image-6.8.0-1006-ibmUbuntu
Fixed in:6.8.0-1006.6USN-6816-1
linux-image-6.8.0-1006-oemUbuntu
Fixed in:6.8.0-1006.6USN-6817-2
linux-image-6.8.0-1006-oracleUbuntu
Fixed in:6.8.0-1006.6USN-6878-1
linux-image-6.8.0-1006-oracle-64kUbuntu
Fixed in:6.8.0-1006.6USN-6878-1
linux-image-6.8.0-1008-azureUbuntu
Fixed in:6.8.0-1008.8USN-6817-3
linux-image-6.8.0-1008-azure-fdeUbuntu
Fixed in:6.8.0-1008.8USN-6817-3
linux-image-6.8.0-1008-gcpUbuntu
Fixed in:6.8.0-1008.9USN-6817-1
linux-image-6.8.0-1009-awsUbuntu
Fixed in:6.8.0-1009.9USN-6817-1
linux-image-6.8.0-35-genericUbuntu
Fixed in:6.8.0-35.35+1USN-6816-1
linux-image-6.8.0-35-generic-64kUbuntu
Fixed in:6.8.0-35.35+1USN-6816-1
linux-image-6.8.0-35-lowlatencyUbuntu
Fixed in:6.8.0-35.35.1USN-6816-1
linux-image-6.8.0-35-lowlatency-64kUbuntu
Fixed in:6.8.0-35.35.1USN-6816-1
linux-image-awsUbuntu
Fixed in:5.4.0.1128.138~18.04.1USN-6896-5
Fixed in:5.15.0.1065.71~20.04.1USN-6898-4
Fixed in:6.8.0-1009.9USN-6817-1
linux-image-aws-lts-20.04Ubuntu
Fixed in:5.4.0.1128.125USN-6896-5
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1065.65USN-6898-3
linux-image-azureUbuntu
Fixed in:5.4.0.1133.140~18.04.1USN-6896-1
Fixed in:5.15.0.1068.77~20.04.1USN-6917-1
Fixed in:6.8.0-1008.8USN-6817-3
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1068.77~20.04.1USN-6917-1
linux-image-azure-fdeUbuntu
Fixed in:5.15.0.1068.77~20.04.1.45USN-6917-1
Fixed in:6.8.0-1008.8USN-6817-3
linux-image-azure-fde-lts-22.04Ubuntu
Fixed in:5.15.0.1068.77.45USN-6917-1
linux-image-azure-lts-20.04Ubuntu
Fixed in:5.4.0.1133.127USN-6896-1
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1068.66USN-6917-1
linux-image-bluefieldUbuntu
Fixed in:5.4.0.1088.84USN-6896-1
linux-image-gcpUbuntu
Fixed in:5.4.0.1132.141~18.04.1USN-6896-1
Fixed in:5.15.0.1065.73~20.04.1USN-6927-1
Fixed in:6.8.0-1008.9USN-6817-1
linux-image-gcp-lts-20.04Ubuntu
Fixed in:5.4.0.1132.134USN-6896-1
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1064.60USN-6898-1
linux-image-genericUbuntu
Fixed in:5.4.0.189.187USN-6896-1
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-35.35USN-6816-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-35.35USN-6816-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-35.35USN-6816-1
linux-image-generic-hwe-18.04Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.8.0-35.35USN-6816-1
linux-image-generic-lpaeUbuntu
Fixed in:5.4.0.189.187USN-6896-1
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-35.35USN-6816-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-gkeUbuntu
Fixed in:5.15.0.1062.61USN-6898-1
Fixed in:6.8.0-1004.7USN-6817-3
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1062.61USN-6898-1
linux-image-gkeopUbuntu
Fixed in:5.4.0.1095.93USN-6896-1
Fixed in:5.15.0.1048.47USN-6898-1
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1048.55~20.04.1USN-6898-1
Fixed in:5.15.0.1048.47USN-6898-1
linux-image-gkeop-5.4Ubuntu
Fixed in:5.4.0.1095.93USN-6896-1
linux-image-ibmUbuntu
Fixed in:5.4.0.1075.80~18.04.1USN-6896-1
Fixed in:5.15.0.1058.61~20.04.1USN-6898-2
Fixed in:5.15.0.1058.54USN-6898-1
Fixed in:6.8.0-1006.6USN-6816-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1006.6USN-6816-1
linux-image-ibm-lts-20.04Ubuntu
Fixed in:5.4.0.1075.104USN-6896-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1006.6USN-6816-1
linux-image-intelUbuntu
Fixed in:5.15.0.1060.66~20.04.1USN-6898-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1060.66~20.04.1USN-6898-1
Fixed in:5.15.0.1060.60USN-6898-1
linux-image-kvmUbuntu
Fixed in:5.4.0.1116.112USN-6896-1
Fixed in:5.15.0.1062.58USN-6898-1
Fixed in:6.8.0-35.35USN-6816-1
linux-image-lowlatencyUbuntu
Fixed in:5.4.0.189.187USN-6896-1
Fixed in:5.15.0.116.106USN-6898-2
Fixed in:6.8.0-35.35.1USN-6816-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.116.106USN-6898-2
Fixed in:6.8.0-35.35.1USN-6816-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-2
linux-image-lowlatency-hwe-18.04Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-2
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1060.60USN-6898-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1060.60USN-6898-1
linux-image-oemUbuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
Fixed in:5.4.0.189.187USN-6896-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1006.6+1USN-6817-2
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1006.6+1USN-6817-2
linux-image-oem-osp1Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
Fixed in:5.4.0.189.187USN-6896-1
linux-image-oracleUbuntu
Fixed in:5.4.0.1127.136~18.04.1USN-6896-2
Fixed in:5.15.0.1063.69~20.04.1USN-6898-2
Fixed in:6.8.0-1006.6USN-6878-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1006.6USN-6878-1
linux-image-oracle-lts-20.04Ubuntu
Fixed in:5.4.0.1127.120USN-6896-3
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1063.59USN-6898-1
linux-image-raspiUbuntu
Fixed in:5.4.0.1112.142USN-6896-4
Fixed in:5.15.0.1058.56USN-6919-1
Fixed in:6.8.0-1005.5USN-6816-1
linux-image-raspi-hwe-18.04Ubuntu
Fixed in:5.4.0.1112.124~18.04.1USN-6896-4
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1058.56USN-6919-1
linux-image-raspi2Ubuntu
Fixed in:5.4.0.1112.142USN-6896-4
linux-image-snapdragon-hwe-18.04Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
linux-image-virtualUbuntu
Fixed in:5.4.0.189.187USN-6896-1
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-35.35USN-6816-1
linux-image-virtual-hwe-18.04Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.8.0-35.35USN-6816-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.4.0.1047.47USN-6896-3
Fixed in:5.15.0.1035.39USN-7019-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1060.66USN-6898-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1060.66~20.04.1USN-6898-1
linux-iotUbuntu
Fixed in:5.4.0-1040.41USN-6896-5
linux-kvmUbuntu
Fixed in:5.4.0-1116.123USN-6896-1
Fixed in:5.15.0-1062.67USN-6898-1
linux-lowlatencyUbuntu
Fixed in:5.15.0-116.126USN-6898-2
Fixed in:6.8.0-35.35.1USN-6816-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-2
linux-nvidiaUbuntu
Fixed in:5.15.0-1060.61USN-6898-1
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1006.6USN-6817-2
linux-oracleUbuntu
Fixed in:5.4.0-1127.136USN-6896-3
Fixed in:5.15.0-1063.69USN-6898-1
Fixed in:6.8.0-1006.6USN-6878-1
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6898-2
linux-oracle-5.4Ubuntu
Fixed in:5.4.0-1127.136~18.04.1USN-6896-2
linux-raspiUbuntu
Fixed in:5.4.0-1112.124USN-6896-4
Fixed in:5.15.0-1058.61USN-6919-1
Fixed in:6.8.0-1005.5USN-6816-1
linux-raspi-5.4Ubuntu
Fixed in:5.4.0-1112.124~18.04.1USN-6896-4
linux-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1047.51USN-6896-3
Fixed in:5.15.0-1035.39USN-7019-1

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.24%probability of exploitation in 30 days
15thpercentile

Low risk: more likely to be exploited than 15% of all known CVEs.

References

Embed a live status badge for CVE-2024-26935
CVE-2024-26935 severity badge

Markdown

[![CVE-2024-26935](https://tridentstack.com/cve/badge/CVE-2024-26935.svg)](https://tridentstack.com/cve/CVE-2024-26935)

HTML

<a href="https://tridentstack.com/cve/CVE-2024-26935"><img src="https://tridentstack.com/cve/badge/CVE-2024-26935.svg" alt="CVE-2024-26935"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-05-12.